PKP Bugzilla – Bug 6279
Some generic plugins don't work after install/upgrade
Last modified: 2011-01-31 12:15:54 PST
pageTag not being displayed in footer. The versions table doesn't include an entry for GA post-install.
Michael, I suspect plugin version information is missing from the DB for that plugin. The upgrade script (php tools/upgrade.php) should cause addPluginVersions to run -- could you try that?
The following generic plugins are affected: - Coins - CustomBlockManager - GoogleAnalytics - PhpMyVisites - RoundedCorners
Installer::addPluginVersions uses the plugin registry to enumerate plugins and to add corresponding entries to the versions table. The affected plugins check whether OJS is installed and return false when called to register. As a result, they don't get added to the versions table on install/upgrade.
Created attachment 3388 [details] Patch against OJS 2.3.3
Fixed: https://github.com/pkp/ojs/commit/bc1fd5bc0e608bc1e5370f4c827f5a8d9466f3cc
Created attachment 3389 [details] MYSQL to add missing records to versions table
To fix this issue, apply the provided patch for OJS 2.3.3 You can then redo your install/upgrade OR Use the provided MySQL statements to add the missing records to your versions table.
and Reviewer Index: http://pkp.sfu.ca/support/forum/viewtopic.php?f=28&t=4381&start=15#p26746
Hi Vitor, Since Reviewer Index is a third-party plugin, you will need to contact the maintainer of the plugin (either via the forum or directly) about bugs that you may be experiencing with the plugin and OJS 2.3.3. It's likely that the plugin may need to be updated for 2.3.3 compatibility.