Author Topic: Sending animation never stops  (Read 2608 times)

Offline jbade

  • Newbie
  • *
  • Posts: 6
Sending animation never stops
« 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

Offline toetag

  • Jr. Member
  • **
  • Posts: 65
Sending animation never stops
« Reply #1 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.
<[ a desert to an irishman is an empty glass. ]>

Offline toetag

  • Jr. Member
  • **
  • Posts: 65
Sending animation never stops
« Reply #2 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.
<[ a desert to an irishman is an empty glass. ]>

Offline jbade

  • Newbie
  • *
  • Posts: 6
Sending animation never stops
« Reply #3 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.