Please help me:
When I test my site, and click an "add to Cart" button to add a product to the shopping cart page, I receive an "Internal Server Error".
Am I right assuming that the Shopping Cart page is connected somehow to the order.cgi file in the cgi-bin?
If so I may be closer to figuring out the problem.
Would the fact that I downloaded this CGI file as ASCII and uploaded it again be part of the problem with the shopping cart? Because I recently discovered that some files must be up/downloaded via FTP as binary and not ASCII.
I do not know the first thing about CGI files but I believe very strongly that tampering with order.cgi may have screwed up the shopping cart.
Additionally, I checked my latest log file. Among many other unrelated errors, I received this which may be important:
"Premature end of script headers: /usr/home/****/www/cgi-bin/sc/order.cgi"
any CGI gurus out there or somehow who actually knows how to create a shopping cart page, please help.
Jon