PKP/Bug Fixes

From Libopedia
Revision as of 14:44, 17 May 2016 by Hgibson (talk | contribs)
Jump to navigation Jump to search
Back to PKP System Admin

Notification emails non-delivery

Click on the heading above.

Password reset fails

Enabling a plugin causes a blank web page

Install the following;

sudo apt-get install php5-pear

Fix "User Home" error

Due to the single mode hack the "USER HOME" link is wrong.

See: https://github.com/pkp/ojs/blob/ojs-2_4_7-1/templates/common/navbar.tpl#L17

Simply change "index" to "pub", save the file and restart the apache2 web server.

Reference