I really do not like bothering people, but this time I need help
-
Fatal error: Call to undefined function: wp() in /home/content/j/e/f/xxxxxxxxxxxx/html/xxxxx xxxxx/wp-blog-header.php on line 14
This is what I get when I try to log in to the account (the x’s represent personal data) I have slowly and systematically done and redone this, using multiple unzip programs, multiple text editors and I get the same result every time, as the saying goes, I am nearing insanity ??
More info, I am using godaddy for my hosting here.
I have put many sites up without a problem, this one needs to be coupled with Gallery to allow liberal amounts of comments to be added to pictures.
I’d buy you a beer or a soft drink if I could, and I thank anyone in advance who can help.
Here is what is inside the PHP file in question:
<?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’ );
}
?>
- The topic ‘I really do not like bothering people, but this time I need help’ is closed to new replies.