> Stop top-posting please.
>
> On 10/1/07, z6 <[EMAIL PROTECTED]> wrote:
>> Nothing at all in the logs I'm afraid. In case it's relevant, that
>> machine has a slightly old php-4.3.11, which is still ok for sm
>> according to the release notes.
>>
>> I am also seeing the other problem - that as I attempt to add subsequent
>> attachments each one replaces the previous one. Then when I attempt to
>> send the mail it is sent without any.
>
> In addition to the previous debug info, you can also try to find this
> in src/compose.php around line 1203:
>
> if (is_object($composeMessage) && $composeMessage->entities)
> $attach_array = $composeMessage->entities;
> if ($session_expired && !empty($attachments) &&
> is_array($attachments))
> $attach_array = $attachments;
>
> Change it to:
>
> if (is_object($composeMessage) && $composeMessage->entities)
> $attach_array = $composeMessage->entities;
> sm_print_r('ATTACH ARRAY:', $attach_array, "SESSION EXPIRED:
> $session_expired");
> if ($session_expired && !empty($attachments) &&
> is_array($attachments))
> $attach_array = $attachments;
>
>> Have just checked all the plugin versions, and updated to the latest
>> (except quicksave - moving from 2.3.1 to 2.4.2 introduces "Call to
>> undefined function: reposition_plugin_on_hook() in
>> /usr/local/share/squirrelmail-1.4.11/plugins/quicksave/functions.php on
>> line 212" but that's probably a different problem!)
>
> You should post a new thread about it then. The solution is that it
> looks like you did not READ the Compatibility (no, not Quicksave)
> plugin's INSTALL file and apply its patch.
>
>> The only other
>> update I did was compatibility, but no change to the attachment problem.
>>
>> C
>>
>>
>> On 01/10/2007 18:37, Paul Lesniewski wrote:
>> > On 10/1/07, z6 <[EMAIL PROTECTED]> wrote:
>> >
>> >> Have just upgraded from 1.4.10a to 1.4.11, and all seems ok except
>> >> attachments. All appears normal up to and including sending the mail,
>> but
>> >> it is sent without the attachment (and is stored in the Sent Items
>> without
>> >> it). The attachment is left lying in the attachment directory.
>> >>
>> >> Anyone else found this or have I done something silly?
>> >>
>> >
>> > No, it seems to be something of an issue with the new release. That
>> > code was in fact modified. It seems other people see that they can
>> > send one attachment, but if they add a second one, only the last one
>> > added is sent with the message. I cannot reproduce any of these
>> > problems. Please check your error logs and send any PHP notices or
>> > warnings or errors you may find when you add attachments or send
>> > messages.
>> >
>> > Thanks
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> --
> 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
>
>
>
Hello,
I have some tests. I confirm files are well written in the attach
directory. When I add an attachment, the first is replaced by the new
one but the both files are written.
When I send the mail no attachments are sent.
I did the modification.
Below the results :
Array
(
[startMessage] => 1
[session] => 14
[passed_id] =>
[identity] => 0
[send_to] => [EMAIL PROTECTED]
[send_to_cc] =>
[send_to_bcc] =>
[subject] =>
[mailprio] => 3
[body] =>
--
Olivier MOULIN
http://www.ompm.net
Avec Linux tu as un Noyau, avec Windows tu as des pépins...
[attach] => Ajouter
[MAX_FILE_SIZE] => 8388608
[username] => titi
[smaction] =>
[mailbox] => INBOX.Squirrelmail
[composesession] => 14
[querystring] => mailbox=INBOX.Squirrelmail&startMessage=1
)
ATTACH ARRAY:
Array
(
[0] => message Object
(
[rfc822_header] =>
[mime_header] => messageheader Object
(
[type0] => application
[type1] => octet-stream
[parameters] => Array
(
[name] => components.ini
)
[id] => 0
[description] =>
[encoding] =>
[size] => 0
[md5] =>
[disposition] => disposition Object
(
[name] => attachment
[properties] => Array
(
[filename] => components.ini
)
)
[language] =>
)
[flags] =>
[type0] =>
[type1] =>
[entities] => Array
(
)
[entity_id] =>
[parent_ent] =>
[entity] =>
[parent] =>
[decoded_body] =>
[is_seen] => 0
[is_answered] => 0
[is_deleted] => 0
[is_flagged] => 0
[is_mdnsent] => 0
[body_part] =>
[offset] => 0
[length] => 0
[att_local_name] => VKxygOgcHdxR7dQfZo6DCULJCkIt8Nvk
)
)
SESSION EXPIRED:
--
Olivier MOULIN
http://olivier.ompm.net
ICQ N°48428547
MSN : [EMAIL PROTECTED]
Jabber : [EMAIL PROTECTED]
Avec Linux tu as un Noyau, avec Windows tu as des pépins...
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
--
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