I am attempting my first install of Magento (latest version), but I get this error after accepting the terms and conditions and clicking continue:
Fatal error: Mage_Core_Model_Session_Abstract::getMessages() [<a href=’function.Mage-Core-Model-Session-Abstract-getMessages’>function.Mage-Core-Model-Session-Abstract-getMessages</a>]: The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition "Mage_Core_Model_Message_Collection" 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 C:\inetpub\magento\app\code\core\Mage\Core\Model\Session\Abstract.php on line 87
Windows XP Professional
Apache 1.3.39
MySQL 5.0.45
PHP Version 5.2.5
PDO Driver for MySQL, client library = version 5.0.45
magic_quotes_gpc = Off
short_open_tag = On
I’ve seen this error once on the Brazillian forum, but I couldn’t work out what they were suggesting was the solution.
I am attempting my first install of Magento (latest version), but I get this error after accepting the terms and conditions and clicking continue:
Fatal error: Mage_Core_Model_Session_Abstract::getMessages() [<a href=’function.Mage-Core-Model-Session-Abstract-getMessages’>function.Mage-Core-Model-Session-Abstract-getMessages</a>]: The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition "Mage_Core_Model_Message_Collection" 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 C:\inetpub\magento\app\code\core\Mage\Core\Model\Session\Abstract.php on line 87
Windows XP Professional
Apache 1.3.39
MySQL 5.0.45
PHP Version 5.2.5
PDO Driver for MySQL, client library = version 5.0.45
magic_quotes_gpc = Off
short_open_tag = On
I’ve seen this error once on the Brazillian forum, but I couldn’t work out what they were suggesting was the solution.
Any help would be greatly appreciated.
Andrew
I’m essentially having the same issue, anyone have any solutions? I’m re-uploading the newest beta right now to see if I somehow just missed a file.
Fatal error: Call to a member function getIdFieldName() on a non-object in /content/DesignerPlus/g/o/good-cheap-affordable-web-design.co.uk/web/magento/app/code/core/Mage/Core/Model/Abstract.php on line 118
Fatal error: Mage_Core_Model_Session_Abstract::getMessages() [<a href=’function.Mage-Core-Model-Session-Abstract-getMessages’>function.Mage-Core-Model-Session-Abstract-getMessages</a>]: The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition "Mage_Core_Model_Message_Collection" 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 /opt/apache2/htdocs/magento/app/code/core/Mage/Core/Model/Session/Abstract.php on line 89
Setup is VMWare session running fedora8 linux
Apache 2.0.61
PHP 5.2.4
MySQL 5.0.45
PDO for MySQL
At the moment, just followed the basic install instructions. Any feedback before i start dissecting?
Setting session.auto-start to OFF in the .htaccess file or php.ini solves this problem. Sessions cannot be created BEFORE objects that the session depends upon are instantiated. A call to session_start() in the code ensures sessions are started for the request, probably after all the dependencies have been loaded.
Fatal error: Call to a member function getIdFieldName() on a non-object in /home/snowleot/snowleotards.com/html/app/code/core/Mage/Core/Model/Abstract.php on line 128
Magento was working fine my local and live servers at Magento 1.0 but as soon as I upgraded to 1.0.19870.4 the LIVE server died and gave me this error, but the local server still works like a charm? Any ideas?