Working on updating a working install from 3.3.0-14 to 3.3.0-15. Upgrade script ran smoothly. Four plugins are set up as git submodules. Running php lib/pkp/tools/installPluginVersion.php path/to/plugin/version.xml produces:
PHP Fatal error: Uncaught Error: Call to a member function getName() on bool in /usr/local/hnetojs/lib/pkp/tools/installPluginVersion.php:71
Plugins involved are hypothesis, crossref, piwik, quickSubmit.
If you’re upgrading an install that already had those plugins present, it shouldn’t be necessary to run installPluginVersion.php. You can check by looking in the versions table:
SELECT * FROM versions WHERE product IN ('hypothesis', 'crossref', 'piwik', 'quickSubmit');
Regards,
Alec Smecher
Public Knowledge Project Team
Ah, that plus cache clear fixed the ones for which there’s a 3_3_0 branch. The Crossref plugin seems to only have main and 3_4_0. Is there an older repo for Crossref?