PHPMyAdmin: Undefined array key "hide_connection_errors"

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!

We don’t modify phpmyadmin unless there is an official update from PHPmyadmin…

1 Like

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?

Not … We will release 1.5.3 in next release of Hestia :slight_smile:

The issue seems to been fixed in the new release…