• Resolved elastigirl

    (@elastigirl)


    Warning: require_once(/home/mysite/public_html/wp-includes/template-loader.php) [function.require-once]: failed to open stream: No such file or directory in /home/mysite/public_html/wp-blog-header.php on line 16

    Fatal error: require_once() [function.require]: Failed opening required ‘/home/mysite/public_html/wp-includes/template-loader.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php:/usr/local/src/ZendGdata-1.6.2/library’) in /home/mysite/public_html/wp-blog-header.php on line 16

    Just suddenly happened, haven’t made any changes that I know of? have checked the wp-blog-header.php line 16 but don’t know enough to figure it out..

    any thoughts on what could be causing it or how I can solve it?

    tks

Viewing 4 replies - 1 through 4 (of 4 total)
  • It’s basically telling you that the file template-loader.php is being referenced by wp-blog-header.php on line 16, but that template-loader.php doesn’t exist in /home/mysite/public_html/wp-includes/.

    This suggests that the file is not there. Have you updated WordPress lately? It is possible that a faulty update occured, so it may be worth going to http://www.yoursite.com/wp-admin/update-core.php and re-installing WordPress. This wont affect any of your custom files or data, but it will overwrite the core files, so if you made any changes to them they will be lost.

    Thread Starter elastigirl

    (@elastigirl)

    I’ll try that thanks duck_boy

    Thread Starter elastigirl

    (@elastigirl)

    woo hoo that worked thanks 🙂

    Good news, and you are welcome.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Can anyone help me with an error message’ is closed to new replies.