Yasir Arefin
Yasir Arefin

Reputation: 361

Joomla update from 2.5.x to 3.x - Fatal error: Call to a member function IsAdmin() in remember plugin

The current joomla version is 2.5.22. However, client asked to update the joomla in 3.x. Therefore, I have used joomla update component to upgrade it in the upper version (3.x). But in the middle of this upgrading process a error has been triggered by the system which is actually like this:

Fatal error: Call to a member function isAdmin() on a non-object in E:\wamp\www\joomla\plugins\system\remember\remember.php on line 42

Upvotes: 0

Views: 3464

Answers (1)

itoctopus
itoctopus

Reputation: 4251

The "Remember Me" plugin issue is well documented when updating Joomla to the latest version. You can read more about it here: http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=32568

Some say that just disabling the "Remember Me" plugin works, others say that more needs to be done (disabling the "Remember Me" plugin worked for us all the time). You might want to check the bug listing on joomlacode if just disabling the plugin did not work for you.

Upvotes: 1

Related Questions