I keep receiving a pop-up error, when clicking on columns in databases:
Some errors have been detected on the server, please look at the bottom of this window.
Notice in .\libraries\tbl_columns_definition_form.inc.php#55 Undefined variable: server
Backtrace
.\libraries\structure.lib.php#2433: include(.\libraries\tbl_columns_definition_form.inc.php) .\tbl_structure.php#45: PMA_displayHtmlForColumnChange( string 'registration', string 'users', NULL, string 'tbl_structure.php', )
How to solve this matter?
Append the following line
$cfg['SendErrorReports'] = 'never';
inside /etc/phpmyadmin/config.inc.php file to disable this annoying window.