I have a registered user who was imported from a SWCMS database just like the others, only difference is, this particular user cant login, nor can i access his profile page it gives me the following with the debug mode on.
When trying to access the user profile page I get at following error - http://mysite.com/user/Red/
When i try to a access the user account thru the user manager i get the following msg:Code:Trying to get property of non-object in /content/plugins/users/users.php on line 147 Trying to get property of non-object in /content/plugins/users/users.php on line 150 Trying to get property of non-object in /content/plugins/users/users.php on line 191 Trying to get property of non-object in /content/plugins/users/users.php on line 192
http://mysite.com/index.php?page=account&user=Red
When i try to access the user permissions i get following errorCode:Fatal error: Call to a member function updateAccount() on a non-object in /content/plugins/users/users.php on line 130
http://mysite.com/index.php?page=permissions&user=Red
Here are his permissions in databaseCode:Trying to get property of non-object in /content/plugins/users/users.php on line 191 Trying to get property of non-object in /content/plugins/users/users.php on line 192
Code:a:13:{s:16:"can_access_admin";s:2:"no";s:10:"can_submit";s:3:"yes";s:14:"can_edit_posts";s:3:"own";s:16:"can_delete_posts";s:2:"no";s:21:"can_post_without_link";s:2:"no";s:9:"can_login";s:3:"yes";s:11:"can_comment";s:3:"yes";s:17:"can_edit_comments";s:3:"own";s:24:"can_set_comments_pending";s:2:"no";s:19:"can_delete_comments";s:2:"no";s:28:"can_comment_manager_settings";s:2:"no";s:10:"can_search";s:3:"yes";s:16:"can_do_messaging";s:3:"yes";}


Reply With Quote

Bookmarks