• Hi, Im getting the below error

    Strict Standards: call_user_func_array() expects parameter 1 to be a valid callback, non-static method

    Warning: Cannot modify header information – headers already sent by (output started at /home//public_html/wp-includes/plugin.php:524)

    cant log into dashboard. How can i fix this?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The “headers already sent” error is often caused my an extra and very hard to find newline at the end of a PHP file. Maybe in your wp-config.php
    What files have you changed most recently.

    Without providing the required details about your WordPress site, there is not much more support we can offer-

    Thread Starter joenymac

    (@joenymac)

    Hi,

    I updated a plugin. When site opens the error displayed at the top is

    Strict Standards: call_user_func_array() expects parameter 1 to be a valid callback, non-static method MyRecentYT::init() should not be called statically in /home/sonalhct/public_html/wp-includes/plugin.php on line 524

    Dashboard is still inaccessible.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Strict standards error’ is closed to new replies.