Fix suggestion for fatal error on child theme
-
Hi.
Thanks for the great theme.
I created a child theme from it, but when I try to use it I get PHP Fatal error, caused by blockskit-corporate\functions.php?on line?94
The error is:
/blockskit-corporate-child/inc/core/init.php): Failed to open stream: No such file or directory in?/blockskit-corporate/functions.php?on line?94
The fix I used was to replace line 94require get_theme_file_path() . ‘/inc/core/init.php’;
with the following:
require get_theme_file_path( ‘/inc/core/init.php’);
- The topic ‘Fix suggestion for fatal error on child theme’ is closed to new replies.