WordPress database error Column 'id' cannot be null
-
Using WP Statistics 10.0.5
I have been getting errors similar to:
[Mon Mar 14 07:49:38 2016] [error] [client <an IP address>] FastCGI: server “/home/clients/blahblah/.config/apache/mysite.com/.fpm/php5.external” stderr: PHP message: WordPress database error Column ‘id’ cannot be null for query INSERT INTO
wp_statistics_pages
(uri
,date
,count
,id
) VALUES (‘/index.php?social_controller=auth&social_action=reload_form&redirect_to=https://mysite.com/some-page/&post_id=xxxx’, ‘2016-03-14’, 1, NULL) made by shutdown_action_hook, do_action(‘shutdown’), call_user_func_array, wp_statistics_shutdown_action, Hits->Pages, referer: https://mysite.com/some-page/They are not associated (in time) with other errors.
Sometimes they appear alone, sometimes in a series of the same error during a single session.
Most of the errors concern page hits, but some also concern other types of hits.
So, is this a bug? The trace of an attack? Something else?
Thanks!
- The topic ‘WordPress database error Column 'id' cannot be null’ is closed to new replies.