Roundcube Community Forum

Release Support => Pending Issues => Topic started by: hipsterdoofus on August 26, 2008, 02:52:37 PM

Title: Hangs (kind of) on "sending message"
Post by: hipsterdoofus on August 26, 2008, 02:52:37 PM
Got roundcube installed fine.  In the install everything tested ok.  But when I go in and try to send a message it hangs on the little "sending message window"...that is, it seems to hang, but my message actually goes out...so not sure what is going on.
Title: Hangs (kind of) on "sending message"
Post by: Attero on August 26, 2008, 05:45:48 PM
I also have this problem and would like to know if there is an answer.
Would be nice to see it say, "sorry! can't send" or something.
Title: Hangs (kind of) on "sending message"
Post by: dano on August 27, 2008, 12:36:15 PM
Only time I have seen this is if RC does not have the Sent folder configured correctly.
Title: Hangs (kind of) on "sending message"
Post by: Attero on August 27, 2008, 03:16:34 PM
How on earth do you configure the sent folder? I thought the only configuration for the sent folder was the name for it.
Title: Hangs (kind of) on "sending message"
Post by: William on August 29, 2008, 06:25:00 PM
Hello

Quote from: hipsterdoofus;13514Got roundcube installed fine.  In the install everything tested ok.  But when I go in and try to send a message it hangs on the little "sending message window"...that is, it seems to hang, but my message actually goes out...so not sure what is going on.

Take a peek at the error log in /logs it should show the file & line that's failing.  Post it here or research - there is a fix that (I found one referencing a diff version) worked for me.

All the best.
-- William
Title: Hangs (kind of) on "sending message"
Post by: William on August 29, 2008, 06:27:33 PM
Greetings

Quote from: Attero;13541How on earth do you configure the sent folder? I thought the only configuration for the sent folder was the name for it.

Good question and I sincerely hope a dev wanders by sometime soon to respond.  For the time being I've disabled saving sent messgaes because one of my IMAP servers can't play nice with r/cube.

Bon chance
-- William
Title: roundcube hangs when sending mail
Post by: pavian57 on January 20, 2009, 10:18:29 AM
Quote from: hipsterdoofus;13514Got roundcube installed fine.  In the install everything tested ok.  But when I go in and try to send a message it hangs on the little "sending message window"...that is, it seems to hang, but my message actually goes out...so not sure what is going on.

i got the same problem and by increasing the memory_limit in php.ini the problem disappeared. i don't know the excat limit, for another application i had to increase to over 200MB. trough this i got back to roundcube to try again and it worked. some on might find the limit for roundcube

have a nice day.
Title: Hangs (kind of) on "sending message"
Post by: round-dino on September 18, 2009, 04:29:38 PM
Setting memory_limit to 1024M did not make anything better: Still same hang with "Sending Message ...". :(

But Setting

$rcmail_config['sent_mbox'] = '';

solved the problem. :)