Hi, When I install ISPConfig on Ubuntu 18.04 I get errors in phpmyadmin Script used : https://www.howtoforge.com/tutorial...l-pureftpd-bind-postfix-doveot-and-ispconfig/ Error message : OpenSSL error: error:140E0197:SSL routines:SSL_shutdown:shutdown while in init Hosting : OVH : VPS 2018 SSD 3 It's not fatal aven everything seems to work ok.
I created 2 more identical machines and they all have the same errors. I also have a second error I didn't mention previously: When I list a table, for example: URL: http://[server]/phpmyadmin/sql.php?server=1&db=c8_1&table=ps_accessory&pos=0&token=184bad176aedc6c477865f423e79da41 I get big pink screen with : Warning in ./libraries/sql.lib.php#613 count(): Parameter must be an array or an object that implements Countable which i hide with : in file : ./usr/share/phpmyadmin/libraries/sql.lib.php line : 604 function PMA_isRememberSortingOrder($analyzed_sql_results) { return false;//Line added Any feedback appreciated
Is your Ubuntu up-to-date? Code: apt-get update apt-get dist-upgrade I used Internet Search Engines with your error message, old versions of nginx had that bug. But you are using apache, correct? And nginx is not installed at all? Code: apt-cache policy nginx
Hi Taleman, thanks for your thoughts. Yes following "perfect server" I start with apt-get update, apt-get upgrade I haven't done apt-get dist-upgrade. They are production machines and looking at this link it doesn't seem to be necessary and might create problèmes : https://askubuntu.com/questions/194651/why-use-apt-get-upgrade-instead-of-apt-get-dist-upgrade And yes I'm using Apache not Nginx. You can see phpinfo here : http://cergyin.encours.fr/siteinfo.php Since OVH is the most popular hoster in France and these are new machines/installations I'm surprised to be the only one with this problem.
The web page you quote states: If you are worried what the command might do, use Code: apt-get --simulate dist-upgrade This is to see if there are upgrades pending. If there are, examine if you want them to be applied if they seem relevant to your errors.
Hi, answering my own question : RESOLVED, I needed to update phpmyadmin to the latest version, 4.8.5. This is explained here : https://devanswers.co/manually-upgrade-phpmyadmin/