> Hi! I can't seem to forward messages using SquirrelMail 1.4.6. > > I can compose a new message just fine and I can reply to messages fine. > When I try to forward, I get output like this: > > -----------START--------------- > > *Warning*: fopen(../data/A121RsPS4inX2AZ4JCwzpt34ZkEztANR): failed to > open stream: Permission denied in > */usr/local/squirrelmail-1.4.6/src/compose.php* on line *897* > > *Warning*: fputs(): supplied argument is not a valid stream resource in > */usr/local/squirrelmail-1.4.6/src/compose.php* on line *900* > > *Warning*: fclose(): supplied argument is not a valid stream resource in > */usr/local/squirrelmail-1.4.6/src/compose.php* on line *901* > > -------------END----------------- > > I do get the message composition window and can enter a recipient > address. When I do that and click "Send", I get this: > > ------------START--------------- > > > *Warning*: fopen(../data/A121RsPS4inX2AZ4JCwzpt34ZkEztANR): failed to > open stream: No such file or directory in > */usr/local/squirrelmail-1.4.6/class/deliver/Deliver.class.php* on line > *155* > > *Warning*: fgets(): supplied argument is not a valid stream resource in > */usr/local/squirrelmail-1.4.6/class/deliver/Deliver.class.php* on line > *156* > > *Warning*: fclose(): supplied argument is not a valid stream resource in > */usr/local/squirrelmail-1.4.6/class/deliver/Deliver.class.php* on line > *164* > > *Warning*: fopen(../data/A121RsPS4inX2AZ4JCwzpt34ZkEztANR): failed to > open stream: No such file or directory in > */usr/local/squirrelmail-1.4.6/class/deliver/Deliver.class.php* on line > *155* > > *Warning*: fgets(): supplied argument is not a valid stream resource in > */usr/local/squirrelmail-1.4.6/class/deliver/Deliver.class.php* on line > *156* > > *Warning*: fclose(): supplied argument is not a valid stream resource in > */usr/local/squirrelmail-1.4.6/class/deliver/Deliver.class.php* on line > *164* > > *Warning*: Cannot modify header information - headers already sent by > (output started at > /usr/local/squirrelmail-1.4.6/class/deliver/Deliver.class.php:155) in > */usr/local/squirrelmail-1.4.6/src/compose.php* on line *445* > > ---------------END---------------- > > I'm running SquirrelMail in an Apache 2.0.55/PHP-4.3.11 environment. > Any ideas on what could be the problem? > > I do have the HTML Composition plugin installed but I get the first set > of messages above even when I use plain text as the composition format.
Attachment directory that you have set in SquirrelMail configuration is not writable by webserver user. ../data/ is default SquirrelMail setting for data and attachment directories. I suspect that you store user preferences and address books in database and forgot to set attachment directory correctly. -- Tomas -- squirrelmail-users mailing list Posting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelines List Address: [email protected] List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
