Gossamer Forum
Home : Products : Others : MySQLMan :

load without connecting

Quote Reply
load without connecting
I installed the script.
Now I'pointing my browser to: cgi-bin/mysqlman/mysql.cgi
but it loads for an eternity and never connects. Never giving any error message.( this happens only with: /mysql.cgi)

I dont' understand where this problem is coming from.
Can anybody help to unblock the situation?

Quote Reply
Re: load without connecting In reply to
Did you check your error logs? Sometimes the error will be reported there, but not to the browser.

Did you upload all the files as "ASCII" ?

Did you set the permissions on the mysql.cgi to 755?

Did you make sure that the subdirectory had at least permissions 755?

Did you try setting the path at the top of the file (instructions are
included in the comments at the top of the file).

Other than that.... not much to go on.

http://www.postcards.com
FAQ: http://www.postcards.com/FAQ/LinkSQL/

Quote Reply
Re: load without connecting In reply to
 
Pugdog,

I reinstalled the whole thing, but now I'm getting this error message.


CGI ERROR
==========================================
Error Message : fatal undef error: GT_Template (5920): Unable to open template

file 'web/sites/fixedideas.com/docs/cgi-bin/mysqlman/templates/login.html'. Reason: File does not exist. at html.pl line 381

I dont understand what does that means.
aford


Quote Reply
Re: load without connecting In reply to
Hi,

That means it can't find your "login.html" template.
Look in the directory "/cgi-bin/mysqlman/templates/", and make sure that it is there, if not, just upload it.


Robert Blackstone
Webmaster of Scato Search
http://www.scato.com
Quote Reply
Re: load without connecting In reply to
Looks like you are missing a leading slash '/' from your $script_path.

Cheers,

Alex

--
Gossamer Threads Inc.
Quote Reply
Re: load without connecting In reply to
Thanks Alex,

That was it.

Aford