Failed loading ioncube_loader_lin_5.2.so

Discussion in 'Installation/Configuration' started by Adisaan, Jun 7, 2015.

  1. Adisaan

    Adisaan New Member

    Hello, I install ISPConfig 3.0.5.4p8 with help from this tutorial
    https://www.howtoforge.com/tutorial/perfect-server-debian-8-jessie-apache-bind-dovecot-ispconfig-3/
    i have no problem with all wordpress sites from my vps but on this autoresponder i can escape from blank page
    this is error from /var/log/apache2/error.log
    Failed loading /usr/local/ioncube/ioncube_loader_lin_5.2.so: /usr/local/ioncube/ioncube_loader_lin_5.2.so: undefined symbol: execute
    and this is error from /var/www/mysite.com/log/error.log
    [Sun Jun 07 09:07:40.238283 2015] [fcgid:warn] [pid 24990] [] mod_fcgid: stderr: PHP Fatal error: Cannot redeclare session_reset() in /var/www/clients/client1/web26/web/manage/functions/aem.php on line 6291950
    i check aem.php but is encripted so no joy here ...
    please help a newby.
     
  2. gOOvER

    gOOvER Member

    You use the wrong Bit Version or wrong php Version of Ioncube. i think... I mean, that's what the error said

    please let us see the output of

    php -v

    in your console
     
  3. Adisaan

    Adisaan New Member

    PHP 5.6.7-1 (cli) (built: Mar 24 2015 12:30:15)
    Copyright (c) 1997-2015 The PHP Group
    Zend Engine v2.6.0, Copyright (c) 1998-2015 Zend Technologies
    with XCache v3.2.0, Copyright (c) 2005-2014, by mOo
    with the ionCube PHP Loader + Intrusion Protection from ioncube24.com (disabled) v5.0.7, Copyright (c) 2002-2015, by ionCube Ltd.
    with Zend OPcache v7.0.4-dev, Copyright (c) 1999-2015, by Zend Technologies
    with XCache Optimizer v3.2.0, Copyright (c) 2005-2014, by mOo
    with XCache Cacher v3.2.0, Copyright (c) 2005-2014, by mOo
    with XCache Coverager v3.2.0, Copyright (c) 2005-2014, by mOo
     
  4. gOOvER

    gOOvER Member

    You have:
    /usr/local/ioncube/ioncube_loader_lin_5.2.so

    You need:
    /usr/local/ioncube/ioncube_loader_lin_5.6.so

    You installed the wrong one :)
     
  5. Adisaan

    Adisaan New Member

    in /usr/local/ioncube i have all folder complete with all ioncube and ioncube_loader_lin_5.6.so
    in /etc/php5/apache2 ... /etc/php5/cgi ... and ... /etc/php5/cli
    at php.ini i put this line
    zend_extension = /usr/local/ioncube/ioncube_loader_lin_5.6.so
    and that`s it ... what i need to do to install ioncube_loader_lin_5.6.so and replace ioncube_loader_lin_5.2.so
     

Share This Page