Roundcube Community Forum

Release Support => Pending Issues => Topic started by: jbade on November 28, 2009, 11:49:36 AM

Title: Sending animation never stops
Post by: jbade on November 28, 2009, 11:49:36 AM
Just upgraded and put on a newer server.

Windows 2008 server with IIS7 php 5.2.8 using fast CGI.

Everything seams to work well except when sending the message goes, is put into the sent items, but the animation never stops and never goes back to the inbox.

I found a few posts on similar issues with older versions but mostly talking about old php 4 issues.

Anyone experience this in 3?

Thanks,

Jeff
Title: Sending animation never stops
Post by: toetag on November 28, 2009, 04:31:59 PM
search the forums for information on "folder" names in the main.inc.php file.

it's been a few weeks, but i had the same issue and I had to change my folder settings in that main file.
Title: Sending animation never stops
Post by: toetag on November 28, 2009, 04:44:32 PM
I can't find the original thread but i believe it had to do with these settings:

// store draft message is this mailbox
// leave blank if draft messages should not be stored
$rcmail_config['drafts_mbox'] = 'Drafts';

// store spam messages in this mailbox
$rcmail_config['junk_mbox'] = 'Junk';

// store sent message is this mailbox
// leave blank if sent messages should not be stored
$rcmail_config['sent_mbox'] = '';

// move messages to this folder when deleting them
// leave blank if they should be deleted directly
$rcmail_config['trash_mbox'] = '';  

I think i had a value in the 'sent_mbox' setting, once i removed that, it began to work as you'd expect.
Title: Sending animation never stops
Post by: jbade on December 01, 2009, 09:53:07 AM
I tried removing the send directory as suggested but it still won't stop.
(even shut down IIS just to make sure)

I did put this on my old roundcube server running w2003 and an older version of PHP and it's working fine.