Cannot update ispconfig.

Discussion in 'General' started by r4faga, May 29, 2015.

  1. r4faga

    r4faga Member

    I have tried to upgrade to the latest version of ispconfig , and run ispconfig_update.sh or php -q update.php, after making a backup of /etc, then back to the prompt of centos and does nothing more . I have not been able to update it. Any knows what append?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Most likely there is a custom compiles php without mysql support on that server. Please post the output of:

    which php
     
  3. r4faga

    r4faga Member

    hello till, sorry about it. But i still have same problem. Can you help me?. I dont know if you wanna helpe me, couse this post y verry old. Can you?
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    post the output of:

    which php
     
  5. r4faga

    r4faga Member

  6. till

    till Super Moderator Staff Member ISPConfig Developer

    Please post the output of the command that I posted above. The command is:

    Code:
    which php
     
  7. r4faga

    r4faga Member

    /usr/local/bin/php
     
  8. till

    till Super Moderator Staff Member ISPConfig Developer

    Ok, so your issue is what I mentioned in my first pst. You manually compiled a php cli binary without mysql support.

    run:

    mv /usr/local/bin/php /usr/local/bin/php_bak

    and try the update again.
     

Share This Page