
Searching online shows that while this problem isn’t widespread it does happen (even to different columns and different database tables).
#Scriptcase unknown column in field list update
My only conclusion is that the WooCommerce update process must have flubbed up at some point in time and skipped over inserting these columns. The website has been up and running since 2016 and we’ve never had to migrate or restore the database. As of WooCommerce 5.4.1 however, these fields contain NULL data so I do not foresee any issues. Unknown column 'Assessments.rating' in 'field list', although I do have table 'Assessments' in the database and 'rating' is a column in that table.

Because the restored fields will obviously have no data in them, I do not know how this will affect things.

The problem: missing columns in the WooCommerce database table Malena T I have a relation between Accommodation and Booking classes, and also I set a foreign key in booking table. We set up a development environment, copied the website over, disabled all plugins and reverted to a default WordPress theme but the error persisted. The website in question was running WordPress with the ever-famous WooCommerce, a plugin that turns your website into an online store.

Messages in the server log are not necessarily problematic but when the same one is logged multiple times that’s probably a sign to start investigating. WordPress database error Unknown column 'actioned_text' in 'field list' for query SELECT. Page generated in 0.While doing routine troubleshooting I noticed an error appearing multiple times in the server log (a truncated version is replicated below). => SELECT aid FROM cpg_albums WHERE visibility != '0' AND visibility !='10000' AND visibility NOT IN (3) (0s) => DELETE FROM cpg_banned WHERE expiry SELECT * FROM cpg_banned WHERE (ip_addr='59.95.27.220' OR ip_addr='59.95.27.220' OR user_id=0) AND brute_force=0 (0s) => SELECT group_name FROM cpg_usergroups WHERE group_id= 3 (0s) => SELECT MAX(group_quota) as disk_max, MIN(group_quota) as disk_min, MAX(can_rate_pictures) as can_rate_pictures, MAX(can_send_ecards) as can_send_ecards, MAX(upload_form_config) as ufc_max, MIN(upload_form_config) as ufc_min, MAX(custom_user_upload) as custom_user_upload, MAX(num_file_upload) as num_file_upload, MAX(num_URI_upload) as num_URI_upload, MAX(can_post_comments) as can_post_comments, MAX(can_upload_pictures) as can_upload_pictures, MAX(can_create_albums) as can_create_albums, MAX(has_admin_access) as has_admin_access, MIN(pub_upl_need_approval) as pub_upl_need_approval, MIN( priv_upl_need_approval) as priv_upl_need_approval FROM cpg_usergroups WHERE group_id in (3) (0s)
#Scriptcase unknown column in field list password
=> select user_id as id, user_password as password from `jaka_testcooper`.cpg_users where user_id=0 (0s) => delete from `jaka_testcooper`.cpg_sessions where time delete from `jaka_testcooper`.cpg_sessions where time select user_id from `jaka_testcooper`.cpg_sessions where session_id = '7ba10c622e0abec62f852aa48dea2a3d' (0s) => select * from cpg_plugins order by priority asc (0s)

I want to use standalone CPG and decide to move 8.000 pix and 850 users.
