• Resolved Ambyomoron

    (@josiah-s-carberry)


    In the context of updating EME to ver. 2.2.0 from whatever was the immediately preceding released version, the following error appeared in the web server error log:

    WordPress database error Unknown column 'person_id' in 'where clause' for query UPDATE cccwp_eme_answers SET related_id=person_id,type='person' WHERE person_id>0 made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('/home/clients/6a09f6816e9755685b63ea9056a1f176/web/wp-config.php'), require_once('wp-settings.php'), do_action('setup_theme'), WP_Hook->do_action, WP_Hook->apply_filters, eme_actions_init, _eme_install, eme_create_tables, eme_create_answers_table

    There is indeed no person_id column in that table.

    Similarly:

    WordPress database error Unknown column 'booking_id' in 'where clause' for query UPDATE cccwp_eme_answers SET related_id=booking_id,type='booking' WHERE booking_id>0 made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('/home/clients/6a09f6816e9755685b63ea9056a1f176/web/wp-config.php'), require_once('wp-settings.php'), do_action('setup_theme'), WP_Hook->do_action, WP_Hook->apply_filters, eme_actions_init, _eme_install, eme_create_tables, eme_create_answers_table, referer https://www.3cs.ch

    • This topic was modified 4 years, 11 months ago by Ambyomoron.
Viewing 1 replies (of 1 total)
  • Plugin Author Franky

    (@liedekef)

    That can happen if 2 php threads access wordpress at the same time after the update. But it shouldn’t be a problem though …

Viewing 1 replies (of 1 total)

The topic ‘Unknown column ‘person_id’’ is closed to new replies.