get "PHP Notice: Undefined property: notification::$partMessage in /var/www/html/includes/notification.class.php on line 163" when trying to send password reset
Find the "Error handling and logging" section in the php.ini.
set the display_errors to Off to hide the notic on your website
and restart your web server
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Find the "Error handling and logging" section in the php.ini.
set the display_errors to Off to hide the notic on your website
and restart your web server
nope, lets clean up teh coding errors instead of hiding them :)
this one results in nothing sent when requesting a password reset... surely that is a bug?