Reputation: 1662
I got this error after Global Check In:
Fatal error: JApplicationCms::getUserState() [japplicationcms.getuserstate]: The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition "Joomla\Registry\Registry" of the object you are trying to operate on was loaded before unserialize() gets called or provide a __autoload() function to load the class definition in /home/societ/societ.us/libraries/cms/application/cms.php on line 504
I don't know where the problem is.
I'm currently using Joomla 3.2.3
It's fixed when I clear the cookies, but happens again when I'm navigating to Global Check In page.
Upvotes: 1
Views: 1607
Reputation: 1662
The problem was caused due to active session (not closed properly) in the Joomla! sessions table.
Follow below steps to resolve these errors:
Now website is accessible without any errors.
Upvotes: 1