Gossamer Forum
Home : Products : Others : MySQLMan :

CGI Error

Quote Reply
CGI Error
Someone asked this earlier, but they said that they resolved it. They didn't list how, though.

I am getting this error:

Error Message : fatal undef error: GT_Template (25194): Unable to open template file '/templates/database.html'. Reason: File does not exist. at html.pl line 45

I have tried changing it to the "home/public_html/cgi-bin/..." directory, but it still could not find it. I have also changed to to "http://www.domain.com/cgi-bin/..." to no avail. Does anyone have any suggestions? Please spell them out slowly, as I have little experience with this sort of thing. :]


Quote Reply
Re: CGI Error In reply to
In Reply To:
I have tried changing it to the "home/public_html/cgi-bin/..." directory
You need to have a forward slash before home for one thing....

Code:

/home/public_html/cgi-bin/...


Regards,

Eliot Lee