User Spam Remover and DB Cache Reloaded Fix conflict
-
I was using User Spam Remover V0.9.1 on my WP 3.1 site without issues until today. After installing and activating DB Cache Reloaded Fix, I saw this error in the backend settings page (Users > User Spam Remover):
Catchable fatal error: Argument 1 passed to UserSpamRemover::__construct() must be an instance of wpdb, instance of dbrc_wpdb given, called in /home/mysite/public_html/wp-content/plugins/user-spam-remover/user-spam-remover.php on line 113 and defined in /home/mysite/public_html/wp-content/plugins/user-spam-remover/user-spam-remover.php on line 92
So, I deactivated the User Spam Remover plugin, but when I try to reactivate it, I get this error (again):
Plugin could not be activated because it triggered a fatal error. Catchable fatal error: Argument 1 passed to UserSpamRemover::__construct() must be an instance of wpdb, instance of dbrc_wpdb given, called in /home/mysite/public_html/wp-content/plugins/user-spam-remover/user-spam-remover.php on line 113 and defined in /home/mysite/public_html/wp-content/plugins/user-spam-remover/user-spam-remover.php on line 92
I then deactivated DB Cache Reloaded Fix, reactivated User Spam Remover, and everything was back to normal.
There obviously is a conflict between the other plugin and this one … any ideas? Thanks.
- The topic ‘User Spam Remover and DB Cache Reloaded Fix conflict’ is closed to new replies.