php warning in cron protocol since 01/01/2015

Discussion in 'Installation/Configuration' started by chico11mbit, Jan 7, 2015.

  1. chico11mbit

    chico11mbit Member

    Hi,
    since 01 January 2015 i have strange error reports in my cron protocol in the ispconfig interface:

    Do 1. Jan 00:31:25 CET 2015 PHP Warning: mysqli::escape_string() expects parameter 1 to be string, array given in /usr/local/ispconfig/server/lib/classes/db_mysql.inc.php on line 228

    The error repeats ten times in a short time period (6 seconds)

    Does anyone knows how to handle this? The error was never protocoled before 01/01/2015.

    Best regards
    chico11mbit
     

    Attached Files:

  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Must be a problem in the cron_daily.php script, as that is run at 0:30 every day. But its not that easy to say which part is causing the problem as a lot of calls to mysql are made. I'll add this to the bugtracker.
     
  3. strang3r

    strang3r Member

    I am seeing this also....


    Code:
    Thu Apr 23 00:30:09 UTC 2015 PHP Warning: mysqli::escape_string() expects parameter 1 to be string, array given in /usr/local/ispconfig/server/lib/classes/db_mysql.inc.php on line 228
    Thu Apr 23 00:30:09 UTC 2015 PHP Warning: mysqli::escape_string() expects parameter 1 to be string, array given in /usr/local/ispconfig/server/lib/classes/db_mysql.inc.php on line 228
    Fri Apr 24 00:30:14 UTC 2015 PHP Warning: mysqli::escape_string() expects parameter 1 to be string, array given in /usr/local/ispconfig/server/lib/classes/db_mysql.inc.php on line 228
    Fri Apr 24 00:30:15 UTC 2015 PHP Warning: mysqli::escape_string() expects parameter 1 to be string, array given in /usr/local/ispconfig/server/lib/classes/db_mysql.inc.php on line 228
    Sat Apr 25 00:30:08 UTC 2015 PHP Warning: mysqli::escape_string() expects parameter 1 to be string, array given in /usr/local/ispconfig/server/lib/classes/db_mysql.inc.php on line 228
    Sat Apr 25 00:30:08 UTC 2015 PHP Warning: mysqli::escape_string() expects parameter 1 to be string, array given in /usr/local/ispconfig/server/lib/classes/db_mysql.inc.php on line 228
    
     

Share This Page