Running OS: DEBIAN 7 Weezy ISPconfig 3 version: 3.0.5.4p3 I tried ispconfig_update.sh Not working! I tried manual Update cd /tmp wget http://prdownloads.sourceforge.net/ispconfig/ISPConfig-3.0.5.4p8.tar.gz tar xvfz ISPConfig-3.0.5.4p8.tar.gz cd ispconfig3_install/install php -q update.php Reboot server and still with verion 3.0.5.4p3
There is no error MSG , the process is done successfully but when i go and check the current version still have the old version displayed.
Did you run the script as root user? Please post the complete output that you get from update script.
Your server has a self compiled cli php that has no mysql support compiled in. run: which php you probably have a php in /usr/local/bin/ folder. Rename that to e.g. php_bak and run the update again so that your working system php is used.