PDA

View Full Version : Cart loses content in checkout


-brs.2-
5-17-04, 07:09 PM
I have been trying to figure out why my cart isn't keeping its contents when I go to checkout.

Website in question: http://www.neonlights.com/store/catalog/

Could this be it?? In osCommerce's configration file I noticed I have a line that specficies the following:

define('USE_PCONNECT', 'false'); // use persistent connections?

Would it make a difference if I set it to true??

-brs.2-
5-17-04, 09:29 PM
I figured it out through this post...

http://forum.powweb.com/showthread.php?t=36342

stevel
5-18-04, 07:58 AM
Don't set persistent connections to true on a shared server such as PowWeb.

-brs.2-
5-18-04, 10:01 AM
Thank you.