DB Error “Column ‘date’ cannot be null”
-
My feeds are showing up and working just fine, but…
I’m getting occasional HTTP 500 errors, and lots of errors like this in the debug log (which I assume are connected to the 500s? That’s what my host’s support suggested):
[19-Jun-2019 02:44:20 UTC] WordPress database error Column ‘date’ cannot be null for query INSERT INTO
wp_x3b2c2_wprss_logs
(id
,date
,level
,message
,feed_id
) VALUES (NULL, NULL, ‘info’, ‘Imported completed!’, ‘110’) made by do_action_ref_array(‘wprss_fetch_single_feed_hook’), WP_Hook->do_action, WP_Hook->apply_filters, wprss_fetch_insert_single_feed_items, Psr\Log\AbstractLogger->info, RebelCode\Wpra\Core\Logger\WpdbLogger->log, RebelCode\Wpra\Core\Database\WpdbTable->offsetSetAny help is greatly appreciated!!
- The topic ‘DB Error “Column ‘date’ cannot be null”’ is closed to new replies.