Roundcube Community Forum

 

replying to a message does not work (screen stucks on sending message)

Started by spriebe, September 23, 2010, 03:40:51 AM

Previous topic - Next topic

spriebe

Hello!

When i try to reply to an e-mail the screen stucks on "Sending message...". Other messages in my box are working fine. In this case isn't even an smtp connection established.

Stefan

rosali

Regards,
Rosali

spriebe

Oh could you please tell me where i can find the log.

I've set:
// system error reporting: 1 = log; 2 = report (not implemented yet), 4 = show, 8 = trace
$rcmail_config['debug_level'] = 4;

// log driver:  'syslog' or 'file'.
$rcmail_config['log_driver'] = 'file';

But cannot find any log file.

rosali

Enable smtp logging:

// Log SMTP conversation to /smtp or to syslog
$rcmail_config['smtp_debug'] = true;

Log files are in the directory logs in roundcube folder by default.
Regards,
Rosali


alec


spriebe

still nothing in the logs. But the logging is working fine if i send a new message, log in, .... - so this can't be the problem.

rosali

Nothing in the error log? What is in imap debug log if option enabled ( $rcmail_config['imap_debug'] = true; )?
Regards,
Rosali

spriebe

The logs get filled while watching the mail and hitting the reply button. But when i then press the send button - still nothing in it.

rosali

Regards,
Rosali

spriebe

mhm it works also for other messages only for this one it seems to get stuck. I also cannot click any buttons anymore on the roundcube page

rosali

The GUI is locked when clicking the send button. That's ok. Could you post this message in raw format (*.eml file)?
Regards,
Rosali

spriebe

OK i've modified the message a lot as it contains internal Data - but it still happens with this message so i didn't touch the bug :-)

Attached you'll find it.

rosali

I have imported this message into my server and it works for me. Sorry, I have no more idea.
Regards,
Rosali

spriebe