My smtp password has a pattern which is leading to the message "Un problème est survenu lors de l'exécution du programme."
How to reproduce
Go to Admininistration > MAIL
Fill all the fields
In the password, put hello"/'there (my password has this pattern)
Click "Save"
Error "Un problème est survenu lors de l'exécution du programme. " shows up
Logs
tail var/log/error.log
2017-06-03T20:07:31+02:00 ERROR Config_Lite_Exception_UnexpectedValue : #0 key not found, no default value given. (/var/www/LBCAlerte/lib/Config/Lite.php:364)
How to get back the MAIL panel
Edit the file var/config.ini
Restore the field smtp[password] = ""
Go back to the web interface
Change email address and/or use a password without this pattern
Other problematic pattern
If using the password hello"there, this is no error and I get a white blanck screen. And all the admin area does not run anymore.
System
Server runs Yunohost with LBCAlerte version 3.3 : https://github.com/YunoHost-Apps/LBCAlerte_ynh
Description
My smtp password has a pattern which is leading to the message "Un problème est survenu lors de l'exécution du programme."
How to reproduce
Admininistration > MAIL
hello"/'there
(my password has this pattern)Logs
How to get back the MAIL panel
var/config.ini
smtp[password] = ""
Other problematic pattern
If using the password
hello"there
, this is no error and I get a white blanck screen. And all the admin area does not run anymore.