View Single Post
02-18-2013, 08:35 PM   #7
pcam
Junior Member
 
Join Date: Feb 2013
Posts: 1
Rep Power: 0
pcam is getting browny points
Quote:
Originally Posted by Kanashimi View Post
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?
pcam is offline   Reply With Quote