Author Topic: can not update (0.7 stable)  (Read 2964 times)

Offline derkim

  • Newbie
  • *
  • Posts: 5
can not update (0.7 stable)
« on: December 17, 2011, 02:22:15 PM »
Hello,
I have a problem to update roundcube from 0.6 to 0.7 stable.
I can not chose 0.7 to update the database.


If I chose 0.5.1 I become a lot of errors. If I click initialize I become more Errors.

I have MySQL client version: 5.1.43, phpMyAdmin 3.4.5.

I have no Idea what to do :mad:

Offline ABerglund

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 673
can not update (0.7 stable)
« Reply #1 on: December 17, 2011, 06:17:48 PM »
Edit the rcube_install.php file inside the installer folder and add the 0.6 descriptor to the dropdown array. Like so:
Code: [Select]
function versions_select($attrib = array()){
  $select = new html_select($attrib);
  $select->add(array(
    '0.1-stable', '0.1.1',
    '0.2-alpha', '0.2-beta', '0.2-stable',
    '0.3-stable', '0.3.1',
    '0.4-beta', '0.4.2',
    '0.5-beta', '0.5', '0.5.1',
    '0.6-beta', '0.6',
  ));
  return $select;
}

Then re-run the update.
Arne Berglund
SysAdmin, Internet Services
Lane Education Service District
Eugene, OR, USA

Offline bogy

  • Newbie
  • *
  • Posts: 3
    • http://dcnet.be/praten
can not update (0.7 stable)
« Reply #2 on: December 17, 2011, 08:00:31 PM »
PLEASE make a new distribution file for RC 0.7 ...
cuz lots of people haven't got access to a shell account and have to use the manual updating instructions; but they don't work if you 'forget' to enter the correct upgrade path in your installation files ...

so i'm guessing you're going to get a lot of angry people here with 'broken' webmail... and in the end; you'll be losing people who run off to another software like squirrelmail...  no flame intended, cuz i was able to use the support and find this topic and was able to 'fix' the installer... but not everyone will be able to do so (or will be thinking of looking at the forums... nowadays everything needs to be 'automagic' for some people)

Offline derkim

  • Newbie
  • *
  • Posts: 5
can not update (0.7 stable)
« Reply #3 on: December 18, 2011, 04:24:23 PM »
Thank you both for your reply. I installed it new, this is actually no problem but even the import from the adressbook was not fine.
So I wrote my complete adressbook new :/

regards, derkim

Offline bogy

  • Newbie
  • *
  • Posts: 3
    • http://dcnet.be/praten
can not update (0.7 stable)
« Reply #4 on: December 18, 2011, 08:53:36 PM »
i had adressbook problems with the previous version... from v0.5 to v0.6.. but that mainly was my own fault cuz i didn't seemed to have had replaced all the files back then.. there were some files in my theme folder that kept using the old adresbook interface for the new data... it gave a complete mess...

all data was there, but i couldn't edit it properly and it was all jampacked to each other..

after deleting the old folders and then uploading the new files again the problem was solved ...