Call-back icon  Sales: Call 877.832.5289 (N America)|310.295.4144 (International)

Magento

eCommerce Software for Online Growth

Magento Forum

   
Fatal error: Mage_Core_Model_Session_Abstract::getMessages()
 
Andrew Smith
Jr. Member
 
Avatar
Total Posts:  9
Joined:  2008-02-19
Cape Town, South Africa
 

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

This happens on this page: http://magento/index.php/install/wizard/locale/

This is what I’m running:

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

 Signature 

Andrew Smith
South African Magento Evangelist
See the group here

 
Magento Community Magento Community
Magento Community
Magento Community
 
Sintax
Member
 
Total Posts:  58
Joined:  2008-02-18
Hungary
 

Hi as99!

We have exactly the same problem as you! Were you able to resolve it? If you have something please reply!
::Sintax

 
Magento Community Magento Community
Magento Community
Magento Community
 
brianjking
Jr. Member
 
Avatar
Total Posts:  12
Joined:  2008-02-21
Bowling Green, OH
 
as99 - 19 February 2008 12:22 PM

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

This happens on this page: http://magento/index.php/install/wizard/locale/

This is what I’m running:

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.

 Signature 

KIGA Communications Solutions LLC.
Digital Media Research Group

 
Magento Community Magento Community
Magento Community
Magento Community
 
Andrew Smith
Jr. Member
 
Avatar
Total Posts:  9
Joined:  2008-02-19
Cape Town, South Africa
 

Unfortunately I can’t report that I’ve solved this problem. The Magento install process has a long way to go before it can be considered “seamless”.

Would be nice if the first page of the install checked all the dependencies and told you exactly what was wrong with your setup.

 Signature 

Andrew Smith
South African Magento Evangelist
See the group here

 
Magento Community Magento Community
Magento Community
Magento Community
 
pauljg1
Sr. Member
 
Avatar
Total Posts:  153
Joined:  2008-02-22
 

Hi,

I have had this error message when installing

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

can anyone help

 
Magento Community Magento Community
Magento Community
Magento Community
 
shrike71
Jr. Member
 
Total Posts:  5
Joined:  2008-02-07
 

Got exactly the same problem:

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?

Thanks in advance

Shrike71

 
Magento Community Magento Community
Magento Community
Magento Community
 
shrike71
Jr. Member
 
Total Posts:  5
Joined:  2008-02-07
 

For all you guys out there that got this problem:

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.

Regards,

Shrike71

 
Magento Community Magento Community
Magento Community
Magento Community
 
Maxumis Blade
Jr. Member
 
Avatar
Total Posts:  2
Joined:  2008-06-06
Cape Town
 

hey gang
good to see RSA being represented.

I managed to get magento installed just fine.
my service provide has it as a one click install ( media temple : great service )

I’ve been trying for a couple of days not figure out how to interface with a payment gateway.

I understand some of you guys managed to do it.
Is there any chance you could share some of the source on how you accomplished this?

regards

 Signature 

http://www.modelbase.co.za
South African Models and Photographers

 
Magento Community Magento Community
Magento Community
Magento Community
 
Andrew Smith
Jr. Member
 
Avatar
Total Posts:  9
Joined:  2008-02-19
Cape Town, South Africa
 

Hi Maxumis

This is being discussed in the South African group: http://www.magentocommerce.com/group/view/220
Progress is slow at the moment, but we’re getting there.

 Signature 

Andrew Smith
South African Magento Evangelist
See the group here

 
Magento Community Magento Community
Magento Community
Magento Community
 
willo
Jr. Member
 
Avatar
Total Posts:  8
Joined:  2008-06-06
Centurion, Gauteng
 

Hi Blade,

What payment gateways are you interested in?
BTW. What’s modelbase going to do with Magento?

Also, Andrew, have you managed to sort out your problem?

Willo

 
Magento Community Magento Community
Magento Community
Magento Community
 
edesigninc
Jr. Member
 
Avatar
Total Posts:  17
Joined:  2008-03-14
Fresno, CA
 

Has anyone had any success solving this issue

Fatal errorCall 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?

 
Magento Community Magento Community
Magento Community
Magento Community
Magento Community
Magento Community
    Back to top
 
Sales: Call 877.832.5289 (North America) 310.295.4144 (International)
© Copyright 2008 Varien. Magento, eCommerce software, is a trademark of Irubin Consulting Inc. DBA Varien
Privacy Policy|Terms of Service
Magento Community Count
53278 users|769 users currently online|107385 forum posts