Database columns incorrect
-
We had an old version of mailchimp for WP installed and recent attempted to upgrade to the latest version. The existing table in the database seems to refer to the ‘data’ column as ‘merged_vars’.
When I attempt to sign up, I receive the error:
WordPress database error Unknown column 'data' in 'field list' for query INSERT INTO <code>wp_mc4wp_log</code> (<code>email</code>, <code>list_ids</code>, <code>data</code>, <code>type</code>, <code>related_object_ID</code>, <code>url</code>, <code>datetime</code>) VALUES ('xxxxx@gmail.com', '294axxxxx', '[]', 'mc4wp-top-bar', '0', 'https://xxxxx/xxx-xxx/', '2016-02-08 14:13:29') made by require('wp-blog-header.php'), wp, WP->main, do_action_ref_array, call_user_func_array, MailChimp\\TopBar\\Bar->init, MailChimp\\TopBar\\Bar->listen, MailChimp\\TopBar\\Bar->process, do_action('mctb_subscribed'), call_user_func_array, MC4WP_Logger->log_top_bar_request, MC4WP_Logger->add, referer: https://xxx.xxxx.xxx/xxxxx/I tried disabling and reenabling the plugin, but nothing seems to be working. Why is it expecting a column named ‘data’ but my existing column is ‘merged_vars’?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Database columns incorrect’ is closed to new replies.