can't update

Discussion in 'Installation/Configuration' started by kcsn, Aug 2, 2014.

  1. kcsn

    kcsn New Member

    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

     
    Last edited: Aug 2, 2014
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Please post the output of:

    which php
     
  3. kcsn

    kcsn New Member

    here is it

    Code:
    /usr/local/bin/php
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    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.
     
  5. kcsn

    kcsn New Member

    thats work like a charm, thanks

    Code:
    Updating Crontab
    Update finished.
    root@server01:~# which php
    /usr/bin/php
    root@server01:~#
    
     

Share This Page