Difference between revisions of "PKP/Bug Fixes"
Jump to navigation
Jump to search
m |
m |
||
| Line 4: | Line 4: | ||
;Notification emails bounce | ;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 | *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 | ||
| + | *http://www.unifiedemail.net/Tools/SPFParser | ||
;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 | ||
Revision as of 20:34, 10 May 2016
Back to PKP System Admin
- 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
- http://www.unifiedemail.net/Tools/SPFParser
- 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