Posts by VirtualCed

    I didn't update the plugins since I have updated I-mscp to 1.2.2 and it was in February. As the plugins system changed I had to update the plugin in the same time as the core. I don't know if it's the update of rain loop or update of imscp. But I can create a mail account t if you want to see the results.

    How do you feel as "normal" ?
    I'm not talking to "loosing session during upgrade" but "loosing session all the time SINCE the upgrade" When I go back to my tab with the webmail I left open, I'm on the login screen, not on the mail screen anymore....
    This makes the service not usable anymore....

    Hello,


    Not sure if it's the update to 1.2.7 or the one to 1.2.6 as I made them in a short time. It was 1.2.2 before.


    So now it's 1.2.7 on Ubuntu 14.04


    FRONTEND_SERVER = nginx
    SQL_SERVER = mysql_5.5
    PO_SERVER = dovecot
    NAMED_SERVER = bind
    HTTPD_SERVER = apache_itk
    FTPD_SERVER = proftpd
    MTA_SERVER = postfix


    Since this the session to rainloop always close by itself and it doesn't store my preferences (languages, theme, identities....)


    If you have ideas where to look.


    The installed plugins are
    AdminerSQL
    ClamAV
    Mailgraph (Disabled as no version available for the new system)
    Monitorix
    OpenDKIM
    PanelRedirect
    Postgrey
    RoundcubePlugins
    ServerDefaultPage
    SpamAssassin

    Damned ! It was so obvious !


    Just followed your advice and made a


    Code
    1. php5enmod ioncubemv ./cli/conf.d/20-ioncube.ini ./cli/conf.d/02-ioncube.inimv ./apache2/conf.d/20-ioncube.ini ./apache2/conf.d/02-ioncube.inimv ./cgi/conf.d/20-ioncube.ini ./cgi/conf.d/02-ioncube.iniservice apache2 restart


    and... tada !


    Code
    1. └─> php -v
    2. PHP 5.5.9-1ubuntu4.7 (cli) (built: Mar 16 2015 20:47:39)
    3. Copyright (c) 1997-2014 The PHP Group
    4. Zend Engine v2.5.0, Copyright (c) 1998-2014 Zend Technologies
    5. with the ionCube PHP Loader v4.7.5, Copyright (c) 2002-2014, by ionCube Ltd., and
    6. with Zend OPcache v7.0.3, Copyright (c) 1999-2014, by Zend Technologies

    Hello


    I'm running Ubuntu Ubuntu 14.04.2 LTS
    I'm using I-MSCP 1.2.2 with the following choices :

    Code
    1. FRONTEND_SERVER = nginxSQL_SERVER = mysql_5.5PO_SERVER = dovecotNAMED_SERVER = bindHTTPD_SERVER = apache_itkFTPD_SERVER = proftpdMTA_SERVER = postfix└─> php -vPHP 5.5.9-1ubuntu4.7 (cli) (built: Mar 16 2015 20:47:39) Copyright (c) 1997-2014 The PHP GroupZend Engine v2.5.0, Copyright (c) 1998-2014 Zend Technologies with Zend OPcache v7.0.3, Copyright (c) 1999-2014, by Zend Technologies


    I'm trying to install ionCube.
    I've downloaded http://downloads2.ioncube.com/…loaders_lin_x86-64.tar.gz
    I've uncompress it to

    Code
    1. └─> ls /usr/local/ioncube/ioncube_loader_lin_5.5.so/usr/local/ioncube/ioncube_loader_lin_5.5.so


    I've created the ioncube.ini

    Code
    1. └─> cat /etc/php5/mods-available/ioncube.ini [ionCube]zend_extension ="/usr/local/ioncube/ioncube_loader_lin_5.5.so"


    If I enable it, and restart Apache, After 20 seconds Apache stops to try restarting.

    Code
    1. └─> service apache2 start* Starting web server apache2 * * The apache2 instance did not start within 20 seconds. Please read the log files to discover problems


    in the /var/log/apache2/error.log I have


    Code
    1. PHP Fatal error: [ionCube Loader] The Loader must appear as the first entry in the php.ini file in Unknown on line 0




    It I type php -v at this time I have also this error


    Code
    1. └─> php -v
    2. PHP Fatal error: [ionCube Loader] The Loader must appear as the first entry in the php.ini file in Unknown on line 0