Author Topic: Functionality Lost upon Upgrade  (Read 2458 times)

Offline tofinoguy

  • Jr. Member
  • **
  • Posts: 30
Functionality Lost upon Upgrade
« 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?

Offline guilichou

  • Jr. Member
  • **
  • Posts: 19
Re: Functionality Lost upon Upgrade
« Reply #1 on: March 30, 2008, 02:39:35 AM »
In the config/main.inc.php file, try activating:

Code: [Select]
// 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;

Offline jimcavoli

  • Jr. Member
  • **
  • Posts: 37
Re: Functionality Lost upon Upgrade
« Reply #2 on: March 30, 2008, 03:52:55 PM »