Hello everyone,
Description of issue or problem I’m having:
I am having problem upgrading from 3.1.1.4 to 3.3.0.10.
PHP Fatal error: require_once(): Failed opening required '/lib/pkp/plugins/metadata/mods34/PKPMods34MetadataPlugin.inc.php' (include_path='.:/usr/share/php') in /lib/pkp/includes/functions.inc.php on line 25
/functions.inc.php on line 25:
if (!function_exists('import')) {
function import($class) {
$filePath = str_replace('.', '/', $class) . '.inc.php';
require_once(BASE_SYS_DIR.'/'.$filePath); # <-Line 25
}
}
The file “/lib/pkp/plugins/metadata/mods34/PKPMods34MetadataPlugin.inc.php” does not exists, it is also not in the Gitlab repo in the /lib/pkp/ folder.
So I am a little confused.
Steps I took leading up to the issue:
Tried to upgrade to V3.3.0.10
Steps I took leading up to the issue:
1. Replace code base from 3.1.1.4 to 3.3.0.10
2. Migrate /public, /config.inc.php, /files, /plugins
2. Run php upgrade.php check
3. Run php upgrade.php upgrade
Additional information, such as screenshots and error log messages if applicable:
I run an Ubuntu 20.04 LTS with PHP 7.4.3 and mysql Ver 8.0.29.
I searched the Forum to find some similar Problem but without any luck.
Maybe someone has had the same problem and in best case a solution?
Thx in advance!