1.3.16 - hourly Cron Daemon mail

  • Hello,


    I've added a new website and upload my local files and upload the mysql backup


    now I receive hourly this Cron Daemon mail


    Object:
    Cron <root@www> [ -x /usr/lib/php5/maxlifetime ] && [ -x /usr/lib/php5/sessionclean ] && [ -d /var/lib/php5 ] && /usr/lib/php5/sessionclean /var/lib/php5 $(/usr/lib/php5/maxlifetime)


    Body:
    PHP Warning: Module 'mysqlnd' already loaded in Unknown on line 0
    PHP Warning: Module 'mysqlnd' already loaded in Unknown on line 0


    I tryed to see in the folder "/etc/php5/conf.d" if there are double files, but I think everything is ok.


    because I receive this email?


    Thanks,
    Damiano

    Edited once, last by damyfra ().

  • This is not i-MSCP related.


    • With i-MSCP, the default cron job for php5 as provided by distribution package is useless.
    • The problem comes from the fact that somewhere, you have enabled the mysqlnd module twice.

    Result of the following command on your system?

    Shell-Script
    1. grep -nr 'mysqlnd.so' /etc/php5

    BTW: You should consider to upgrade to 1.4.1 ;) And please, use bbcode to format your posts.

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • Hello

    Shell-Script
    1. root@login:/home/admin# grep -nr 'mysqlnd.so' /etc/php5
    2. /etc/php5/mods-available/mysqlnd.ini:3:extension=mysqlnd.so


    And now I realized that one of the sites hosted in this i-mscp, I can change php settings, but not working.


    In particular i've enabled "allow_url_fopen" but not working


    Thanks,
    Damiano

  • root@login:/home/admin# grep -nr 'mysqlnd.so' /etc/php5
    /etc/php5/mods-available/mysqlnd.ini:3:extension=mysqlnd.so

    I don't see a double entry. Please either update your i-MSCP installation to 1.4.1 or give us access to the server.


    And now I realized that one of the sites hosted in this i-mscp, I can change php settings, but not working.


    In particular i've enabled "allow_url_fopen" but not working


    Thanks,
    Damiano

    Not related to this thread.

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • @damyfra


    Problem fixed.

    • Server updated from Debian Wheezy to Debian Jessie
    • i-MSCP updated from 1.3.16 to 1.4.1 (including latest fixes from our development branch)

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206