PHP Fatal error: Cannot redeclare bb2_*
-
Most of functions return:
[Thu Mar 16 05:03:50.097186 2017] [:error] PHP Fatal error: Cannot redeclare bb2_insert_head() (previously declared in /.../wp-content/plugins/bad-behavior/bad-behavior-wordpress.php:130) in /.../wp-content/plugins/bad-behavior/bad-behavior-generic.php on line 132
Locally fixed with
if (!function_exists('bb2_insert_stats')) {}
inbad-behavior-generic.php
andbad-behavior-wordpress.php
, but at some point didn’t had time to finish update all instances… so uninstalled.Plugins:
BuddyPress, W3-Total-Cache (memcache, redis)
Server: Apache 2.4 (PHP 7.0.*) (behind NGINX, with MariaDB)
- The topic ‘PHP Fatal error: Cannot redeclare bb2_*’ is closed to new replies.