Days ago I started to see the following error: Undefined array key "hide_connection_errors"
I solved it by editing the DbiMysqli.php file (/usr/share/phpmyadmin/libraries/classes/Dbal/DbiMysqli.php):
ADDED CODE :
array_key_exists('hide_connection_errors',$server) &&
Now, I have a doubt… these changes will be lost in a next update of HestiaCP?
Thanks!
eris
2
We don’t modify phpmyadmin unless there is an official update from PHPmyadmin…
Walter
4
I had the same error, how critical is it?
Undefined array key “hide_connection_errors”
A new version of phpmyadmin is already out. Maybe there is a fix there?
eris
5
Not … We will release 1.5.3 in next release of Hestia 
eris
6
The issue seems to been fixed in the new release…