Hi all,

I've just installed Squirrelmail to a new box with Apache2 and i can see
that squirrelmail is unable to work because of this difference between
Apache1 and Apache2 :

Example:

Original code with Apache 1 :
file_exists ("somedir/somefile.php"); // Always returns false

Modified code with Apache 2:
file_exists (getcwd()."/somedir/somefile.php"); // Works as expected


Can someone tell me when a new version will be able to work without
problem on Apache2 .


Best Regards,
Kazh




-------------------------------------------------------
This SF.net email is sponsored by: Get the new Palm Tungsten T 
handheld. Power & Color in a compact size! 
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to