How to update from RC4 to 2.0.2? (General)

by Frank @, Thursday, February 12, 2009, 12:31 (5551 days ago)

Hi,

I've tried to update from RC4 to the latest Version 2.0.2 with the following error message:

Error in step 1 (line 32): Inappropriate update file. Works with version Array only. Current version is 2.0 RC 4.

What's wrong?

Thanks for your help!

Frank

How to update from RC4 to 2.0.2?

by Auge, Thursday, February 12, 2009, 15:04 (5551 days ago) @ Frank

Hello

I've tried to update from RC4 to the latest Version 2.0.2 with the following error message:

Error in step 1 (line 32): Inappropriate update file. Works with version Array only. Current version is 2.0 RC 4.

What's wrong?

You have the wrong update script, or in clearer words: You try to update from the wrong version. If I'm right you have to update to 2.0 in a first step and from there you can update to 2.0.2.

Tschö, Auge

Avatar

How to update from RC4 to 2.0.2?

by Alex ⌂, Thursday, February 12, 2009, 16:21 (5551 days ago) @ Frank

Hi Frank,

with the update scripts you can so far only update version by version. In your case it would be easier to run the relevant SQL queries in update/update.sql with a tool like phpMyAdmin.

These are the queries to update from 2.0 RC 4 to 2.0.2:

INSERT INTO mlf2_settings VALUES ('forum_readonly', '0');
INSERT INTO mlf2_settings VALUES ('tags', '1');
UPDATE mlf2_settings SET VALUE = '2.0.2' WHERE name = 'version';

Then replace all files/folders except for the folders backup, config and images.

Alex

RSS Feed of thread