Hi togheter When I start the update script for updating vom 3.0.5.4p3 to 3.0.5.4p4 it stops at: >> Update Operating System: 10.04.4 LTS (Lucid Lynx) 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@myserver1:/tmp/ispconfig3_install/install# How can I debug this? Thanks in advance P@sco
Most likely you have a custom php installed that des not support mysql. Please post the output of: which php If you see then: /usr/local/bin/php then you have a custom php in that path without mysql extension. Rename it with: mv /usr/local/bin/php /usr/local/bin/php_bak and run the updater again. It will now use the system php.