Quote:
Originally Posted by Kanashimi
The fatal error from before. If you log in via VBulletin and then log into Wordpress after a successful VB login, you won't get the error. You will if you try Wordpress login straight though.
Fatal error: Call to undefined method stdClass::has_prop() in /var/****/website/*****/wp-includes/user.php on line 245
|
I'm getting this error and unable to set the settings in wordpress admin cp. To disable the activated vbridge plugin I edit wp-settings.php and comment out
Code:
// Load active plugins.
foreach ( wp_get_active_and_valid_plugins() as $plugin )
# include_once( $plugin );
unset( $plugin );
It seems that without setting up the settings I can't get anywhere unless I figure out how to edit the
php. Is there a fix to this?