Gossamer Forum
Home : Products : Others : MySQLMan :

Connection Problem

Quote Reply
Connection Problem
I have just installed mysqlman. I am having a slight problem. Each time I try to run the mysql.cgi file I get this error message. GT_Template (23637): Unable to open template file '/home/bizSuccess/cgi-bin/mysqlman//templates/demo_prompt.html'. Reason: File does not exist. at /home/bizSuccess/cgi-bin/mysqlman//html.pl line 714

Please help

Ade


Quote Reply
Re: Connection Problem In reply to
you should have only a single forward slash in the path. try getting rid of the double forward slash:

/home/bizSuccess/cgi-bin/mysqlman//html.pl

try this:
/home/bizSuccess/cgi-bin/mysqlman/html.pl