Hi I am trying to update from "(Xenial Xerus)) ISPConfig 3.1dev" to the latest one but it simply stop at this point: Operating System: Ubuntu 16.04.3 LTS (Xenial Xerus) This application will update ISPConfig 3 on your server. Shall the script create a ISPConfig backup in /var/backup/ now? (yes,no) [yes]: Creating backup of "/usr/local/ispconfig" directory... Creating backup of "/etc" directory... root@vps ~ # Any Idea why it could be happened.
root@vps ~ # which php /usr/local/bin/php root@vps ~ # php --version PHP 5.6.30 (cli) (built: Jan 11 2018 09:01:21) Copyright (c) 1997-2016 The PHP Group Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies I used to install php 5.6.30 according this tutorial "How to install PHP 5.6 as additional PHP-FPM & FastCGI for ISPConfig 3.1 on Ubuntu 16.04"
That's the problem, you accidentally overwrote the system php binary during compilation and this system php now lacks mysql support. Run: mv /usr/local/bin/php /usr/local/bin/php_bak and then run the update again.