i have a problem when i try to update my ispconfig installation. if i run ispconfig_update.sh or if i do a manual update with php -q update.php it just make the backup directory, places etc and bakup files and then exits without any message. i have try to check the update script and its stop just after checking mysql access. thanks
Seems as if you replaced the system php with a php version without mysql support. run: mv /usr/local/bin/php /usr/local/bin/php_bak and try the update again.
thats work like a charm, thanks Code: Updating Crontab Update finished. root@server01:~# which php /usr/bin/php root@server01:~#