PDA

View Full Version : HELP, I GET Internal Server Error 500 messages


edit
04-09-04, 04:53 PM
im heaving problems with my cgi script thats shipped with eShopFactory (web shop builder)
the shop wokes grate, till we push the send button, 'Internal Server Error 500' follows


this is the error i can get out of the script so far... :


[root@localhost root]# perl -wc file.cgi Unquoted string "title" may clash with future reserved word at file.cgi line 1. Unquoted string "ftp" may clash with future reserved word at file.cgi line 1. Bareword found where operator expected at file.cgi line 1, near "//dogsmind" (Missing operator before dogsmind?) Unquoted string "dogsmind" may clash with future reserved word at file.cgi line 1. Array found where operator expected at file.cgi line 1, at end of line Unquoted string "nl" may clash with future reserved word at file.cgi line 1. Unquoted string "cgi" may clash with future reserved word at file.cgi line 1. Number found where operator expected at file.cgi line 3, near "0 2" (Missing operator before 2?) Bareword found where operator expected at file.cgi line 3, near "2px" (Missing operator before px?) Unquoted string "px" may clash with future reserved word at file.cgi line 3. Unquoted string "vertical" may clash with future reserved word at file.cgi line 3. Unquoted string "text" may clash with future reserved word at file.cgi line 3. syntax error at file.cgi line 1, near "<head><" syntax error at file.cgi line 3, near "0 2" syntax error at file.cgi line 3, near "align:" file.cgi had compilation errors. [root@localhost root]# [root@localhost root]#




im really desperate, help please

AutoObsession87
04-12-04, 10:48 AM
im heaving problems with my cgi script thats shipped with eShopFactory (web shop builder)
the shop wokes grate, till we push the send button, 'Internal Server Error 500' follows


this is the error i can get out of the script so far... :


[root@localhost root]# perl -wc file.cgi Unquoted string "title" may clash with future reserved word at file.cgi line 1. Unquoted string "ftp" may clash with future reserved word at file.cgi line 1. Bareword found where operator expected at file.cgi line 1, near "//dogsmind" (Missing operator before dogsmind?) Unquoted string "dogsmind" may clash with future reserved word at file.cgi line 1. Array found where operator expected at file.cgi line 1, at end of line Unquoted string "nl" may clash with future reserved word at file.cgi line 1. Unquoted string "cgi" may clash with future reserved word at file.cgi line 1. Number found where operator expected at file.cgi line 3, near "0 2" (Missing operator before 2?) Bareword found where operator expected at file.cgi line 3, near "2px" (Missing operator before px?) Unquoted string "px" may clash with future reserved word at file.cgi line 3. Unquoted string "vertical" may clash with future reserved word at file.cgi line 3. Unquoted string "text" may clash with future reserved word at file.cgi line 3. syntax error at file.cgi line 1, near "<head><" syntax error at file.cgi line 3, near "0 2" syntax error at file.cgi line 3, near "align:" file.cgi had compilation errors. [root@localhost root]# [root@localhost root]#




im really desperate, help please

I think your best plan of action is to go through the error message one line at a time and try to fix each error...some seem pretty simple (unquoted strings, etc.) After you fix those, the other errors may simply disappear or may be easier to diagnose.
Post if you need any more help and I'm sure someone will be able to assist you.

Regards,
Scott