From: Barry C. <cb...@ne...> - 2003-08-06 13:11:13
|
Phil, You're right. The poblem is solved. Thank you. Barry -----Original Message----- From: web...@li... [mailto:web...@li...] On Behalf Of web...@li... Sent: Wednesday, August 06, 2003 11:30 AM To: web...@li... Subject: Web-erp-users digest, Vol 1 #36 - 2 msgs Send Web-erp-users mailing list submissions to web...@li... To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/web-erp-users or, via email, send a message with subject or body 'help' to web...@li... You can reach the person managing the list at web...@li... When replying, please edit your Subject line so it is more specific than "Re: Contents of Web-erp-users digest..." Today's Topics: 1. execute a method or access a property of an incomplete object = (Phil Daintree) 2. Re: execute a method or access a property of an incomplete object (Chris Bice) --__--__-- Message: 1 From: "Phil Daintree" <ph...@du...> To: <web...@li...> Date: Wed, 6 Aug 2003 11:49:44 +1200 Subject: [Web-erp-users] execute a method or access a property of an incomplete object 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 --__--__-- Message: 2 Date: Tue, 5 Aug 2003 20:41:51 -0500 (CDT) Subject: Re: [Web-erp-users] execute a method or access a property of an incomplete object From: "Chris Bice" <cb...@en...> To: <ph...@du...> Cc: <web...@li...> Reply-To: cb...@en... The latest default shipment of PHP for Win32 and RedHat does ship out = with session.auto_start =3D 1 ; Havn't gotten a clear response for the folks at PHP why. But Phil is = right, I had the same error on a new WebERP install on a new server. If that doesn't seem to fix the problem, please post your Session = variables from within your php.ini file and I'm sure we can get it hammered out. Chris Bice IT Manager EnCore Inc. > 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=20 > of the object you are trying to operate on was loaded _before_ the=20 > 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=20 > 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 > > > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built ASP.NET sites including = > Data Reports, E-commerce, Portals, and Forums are available now.=20 > Download today and enter to win an XBOX or Visual Studio .NET.=20 > http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_ > 01/01 > _______________________________________________ > Web-erp-users mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-users --__--__-- _______________________________________________ Web-erp-users mailing list Web...@li... https://lists.sourceforge.net/lists/listinfo/web-erp-users End of Web-erp-users Digest |