Turned up the php debugging and pointed the logfile at useful location:

PHP Notice:  Undefined index:  attachfile in
/usr/local/www/squirrelmail/src/compose.php on line 1268

Also, I'm running on Apache2 (latest FreeBSD port).

This poster had same problem several months ago, but no replies. You may want to ping him.


http://article.gmane.org/gmane.mail.squirrelmail.user/15528/match=index+attachfile

You can also do some debugging of your own by dumping the contents of $_FILES in compose.php... try placing this in compose.php around where the other HTML output is being sent to the browser:

sm_print_r($_FILES);

Please inform us here if you find the solution.


-------------------------------------------------------
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
--
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