Gossamer Forum
Home : Products : Others : MySQLMan :

Can't create file or directory in html.pl L447 (instal problem)

Quote Reply
Can't create file or directory in html.pl L447 (instal problem)
Hi all, i'm newbie at this, so i think it'll be easier for you to help me;)

i'm not sure about the configuration i gave in mysql.cfg, but when i try to access to myscql.cgi i have the following error message : "fatal undef error: GT::Template (9635): Unable to create compiled template directory '.http://mywebsite/cgi- bin/gestmysq/templates/compiled'. Reason: No such file or directory at html.pl line 447."
Script Location : /home/securis/public_html/cgi-bin/gestmysq/mysql.cgi
Perl Version : 5.00503

So what is the problem with html.pl ? i'm not supposed to modify something in it ...of course the directory "compiled" does exist !
Moreover my chmodd are OK.

Any idea ?


EDIT: i chmodded templates and compiled to 777, it does nothing else. I tried to change the location of the script :
- script_url => "home/securis/public_html/cgi-bin/gestmysq/mysql.cgi",
- script_url => "/cgi-bin/gestmysq/mysql.cgi",
- script_url => "http://mywebsite/cgi-bin/gestmysq/mysql.cgi",

It's the same ...Frown

Last edited by:

h2o: Apr 17, 2002, 2:05 AM
Quote Reply
Re: [h2o] Can't create file or directory in html.pl L447 (instal problem) In reply to
>Unable to create compiled template directory '.http://mywebsite/cgi- bin/gestmysq/templates/compiled'.

It seems that there are some wrong with the path to the template dir. It should be

/home/securis/public_html/cgi-bin/gestmysq/templates/ but not above

Cheers,

Dat

Programming and creating plugins and templates
Blog