ISPConfig3 MailBox settings changes lost

Discussion in 'Developers' Forum' started by abdi, Aug 9, 2013.

  1. abdi

    abdi Member

    Hello Till,

    As I have noticed after upgrading my ISPConfig3 with

    Code:
    svn export svn://svn.ispconfig.org/ispconfig3/trunk/
    cd trunk/install
    php -q update.php
    
    The mailbox menu settings that were there previously have been lost. Please see attached.

    API also is not working as expected especially when setting auto-responders. Is this a bug or you have just got rid of those extra mailbox settings in the new version?

    Thanks, Joseph
     

    Attached Files:

  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Thats most likely a bug in the dev code.
     
  3. abdi

    abdi Member

    Alright!
    Do I have to open a bug trackker?

    I saw this yesterday "..Additionally to the hotfix,0 ISPConfig 3.0.5.3 will be released tomorrow (August 09. 2013) which fixes this issue as well..."

    So I actually thought it was clean ...
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    You downloaded the dev branch and not the stable branch from svn. The dev branch is a repository that is used to collect (untested) code from external developers, so never install code from this branch to a server that contains any usable data or is used in production.
     
  5. abdi

    abdi Member

    Thanks for that information Till.

    Is there a stable SVN branch or I have always to use the download from ispconfig.org
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    The stable SVNn branch is:

    svn://svn.ispconfig.org/ispconfig3/branches/ispconfig-3.0.5
     
  7. abdi

    abdi Member

    Thanks once again! That has worked!

    FYI: I encountered the following error in the upgrade script right after an upgrade.

    Code:
    PHP Parse error:  syntax error, unexpected '[' in /usr/local/ispconfig/server/plugins-available/mongo_clientdb_plugin.inc.php on line 253
     
  8. till

    till Super Moderator Staff Member ISPConfig Developer

    Thats not code which is part of the stable branch.
     

Share This Page