I’m stuck. I have no idea, what to do to solve that problem. Can anyone please help me?
Good Morning,
I forgot yesterday to close the annotation mode with */ which prevented the debug-commands to be executed.
Now this message is displayed:
PHP Parse error: syntax error, unexpected ‘avia_mega_menu_walker’ (T_STRING), expecting ‘,’ or ‘)’ in /Applications/MAMP/htdocs/wordpress/wp-content/themes/enfold/functions.php on line 64
in line 64 of the functions.php i can find this:
add_filter(‘avia_mega_menu_walker’, ‘__return_false’);
what happend there?
Thanks,
i changed the wp-config.php by adding
define(‘WP_DEBUG’, true);
define( ‘WP_DEBUG_LOG’, true );
then i renamed the theme-folder to produce the “white screen” successfully,
but no debug.log was written in the wp-content-folder?