Difference between revisions of "PKP/Bug Fixes"

From Libopedia
Jump to navigation Jump to search
m
 
(8 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
  '''[[PKP/System Admin|Back to PKP System Admin]]'''
 
  '''[[PKP/System Admin|Back to PKP System Admin]]'''
 
</center>
 
</center>
;Notification emails bounce
+
==Fix "User Home" error==
*https://pkp.sfu.ca/wiki/index.php/PKP_Frequently_Asked_Questions#Emails_aren.27t_being_received_by_users.2C_or_I_am_encountering_Sender_Policy_Framework_.28SPF.29_validation_issues_on_sending_email.3B_what_should_I_do.3F
+
Due to the single mode hack used by Stellenbosch Library, the "USER HOME" link is wrong.
*http://www.unifiedemail.net/Tools/SPFParser
+
 
;Password reset fails
+
See: https://github.com/pkp/ojs/blob/ojs-2_4_7-1/templates/common/navbar.tpl#L17 or https://github.com/pkp/ojs/blob/ojs-2_4_8-1/templates/common/navbar.tpl#L17
 +
 
 +
After an upgrade, simply change "index" to "pub", save the file and restart the apache2 web server.
 +
 
 +
==[[PKP/Bug_Fixes/SPF|Notification emails non-delivery]]==
 +
Click on the heading above.
 +
==Messages too big==
 +
Some mail logs complain of non-delivery because of messages being too big. See solution below.
 +
*https://rbgeek.wordpress.com/2013/01/06/how-to-fix-postfix-file-too-large-error
 +
 
 +
==Password reset fails==
 
*https://github.com/pkp/pkp-lib/pull/833#issuecomment-150335585 or upgrade to at least 2.4.8
 
*https://github.com/pkp/pkp-lib/pull/833#issuecomment-150335585 or upgrade to at least 2.4.8
;Enabling a plugin causes a blank web page
+
==Enabling a plugin causes a blank web page==
 
Install the following;
 
Install the following;
 
  sudo apt-get install php5-pear
 
  sudo apt-get install php5-pear
;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

Latest revision as of 11:46, 23 August 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 or https://github.com/pkp/ojs/blob/ojs-2_4_8-1/templates/common/navbar.tpl#L17

After an upgrade, simply change "index" to "pub", save the file and restart the apache2 web server.

Notification emails non-delivery

Click on the heading above.

Messages too big

Some mail logs complain of non-delivery because of messages being too big. See solution below.

Password reset fails

Enabling a plugin causes a blank web page

Install the following;

sudo apt-get install php5-pear

Reference