• Resolved indigobleu

    (@indigobleu)


    I updated 4 plug ins and these are the warnings when I try to log back into my site.
    I’ve deleted the last part of the warnings as it gives specific info to my site. Hopefully you can tell me by the warnings I posted below how to get into my site.

    Warning: in_array() expects parameter 2 to be array, null given in / **** on line 170

    Warning: in_array() expects parameter 2 to be array, null given in **** on line 170

    Warning: Cannot modify header information – headers already sent by (output started at ***** :170) in ****** /wp-includes/pluggable.php on line 892

    Warning: Cannot modify header information – headers already sent by (output started at ***** /plugins/wp-cerber/wp-cerber.php:170) in /***** /wp-includes/pluggable.php on line 893

    Warning: Cannot modify header information – headers already sent by (output started at ***** wp-content/plugins/wp-cerber/wp-cerber.php:170) in /home/ **** /wp-includes/pluggable.php on line 894

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author gioni

    (@gioni)

    Is it production publicly available site?
    Do you have enabled WP_DEBUG in wp-config.php? If so comment out that line.

    Thread Starter indigobleu

    (@indigobleu)

    I’m not sure what your first question means, I’m code savvy. I don’t have WP_DEBUG, I can’t get into my site at all, if I had to go in from the back end I wouldn’t know how to go about it. If you could explain this better I can let the server tech know how to go in fix it perhaps.

    Plugin Author gioni

    (@gioni)

    There is two way, the choice is up to you. To get rid of warning messages you can:

    1. Reinstall plugin from scratch. I updated code, now no warning messages will be shown.
    2. Disable (turn of) WP_DEBUG mode and disable showing warning messages with PHP code:

    ini_set('display_errors' 0);

    Thread Starter indigobleu

    (@indigobleu)

    I’m “not” code savvy that should have said above, it won’t let me log in to my site so I can’t uninstall your plugin.

    I’ll have to see if the server tech can fix this. I’m disappointed as your plugin was working so well, but now don’t know what the problem is.

    Plugin Author gioni

    (@gioni)

    Any tech guy can fix it in no time. Just add ini_set(‘display_errors’ 0); in wp-config.php or disable WP_DEBUG.

    Yes that’s my fault and I’ve already fixed it in last release, but that is not right that your website display PHP warning and error messages. That is loophole for hackers.

    Thread Starter indigobleu

    (@indigobleu)

    My server tech deactivated the plugin and gave me one prior to your update that is working well, I will wait to do any further updating until I update the WordPress to 4.7. Right now happy to just have it working like it was before.

    I’m still not sure one of my other plugin updates didn’t conflict with your plugin. Thank you for your help, for now, going to leave the settings as is until I have time to work with it.

    Plugin Author gioni

    (@gioni)

    I’m glad to hear that. Don’t forget to turn off displaying of warnings.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Can’t log in to my site after updating 4 plug-ins’ is closed to new replies.