problem with webmail

agressor

New member
Joined
Sep 27, 2008
Messages
1
hi guys, i have a big problem with webmail

have this output when i try to login mysite.tld/webmail

----
ERROR (512): Smarty error: problem creating directory "./tmp/_cached_templates" (/webmail/smarty/Smarty.class.php:589)
----


So my ask is this: Can i get working it, without disable safe_mode in main php.ini (/usr/local/lib/php.ini)???


any hint is welcome.

thanks.
Francisco.-
 
PHP as CGI? If yes, try:
Code:
chown -R webapps:webapps /var/www/html
 
I know this is an old topic but the problem popped up again.
Just made a new fresh install with Centos 5.7-x64 and custombuild 1.2x php5 in cli.
Did the chown on both directories and still getting this same errors
 
You don't use PHP-CGI, so you should chown it not to webapps:webapps, but apache:apache.

p.s. of course if you aren't using mod_ruid
 
Back
Top