True-blew
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Parce error creating a blog – using wampWhy would the original code come with a glitch. Didn’t think I would be having such problems so early in the process.
Forum: Fixing WordPress
In reply to: Parce error creating a blog – using wamp. ‘/wp-load.php’; );
I took it back out. still getting:
Fatal error: Call to undefined function wp() in C:\wamp\www\wordpress\wp-blog-header.php on line 13
Forum: Fixing WordPress
In reply to: Parce error creating a blog – using wampusing theme:
pmahomme
Don’t know it that’s what you’re asking.
Btw i put back a semicolon and got the original error message:
Parse error: parse error in C:\wamp\www\wordpress\wp-blog-header.php on line 12
Forum: Fixing WordPress
In reply to: Parce error creating a blog – using wampThis is the new message:
Fatal error: Call to undefined function wp() in C:\wamp\www\wordpress\wp-blog-header.php on line 13
Forum: Fixing WordPress
In reply to: Parce error creating a blog – using wampOooh…the inserted bit of code didnt show.
Anyways I tried running the code with your suggestion, got the same error
Forum: Fixing WordPress
In reply to: Parce error creating a blog – using wampThere were no numbers or symbols in the original code but I have inserted what you suggested to read like this:
<?php
/**
* Loads the WordPress environment and template.
*
* @package WordPress
*/if ( !isset($wp_did_header) ) {
$wp_did_header = true;
require_once( dirname(__FILE__) . '/wp-load.php' );
wp();require_once( ABSPATH . WPINC . ‘/template-loader.php’ );
}
Hope that’s correct.
Forum: Fixing WordPress
In reply to: Parce error creating a blog – using wampI don’t know what line 13 is. The code is all jumbled when using notepad. It looks very clear when i paste it here so I suppose it is where the fullstop is at the end of the code
<?php
/**
* Loads the WordPress environment and template.
*
* @package WordPress
*/if ( !isset($wp_did_header) ) {
$wp_did_header = true;
require_once( dirname(__FILE__) . ‘/wp-load.php’
wp();require_once( ABSPATH . WPINC . ‘/template-loader.php’ );
}
.Forum: Fixing WordPress
In reply to: Parce error creating a blog – using wampI’m using notepad editor..so this is what i see
<?php
/**
* Loads the WordPress environment and template.
*
* @package WordPress
*/if ( !isset($wp_did_header) ) {
$wp_did_header = true;
require_once( dirname(__FILE__) . ‘/wp-load.php’
wp();require_once( ABSPATH . WPINC . ‘/template-loader.php’ );
}
.Forum: Fixing WordPress
In reply to: Creating a theme for myself, getting Parse ErrorParse error: parse error in C:\wamp\www\wordpress\wp-blog-header.php on line 13
Forum: Fixing WordPress
In reply to: Creating a theme for myself, getting Parse ErrorHi guys, my first time using everything. Need some help creating a blog. Getting this error when trying to run word press through wamp.
C:\wamp\www\wordpress\wp-blog-header.php on line 13