Difference between revisions of "PKP/Bug Fixes"
Jump to navigation
Jump to search
m |
m |
||
| 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 | |
| + | *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 | ||
;Password reset fails | ;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 | ||
| Line 8: | Line 9: | ||
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 | ||
Revision as of 20:24, 10 May 2016
Back to PKP System Admin
- Notification emails bounce
- Password reset fails
- 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
Install the following;
sudo apt-get install php5-pear
- Reference