• Resolved ramspeed22

    (@ramspeed22)


    How come there are all these errors in the logs of wordpress?

    [03-Jun-2013 10:29:44 UTC] WordPress errore sul database Column 'ip' cannot be null per la query INSERT INTO wp_cpd_counter (page, ip, client, date, country, referer)
    				VALUES ('0', INET_ATON('unknown'), '', '2013-06-03', '', '') fatta da require('wp-blog-header.php'), wp, WP->main, do_action_ref_array, call_user_func_array, CountPerDay->count, CountPerDayCore->mysqlQuery
    [03-Jun-2013 10:30:19 UTC] WordPress errore sul database Column 'ip' cannot be null per la query INSERT INTO wp_cpd_counter (page, ip, client, date, country, referer)
    				VALUES ('28648', INET_ATON('unknown'), '', '2013-06-03', '', '') fatta da require('wp-blog-header.php'), wp, WP->main, do_action_ref_array, call_user_func_array, CountPerDay->count, CountPerDayCore->mysqlQuery
    [03-Jun-2013 11:13:55 UTC] WordPress errore sul database Column 'ip' cannot be null per la query INSERT INTO wp_cpd_counter (page, ip, client, date, country, referer)

    http://wordpress.org/extend/plugins/count-per-day/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author tom-braider

    (@tom-braider)

    unknown should be the IP of you visitor. Dont’t know why there is an ‘unknown’.

    same error in my site:

    [24-May-2013 11:37:08 UTC] База данных WordPress возвратила ошибку Column 'ip' cannot be null в ответ на запрос INSERT INTO wp_cpd_counter (page, ip, client, date, country, referer)
    VALUES ('28', INET_ATON('unknown.24'), 'Opera/9.80 (Windows NT 5.1; U; ru) Presto/2.9.168 Version/11.52', '2013-05-24', '', 'http://skyprofil.by/products/dobornie-elementy/'), выполненный require('wp-blog-header.php'), wp, WP->main, do_action_ref_array, call_user_func_array, CountPerDay->count, CountPerDayCore->mysqlQuery
    
    [17-Jun-2013 11:22:17 UTC] База данных WordPress возвратила ошибку Column 'ip' cannot be null в ответ на запрос INSERT INTO wp_cpd_counter (page, ip, client, date, country, referer)
    VALUES ('22', INET_ATON('unknown.17'), 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0.1', '2013-06-17', '', 'http://skyprofil.by/products/dobornie-elementy/'), выполненный require('wp-blog-header.php'), wp, WP->main, do_action_ref_array, call_user_func_array, CountPerDay->count, CountPerDayCore->mysqlQuery

    Plugin Author tom-braider

    (@tom-braider)

    same answer “unknown.24” is not an IP address.
    i think i have to check the format…

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘error_log’ is closed to new replies.