Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

install problems

Quote Reply
install problems
hi folks,

i have same trouble by installing GMail via TelNet/SSH.

when i have everything installed and i'm going to my admin via web_browser i always get the following error:

Error: GT::Template (19182): Unable to create compiled template directory '/var/www/html/email/data/admin/templates/compiled'. Reason: Permission denied at /var/www/cgi-bin/freemail/admin/GMail/Admin.pm line 58.

does anybody know what is to do?

Regards,
Manu

Shopping Portal Shop-Netz.de® | Partnerprogramme | Flugreisen & Billigflüge | KESTERMEDIA e.K. | European Affiliate Marketing Forum.

Last edited by:

ManuGermany: Mar 21, 2002, 11:15 AM
Quote Reply
Re: [ManuGermany] install problems In reply to
The user the web server runs as doesn't have enough permissions to create the compiled directory. You'll want to give this user enough permissions to write to the template directories.
One way of fixing this is doing:
mkdir /var/www/html/email/data/admin/templates/compiled
chmod 777 /var/www/html/email/data/admin/templates/compiled

You might also need to do this for the user templates too.

Adrian