Update (Technics)

by Göran B @, Monday, August 11, 2008, 16:05 (5736 days ago)

Hi!

I'm on 2.0 beta 25 and would like to update to 2.0 RC 4.
Do I need to update version by version, e.g five updates, or can I do it in one go?

Thank's in advance!

Göran
Administrator
www.postvagnen.com

locked
3420 views
Avatar

Update

by Alex ⌂, Monday, August 11, 2008, 18:42 (5736 days ago) @ Göran B

Hi Göran,

with the update scripts you can so far only update version by version. But if phpMyAdmin is available you can also update the database with the relevant lines of SQL code of the file update/update.sql. For version 2.0 beta 25 these were the following (change "mlf2_" if you use another database prefix):

UPDATE mlf2_settings SET VALUE = '10' WHERE name = 'count_users_online';
INSERT INTO mlf2_settings VALUES ('email_subject_maxlength', '100');
INSERT INTO mlf2_settings VALUES ('email_text_maxlength', '10000');
UPDATE mlf2_settings SET VALUE = '2.0 RC 4' WHERE name = 'version';

Then you should replace the following files/folders by the new ones:

  • includes/
  • js/
  • lang/
  • modules/
  • templates/
  • index.php

But first of all, make a backup!

Alex

locked
3457 views

RSS Feed of thread