• 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 plugins

    Any ideas or suggestions how to fix them it would be appreciated

Viewing 1 replies (of 1 total)
  • If you are running an older wordpress installation, upgrading your wordpress core to the latest version available should fix the problem.

    Even if WP_DEBUG is set to false, you may have a php.ini that’s overriding error displays.

Viewing 1 replies (of 1 total)
  • The topic ‘warning: a:0:{}’ is closed to new replies.