template.php fatal error with theme-compat/footer.php
-
Hi,
One of my WordPress sites will not load, and attempting to load it causes Apache to crash.
I’m getting the following error:
[Wed Mar 30 14:22:36.819635 2016] [:error] [pid 1520] [client 127.0.0.1:56768] PHP Fatal error: require_once(): Failed opening required ‘/Users/me/Sites/helloworld/wp-includes/theme-compat/footer.php’ (include_path=’.:’) in /Users/me/Sites/helloworld/wp-includes/template.php on line 562
The line 562 in template.php includes:
if ( $require_once ) {
require_once( $_template_file );
} else {
require( $_template_file );
}
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘template.php fatal error with theme-compat/footer.php’ is closed to new replies.