From: Phil D. <ph...@du...> - 2003-08-03 22:52:48
|
Hi Barry, Couple of questions to clarify the situation: - Do other nasty messages appear in other (transaction entry) areas of the system eg entering a payment or receipt or invoicing, or entering a purchase order. These areas all use sessions extensively. This might indicate some problem with sessions on your server. I know one common error in windows installations is a setting in php.ini for the directory where to store session (server side) cookies. By default this is the unix /tmp whereas in windows it might be more appropriate to set this to something like - C:\Temp I think case is important? This has come up on the list before so there may be some more info in the archives. - Does the file DefineCartClass.inc exist in your E:\wwwroot\web-erp\ directory? - Have you modified the code at all ? - Does this message come up immediately you enter the page or after selecting a customer or quick entry? Phil ----- Original Message ----- From: "barry" <cb...@ne...> To: <web...@li...> Sent: Monday, August 04, 2003 5:28 AM Subject: [Web-erp-users] order entry problem > Hello, > > I've just installed WEB-ERP and have got the following problem when I > select sales order entry. > > *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 in *E:\wwwroot\web-erp\SelectOrderItems.php* on line > *35. > * > > Thanks in advance for the help. > > barry > > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are available now. > Download today and enter to win an XBOX or Visual Studio .NET. > 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 > |