Updating from 2.0 RC3 to 2.02 failed (General)

by Per Bylund ⌂ @, Columbia, Mo, Monday, April 13, 2009, 21:25 (5495 days ago)

Since I'm using a release candidate version for my forum, I decided to update it to the latest release. I followed the instructions, but cannot get past the first step - when I click the update file on the update page (/forum/index.php?mode=admin&action=update) I get but an error message:

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

The update files available are

update_2.0.x-2.0.2.php
update_2.0_RC_2-2.0_RC_3.php

Do I have to do an intermediate upgrade before the update file works or is there something else I need to check?

Thanks,


Per Bylund

Avatar

Updating from 2.0 RC3 to 2.02 failed

by Alex ⌂, Tuesday, April 14, 2009, 16:26 (5494 days ago) @ Per Bylund

Hi Per,

see here. These are the SQL queries to update from 2.0 RC 3 to 2.0.2:

INSERT INTO mlf2_settings VALUES ('email_subject_maxlength', '100');
INSERT INTO mlf2_settings VALUES ('email_text_maxlength', '10000');
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';

Alex

Updating from 2.0 RC3 to 2.02 failed

by Per Bylund ⌂ @, Columbia, Mo, Tuesday, April 14, 2009, 18:26 (5494 days ago) @ Alex

Oh, that's it? No files that need to be updated? Excellent. Thank you very much.


Per Bylund

Avatar

Updating from 2.0 RC3 to 2.02 failed

by Alex ⌂, Tuesday, April 14, 2009, 18:49 (5494 days ago) @ Per Bylund

Oh, that's it? No files that need to be updated?

There were a lot of changes! For a clean update you should replace all files/folders except for the folders backup, config and images.

Alex

RSS Feed of thread