warning: a:0:{}
-
Hello,
I’m trying to change my hosting provider. The files and database are uploaded to the new host.
But it shows 2 of the same warning messages on the top of the front page.
Warning: Parameter 1 to wp_default_scripts() expected to be a reference, value given in /storage/h6/016/922016/public_html/wp-includes/plugin.php on line 600
Warning: Parameter 1 to wp_default_styles() expected to be a reference, value given in /storage/h6/016/922016/public_html/wp-includes/plugin.php on line 600
Here is the code on line 600:
call_user_func_array($the_[‘function’], array_slice($args, 0, (int) $the_[‘accepted_args’]));-In my wp-config.php; the define (‘WP_DEBUG’, false);
-I’ve tried turning off all the pluginsAny ideas or suggestions how to fix them it would be appreciated
- The topic ‘warning: a:0:{}’ is closed to new replies.