Child theme causes fatal error
-
After creating a child theme of Twenty Thirteen
(wp-content/themes/twentythirteen-child)
my test site broke and I received the following error message:Fatal error: require() [function.require]: Failed opening required '/home/aboveth7/public_html/client/wp_sandbox/wp-content/themes/twentythirteen/inc/custom-header.php' (include_path='.:/usr/local/php53/pear') in /home/aboveth7/public_html/client/wp_sandbox/wp-content/themes/twentythirteen/functions.php on line 37
The only file included in the directory at the time was the newly created style.css with the following information in its head:
/* Theme Name: Twenty Thirteen Child Description: Twenty Thirteen Child Theme Author: Peter Gleeson Author URI: https://abovethelinedesign.com.au Template: twentythirteen Version: 1.0.0 */ @import url("../twentythirteen/style.css"); /* =Theme customization starts here -------------------------------------------------------------- */
The problem persists even after the child directory has been deleted.
Any help with resolving this issue will be greatly appreciated.
Thanks
- The topic ‘Child theme causes fatal error’ is closed to new replies.