Avatar

Update (Technics)

by Alex ⌂, Monday, August 11, 2008, 18:42 (5741 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
3473 views

Complete thread:

 RSS Feed of thread