You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installing this for a hosted client, running 3.1.0.0. Cloned this via git, and checked out the ojs-stable-3_1_1 branch. Installing via the plugin grid works, with a successful notification and the ability to see the Settings grid action, but the form fails to load. Error log reveals: [Tue May 28 17:44:51.535825 2019] [proxy_fcgi:error] [pid 28889:tid 47430547867392] [client 47.55.87.210:45556] AH01071: Got error 'PHP message: ojs2: DB Error: Table 'jair-ojs_ojs.deposit_points' doesn't exist\n', referer: https://,,,,,.org/index.php/.../management/settings/website?uid=5ced738ade1f3
And trying to install this via the command line directly generates:
ojs@server ~/....org/www $ php lib/pkp/tools/installPluginVersion.php plugins/generic/sword/version.xml
Dictionary driver '/var/home/ojs/...org/www/lib/pkp/lib/adodb/datadict/datadict-.inc.php' not available
PHP Fatal error: Call to a member function SetCharSet() on boolean in /var/home/jair-ojs/jair.org/www/lib/pkp/classes/plugins/Plugin.inc.php on line 643
The text was updated successfully, but these errors were encountered:
This does not happen when the plugin is installed from git and the stable-3_1_2 or master branches are used, for 3.1.2 or master installations, respectively.
Hey Alec,
Installing this for a hosted client, running 3.1.0.0. Cloned this via git, and checked out the ojs-stable-3_1_1 branch. Installing via the plugin grid works, with a successful notification and the ability to see the Settings grid action, but the form fails to load. Error log reveals:
[Tue May 28 17:44:51.535825 2019] [proxy_fcgi:error] [pid 28889:tid 47430547867392] [client 47.55.87.210:45556] AH01071: Got error 'PHP message: ojs2: DB Error: Table 'jair-ojs_ojs.deposit_points' doesn't exist\n', referer: https://,,,,,.org/index.php/.../management/settings/website?uid=5ced738ade1f3
And trying to install this via the command line directly generates:
The text was updated successfully, but these errors were encountered: