Dear Sir, I had Ubuntu 18.04.4 LTS (Bionic Beaver) installed on my dedicated server with ISPConfig 3.1.15p3 I went to phpmyadmin to export a database but I have an error that I report with the file attached. I searched on google and always that this "Warning in ./libraries/plugin_interface.lib.php#551" is due to an old version of phpmyadmin that does not get along with php 7.2 What is your advice to remedy? with best regards, Walter
i have php fast-CGI and phpMyAdmin for databases Server: Localhost via UNIX socket Tipo di server: MariaDB Versione del server: 10.1.44-MariaDB-0ubuntu0.18.04.1 - Ubuntu 18.04 Versione protocollo: 10 Utente: c1promitalia@localhost Codifica caratteri del server: UTF-8 Unicode (utf8) Apache/2.4.29 (Ubuntu) Versione del client del database: libmysql - mysqlnd 5.0.12-dev - 20150407 - $Id: 3591daad22de08524295e1bd073aceeff11e6579 $ Estensione PHP: mysqli curl mbstring Versione PHP: 7.2.24-0ubuntu0.18.04.6 phpMyAdmin Informazioni sulla versione: 4.6.6deb5
I am surprised that the shipping PHPMyAdmin does not work with the default PHP version on Ubuntu 18.04: https://bugs.launchpad.net/ubuntu/+source/phpmyadmin/+bug/1779969 I would do the export of database from command line. More laborius way which may not work is to install PHPMyAdmin from Ubuntu 20.04. https://help.ubuntu.com/community/PinningHowto
it''s a common issue. just put the error into google, you'll find lots of solutions. or just update phpmyadmin manually with the latest version
instructions for updating to 4.9.2 https://www.howtoforge.com/communit...yadmin-and-mysql-debian-10.83459/#post-397419 visit phpmyadmin.net to check what the latest version 4.9.* is, or even go straight to 5.0.2. the update process should be identical, just replace all instances of 4.9.2 in the instructions with whatever version you go with. instructions are for ubuntu, debian should be identical, other linux versions may have different folder paths..