Quote:
Originally Posted by WouterN
Ok, here is a working solution for the folks that get this error:
PHP Code:
Fatal error: Cannot redeclare get_userdatabylogin() (previously declared in /var/www/domain.com/html/wp-includes/pluggable.php:166) in /var/www/domain.com/html/wp-content/plugins/functions_vbbridge.php on line 33
Put this in your vbbridge.php file (can be at the top):
PHP Code:
update_option('vbb_VBPLUGION', 1);
After you have refreshed your site you can comment that line out again.
Hope this helps! It worked for me.
|
So that definitely fixed it but it keeps happening... Is it ok to just leave the fix in?