Hi there, I'm not in any problems because ISPconfig seems to be working fine. I was just wondering if this is something I should worry about or not. I've installed a fresh server on Ubuntu 18.04 with a clean install of ISPconfig. When I'm in PHPmyadmin and open the dpispconfig database (or in my case the dbispconf3 database) and open the export tab I get some mysql errors. I've placed the entire paste here: https://pastebin.com/M2dAK3XX At the same time I've installed a second fresh/clean server with ISPconfig also and strange thing is that also there I get the same errors in phpmyadmin.
This issue is a bug in phpmyadmin. Basically, the phpmyadmin delivered by Ubuntu is not compatible with the PHP 7.2 version delivered by Ubuntu. https://stackoverflow.com/questions...t-be-an-array-or-an-object-that-implements-co
Ah Ok. Strange that I didn't find it more easy when I googled it myself before. But nvm. Thanks for fast response! I'll just ignore the erros for the time being then.
I followed the instructions on that stackoverflow page and it solved the problem. Edit file '/usr/share/phpmyadmin/libraries/sql.lib.php' Replace: (count($analyzed_sql_results['select_expr'] == 1) With: (count($analyzed_sql_results['select_expr']) == 1
I would prefer to download and install the latest version of phpmyadmin manually. It covers a lot more bug fixes.