Upgrade OJS 3.1.2-1 to 3.2.1-4 Successfully upgraded

With very happy, I come to inform the real solution for 1º ERROR :heart_eyes::

Include condition for create table in the file:
dbscripts/xml/upgrade/3.2.0_preupdate_versioning_articleGalleySettings.xml

Before:
<query>CREATE TABLE submission_galley_settings ..

After:
<query>CREATE TABLE IF NOT EXISTS submission_galley_settings ..

PS.: I tried to fix the response for 1º ERROR on top for this post, but it was not possible.

1 Like