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.
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.
Only time I have seen this is if RC does not have the Sent folder configured correctly.
How on earth do you configure the sent folder? I thought the only configuration for the sent folder was the name for it.
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
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
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.
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. :)