Difference between revisions of "PKP/Bug Fixes"

From Libopedia
Jump to navigation Jump to search
m
Line 2: Line 2:
 
  '''[[PKP/System Admin|Back to PKP System Admin]]'''
 
  '''[[PKP/System Admin|Back to PKP System Admin]]'''
 
</center>
 
</center>
 +
==Fix "User Home" error==
 +
Due to the single mode hack used by Stellenbosch Library, 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.
 
==[[PKP/Bug_Fixes/SPF|Notification emails non-delivery]]==
 
==[[PKP/Bug_Fixes/SPF|Notification emails non-delivery]]==
 
Click on the heading above.
 
Click on the heading above.
Line 9: Line 15:
 
Install the following;
 
Install the following;
 
  sudo apt-get install php5-pear
 
  sudo apt-get install php5-pear
==Fix "User Home" error==
 
Due to the single mode hack used by Stellenbosch Library, 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==
 
==Reference==
 
*https://pkp.sfu.ca/ojs/docs/userguide/2.3.3/systemAdministrationDebugging.html
 
*https://pkp.sfu.ca/ojs/docs/userguide/2.3.3/systemAdministrationDebugging.html

Revision as of 09:51, 2 June 2016

Back to PKP System Admin

Fix "User Home" error

Due to the single mode hack used by Stellenbosch Library, 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.

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

Reference