Roundcube Community Forum

Release Support => Pending Issues => Topic started by: tofinoguy on March 29, 2008, 09:19:33 PM

Title: Functionality Lost upon Upgrade
Post by: tofinoguy on March 29, 2008, 09:19:33 PM
Hi... I upgraded to 0.1 STABLE from the latest RC (and before, that, the previous RC) and I'm having a problem with any new users that had not already used the previous version (ie are not in the database). RC is no longer creating imap folders for new users such as Sent, Trash, etc. These users are not able to delete messages. I'm not sure if this is related to the other problem regarding deleting messages however I am not using cPanel so I don't think it would be. Everything else is working great, and there are no issues for users that had their accounts before the upgrade. Any suggestions?
Title: Re: Functionality Lost upon Upgrade
Post by: guilichou on March 30, 2008, 02:39:35 AM
In the config/main.inc.php file, try activating:

// automatically create a new RoundCube user when log-in the first time.
// a new user will be created once the IMAP login succeeds.
// set to false if only registered users can use this service
$rcmail_config['auto_create_user'] = TRUE;
Title: Re: Functionality Lost upon Upgrade
Post by: jimcavoli on March 30, 2008, 03:52:55 PM
Also, see this thread:

http://roundcubeforum.net/forum/index.php?topic=2773.msg10874