• I have this message on my website after i chnaged the theme. I deleted the theme and reactivated the previous theme. the site loads but sends an error message
    How can i fix this please.

    Fatal error: require() [function.require]: Failed opening required ‘wp-blog-header.php’ (include_path=’.:/usr/local/php53/pear’) in /home/meagains/public_html/index.php on line 17

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hey,

    My advice would be to check if the wp-blog-header.php file is available in /home/meagains/public_html/. If so, you will need to set the file permissions to 644. Otherwise, my advice would be to re-install your WordPress core files.

    Kind regards,

    Tiago

    Thread Starter bigge1976

    (@bigge1976)

    the wp-blog-header file is available with correct permission. i have also re installed my wordpress but same issue.
    not sure what else i need to do.

    Is your wp-config file setup correctly? Does it include this line towards the end?

    /** Absolute path to the WordPress directory. */
    if ( !defined('ABSPATH') )
    define('ABSPATH', dirname(__FILE__) . '/');
    Thread Starter bigge1976

    (@bigge1976)

    yes my wp-config file is setup correctly.

    Have you already tried to re-install the WordPress core files?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Fatal error message’ is closed to new replies.