PKP Bugzilla – Bug 6257
Upgrading from 2.x to 2.3.x orphans some plug-in settings due to upper/lower case change in plugin_settings.
Last modified: 2011-01-31 12:15:32 PST
The original bug report was on the forum, see http://pkp.sfu.ca/support/forum/viewtopic.php?f=8&t=6840&p=26455#p26455 Unfortunately there doesn't seem to be an easy workaround. A patch will have to be provided.
Fixed, see: https://github.com/pkp/ojs/commit/5206b3fad040ba25a3f945ef02dff3490f52513e https://github.com/pkp/ocs/commit/90c360be2141238a7094bb5f4fa0e82f7319ddc4 https://github.com/pkp/harvester/commit/396ba24576edc0f8a7ac3c9ce7afe976dd1027b7 https://github.com/pkp/omp/commit/3a9f06bb00f3a53c6a14b63c942f179913acf709 And for the 2.3.3 branch (with different version numbers in upgrade.xml): https://github.com/pkp/ojs/commit/9bd22dcbbd426c882469f6d082ee4b19615e53ad.diff Alec, do we already have (hidden?) branches for ocs too? I couldn't find them. That's why I don't have a diff against OCS 2.3.3-1. We have to be careful because although the patch https://github.com/pkp/ocs/commit/90c360be2141238a7094bb5f4fa0e82f7319ddc4.diff will apply, it will probably not work correctly on upgrade due to the wrong version numbers in upgrade.xml, see the OJS 2.3.3 patch.
Created attachment 3369 [details] Patch against ojs 2.3.3-3