Hello all,
We are testing this plugin but it is producing the following error, after installation and adding the appropriate [backup] section in config.inc.php.
- Code: Select all
Fatal error: Call to undefined method Locale::requirecomponents() in plugins/generic/backup/BackupPlugin.inc.php on line 68
Line 68 states:
- Code: Select all
Locale::requireComponents(array(LOCALE_COMPONENT_PKP_ADMIN));
There is a similar call to requireComponents in the PayPal Plugin, if memory serves.
The interesting thing is that the error is outputting the "function" call in lowercase letters.
It seems there is something wrong with the server/php configuration, am I correct?