• Resolved mja_adam

    (@mja_adam)


    Received some errors upon upgrading to version 2.2.9
    Warning: Invalid argument supplied for foreach() in _____\wp-content\plugins\bad-behavior\bad-behavior\blacklist.inc.php on line 176

    Warning: Cannot modify header information – headers already sent by (output started at ______\wp-content\plugins\bad-behavior\bad-behavior\blacklist.inc.php:176) in ________\wp-content\plugins\bad-behavior\bad-behavior\screener.inc.php on line 9

    Have to deactivate and delete the plugin from the wordpress site until these errors will be resolved but still use my wordpress localhost as reference.

    http://wordpress.org/extend/plugins/bad-behavior/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Same here – had to deactivate the plugin to restore normal functionality to WP.

    Look forward to seeing a revised release as soon as you’re able to fix this, please.

    Had to step back to 2.2.8 because of the following errors:

    `Warning: Invalid argument supplied for foreach() in /my/host/public_html/wp/wp-content/plugins/bad-behavior/bad-behavior/blacklist.inc.php on line 176

    Warning: Cannot modify header information – headers already sent by (output started at /my/host/public_html/wp/wp-content/plugins/bad-behavior/bad-behavior/blacklist.inc.php:176) in /my/host//public_html/wp/wp-content/plugins/bad-behavior/bad-behavior/screener.inc.php on line 9

    Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /my/host/public_html/wp/wp-content/plugins/bad-behavior/bad-behavior/blacklist.inc.php:176) in /my/host/public_html/wp/wp-content/plugins/my-own-plugin/myownplugin.php on line 46`

    Hello…
    Same bug here…

    Warning: Invalid argument supplied for foreach() in /home/content <em>blablabla</em>... wp-content/plugins/bad-behavior/bad-behavior/blacklist.inc.php on line 176

    Looking forward to some little help.
    Any chance to take this back to the previous stable version perhaps?

    Cheers!

    Hi zicocarioca

    The link to the previous version (courtesy of Jan in another thread) is:
    http://downloads.wordpress.org/plugin/bad-behavior.2.2.8.zip

    Best of luck!

    2.2.9 contains a typo in the blacklist.inc.php

    the last foreach loop says

    foreach ($bb2_spambots_utl as $spambot)

    it should say

    foreach ($bb2_spambots_url as $spambot)

    I know not everyone feels comfortable changing things like this themselves, but you can do it from the plugin editor inside WordPress if you’re adventurous enough.

    Thanks! It fixes the problem.

    Plugin Author error

    (@error)

    This was fixed in Bad Behavior 2.2.10.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Plugin: Bad Behavior] Errors reflecting after V2.2.9 Upgrade’ is closed to new replies.