SquirrelMail login

Does the file exist? Is it readable? Are you running PHP as cgi or as apache module?

If the file exists what is the output of an ls -al directory listing on the file?

Jeff
 
i'm using :
PHP 5.2.12 (cli)

Code:
 ls -al /var/www/html/squirrelmail/
drwxrwx---  2 apache  webapps 4096 Aug 18 01:07 data
 
 ls -al /var/www/html/squirrelmail/data
-rw-------  1 apache  webapps   41 Jan 11 20:16 default_pref
-rwxrwx---  1 apache  webapps   14 Mar  2  2002 .htaccess
-rwxrwx---  1 apache  webapps  485 Apr 16  2009 index.php
 
chown -R webapps:webapps /var/www/html/squirrelmail
 
Hey,

chmod 770 /var/www/html/squirrelmail/data/default_pref

David
 
I have the same problem some time ago.

I just download a new copy of squirrelmail, and copy that file, then it work fine again.
 
Back
Top