Hi,
I got a problem when I configure my email options.
When I select smtp (for the deliver mail) this error message appear “an error occured”
do you have a solution ?
Thank in advance
Hi,
I got a problem when I configure my email options.
When I select smtp (for the deliver mail) this error message appear “an error occured”
do you have a solution ?
Thank in advance
someone have a solution ? ![]()
When you get “an error occured” do you get any information in your logs/librenms.log file ?
Can you change any other setting in that page, is it just the “From” field?
in my log there is nothing
only this message
/opt/librenms/discovery.php new 2019-09-26 10:50:02 - 0 devices discovered in 0.000 secs
and if I change something the error doesn’t disappear
So you get “An error occured” by changing any setting in the GUI ?
try run these
chown -R librenms:librenms /opt/librenms
./daily.sh
not any setting I click on “how to deliver mail” and select “smtp”, an error message appear “An error occurred.”
I did but the problem still
Check your javascript console if any more info, on chrome right click -> inspect -> Console, refresh page and try again and watch to see if any errors when you get “an error occured”.
perfect ![]()
What is your base URL set to in config.php? try the default $config['base_url'] = "/";
yes it’s “/”
ok problem solved, it’s because I forgot to uncomment
#$config[‘base_url’] = “/”;
Good stuff ![]()
for info related - Web UI not writable with admin account - #20 by Cora
thank you for the support