Gossamer Forum
Home : Products : DBMan : Installation :

CGI ERROR!!!

Quote Reply
CGI ERROR!!!
i got the error message:
CGI ERROR
==========================================
Error Message : Error loading required libraries.
Check that they exist, permissions are set correctly and that they compile.
Reason: syntax error at default.cfg line 68, near "'ID';"

Script Location : db.cgi
Perl Version : 5.00503
Setup File : default.cfg

The "'ID';" is in refference to the unique key field, i am sure that ID is a field but yet it keeps cuasing an error, can anybody help me???????
Quote Reply
Re: CGI ERROR!!! In reply to
There's undoubtedly a syntax error before that. Possibly there's a missing quotation mark or semicolon in one of your file path definitions.

Whenever you get a syntax error message, start looking at the line it gives you and then back up the file. The error is rarely on the line it gives you. That's just were the compiler starting having problems.

(This, of course, is very unpleasant when the line it gives you is the last line of the file. Smile )


------------------
JPD