Closed 3kami3 closed 5 months ago
Hello @3kami3
You can:
I observe the same error on version 1.6 Downgrading to v1.5 solves the issue.
See #912, same issue?
I don't think it is the same issue. In my case errors are not visible on UI and not related to password changing.
I reproduce the warnings, at least for the last two messages:
[Wed Jun 19 08:13:00.291547 2024] [php:warn] [pid 19] [client 172.17.0.1:58980] PHP Warning: Undefined array key "msg_changehelpextramessage" in /var/www/templates_c/3ba7131c51edfe0cef48341f1409d3c1a60d3c16_2.file.change.tpl.php on line 43
[Wed Jun 19 08:13:00.291562 2024] [php:warn] [pid 19] [client 172.17.0.1:58980] PHP Warning: Attempt to read property "value" on null in /var/www/templates_c/3ba7131c51edfe0cef48341f1409d3c1a60d3c16_2.file.change.tpl.php on line 43
These messages are visible:
$debug = true
in your configuration file. In this case, smarty complains that some variables are not initialized, which is no big deal IMOI'll search for a solution for not displaying these messages, but it does not seem very important.
Fix introduced in f240685 has also produced many more messages in smarty (including useless notice)
I have made a pull request to remove smarty messages (except errors) unless $smarty_debug == true
. See 3d09783
This should also remove all your warnings here.
I upgraded to 1.6.0 and a PHP Warning was logged. Do I need to configure anything additional in config.inc.local.php?