Avatar

Error during update from 2.3.3 over 2.3.7 to 2.4.11 (General)

by Auge ⌂, Friday, June 29, 2018, 07:52 (2127 days ago) @ WorldofBB

Hello

FYI, I resolved the problem by manually running the sql query from the update.sql for 2.49 to 2.4.10:

ALTER TABLE mlf2_userdata ADD tou_accepted DATETIME NULL DEFAULT NULL, ADD dps_accepted DATETIME NULL DEFAULT NULL;
INSERT INTO mlf2_settings VALUES ('data_privacy_agreement', '0');
INSERT INTO mlf2_settings VALUES ('data_privacy_statement_url', '');

Thank you for your report, which led me …

For whatever reason, this did not run when updating straight from 2.3.7 to 2.4.11

… to this statement, which led me to an error, I made in the update script. The if-statement for the update to version 2.4.10 (and 2.4.11) excludes the versions below 2.3.99.1 even the update script should update versions from 2.3.5 on. I don't know, why I did this but that is the reason, you ran into the error.

I'll add warnings to the posts here and on Github until I'm able to solve this in the repository (today).

Thank you for your involvement.

Tschö, Auge

--
Trenne niemals Müll, denn er hat nur eine Silbe!


Complete thread:

 RSS Feed of thread