After update to V8 I get the following error
Warning: require(/home/xxx/xxxx.pt/wp-content/themes/xstore/inc/default-options.php): failed to open stream: No such file or directory in /home/xxxx/xxxx.pt/wp-content/themes/studio/functions.php on line 230
Fatal error: require(): Failed opening required ‘/home/xxx/xxx.pt/wp-content/themes/xstore/inc/default-options.php’ (include_path=’.:/opt/alt/php74/usr/share/pear’) in /home/xxx/xxx.pt/wp-content/themes/studio/functions.php on line 230
Checking line 230 in functions.php I see the following line of code:
require trailingslashit( get_template_directory() ) . 'inc/default-options.php';
Looked inside inc directory the file is there.
Any ideas what happened?