From: Phil D. <ph...@du...> - 2003-08-05 23:46:55
|
Barry, I think I have the answer. The message you are getting is - Fatal error: The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition cart of the object you are trying to operate on was loaded _before_ the session was started You can fix this by disabling session.auto_start in your php.ini I don't think this is a default setting of PHP but would be interested to know if you set this or the latest version has it enabled by default? Thanks for reporting this and bearing with me to find the answer (I hope) If this is now a default setting of PHP then I guess a number of folks will get the same problem! Phil Daintree |