From: Chris B. <cb...@me...> - 2003-05-15 16:26:17
|
I have noticed that if I change my /etc/php.ini file so that the session.auto_start = 0 the order entry works great, however none of the menus work, meaning if i click on the manufacturing tab, it still displays the orders menu below it. I also get the following error when you go to the index page: Warning: Cannot send session cookie - headers already sent by (output started at /var/www/html/web-erp/en/index.php:8) in /var/www/html/web-erp/en/header.inc on line 6 Warning: Cannot send session cache limiter - headers already sent (output started at /var/www/html/web-erp/en/index.php:8) in /var/www/html/web-erp/en/header.inc on line 6 If i change the session.auto_start = 1 then the menu's work great but I get the following error when I go the Sales Order Entry Page : 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 /var/www/html/web-erp/en/SelectOrderItems.php on line 210 On Thursday 08 May 2003 21:29, Phil Daintree wrote: > Hi Chris, > > Sorry you are having trouble. > > I think this might be a session handling issue and I am surprised that many > other elements of the system work at all. There is heavy reliance on > sessions throughout the system. > > The line: > > include("DefineCartClass.php"); > > should be on the 9th line of the SelectOrderItems.php script. > > Can you tell me: > - what version you are using > - OS and web server > - version of PHP > - is your installation on the net > - can I get in to look > - is there phpMyAdmin on your server > - is there a phpinfo() page that you could send the output to me > - has this been the case since you installed the system or did it work > before ? > > Phil > ----- Original Message ----- > From: "Chris Bice" <cb...@me...> > To: <web...@li...> > Sent: Friday, May 09, 2003 10:11 AM > Subject: [Web-erp-users] Order entry error > > > "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 > > > /var/www/html/web-erp/en/SelectOrderItems.php on line 266" > > > > I get this error anytime to try to enter a slaes order. I still have yet > > to > > > be able to enter a sales order. > > > > After you get this error, and you select the main menu to get out of it, > > anytime you go back into sales order it immediately gives you the > > following > > > error: > > > > "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 > > > /var/www/html/web-erp/en/SelectOrderItems.php on line 33" > > > > Any help would be greatly appreciated. > > > > Thanks > > -- > > Chris Bice > > IS > > SRC Diversified(Encore, Engines Plus, Megavolt) > > 417-862-1110 ext.308 > > 417-860-0069 cell > > > > > > ------------------------------------------------------- > > Enterprise Linux Forum Conference & Expo, June 4-6, 2003, Santa Clara > > The only event dedicated to issues related to Linux enterprise solutions > > www.enterpriselinuxforum.com > > > > _______________________________________________ > > Web-erp-users mailing list > > Web...@li... > > https://lists.sourceforge.net/lists/listinfo/web-erp-users > > ------------------------------------------------------- > Enterprise Linux Forum Conference & Expo, June 4-6, 2003, Santa Clara > The only event dedicated to issues related to Linux enterprise solutions > www.enterpriselinuxforum.com > > _______________________________________________ > Web-erp-users mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-users -- Chris Bice IS SRC Diversified(Encore, Engines Plus, Megavolt) 417-862-1110 ext.308 417-860-0069 cell |