I get nothing but 500 server errors

greenspun.com : LUSENET : S-Mart Shopping Cart : One Thread

I have tried everything .... I am operating on a virtual server from virtualave.net. And No matter what I do I can't get the script to work. Can anyone please help me?

-- Mike Gardner (logik@prodigy.net), April 11, 1999

Answers

The script has a missing or additional parenthesis, ie. ", ', \ and etc. Try check the areas you have modified specially those PRINT command section.

eg. print "test\n";

The "2" should be replace as \"2\". Correct one is:

print "test\n";

-- God bless!

-- Patrick Chan (patrickccf@hotmail.com), February 15, 2000.


Moderation questions? read the FAQ