• Hi,
    I get the following error upon install. Plugin not even enabled or used yet.
    WP was empty, except for the insert_php plugin.
    Regards and thanks for the plugin (if the error gets fixed.)

    WordPress database error Duplicate column name ‘organizer’ for query

    ALTER TABLE pec_events ADD organizer INT( 11 ) NOT NULL DEFAULT ‘0’ AFTER url made by include(‘phar:///usr/local/bin/wp/php/boot-phar.php’), include(‘phar:///usr/local/bin/wp/php/wp-cli.php’), require(‘phar:///usr/local/bin/wp/php/wp-settings-cli.php’), do_action(‘plugins_loaded’), call_user_func_array, myplugin_update_db_check, table_update
    WordPress database error Duplicate column name ‘event_conflict’ for query
    ALTER TABLE pec_settings ADD event_conflict INT NOT NULL made by include(‘phar:///usr/local/bin/wp/php/boot-phar.php’), include(‘phar:///usr/local/bin/wp/php/wp-cli.php’), require(‘phar:///usr/local/bin/wp/php/wp-settings-cli.php’), do_action(‘plugins_loaded’), call_user_func_array, myplugin_update_db_check, table_update
    WordPress database error Duplicate column name ‘venue’ for query

    ALTER TABLE pec_events ADD venue INT NOT NULL AFTER organizer made by include(‘phar:///usr/local/bin/wp/php/boot-phar.php’), include(‘phar:///usr/local/bin/wp/php/wp-cli.php’), require(‘phar:///usr/local/bin/wp/php/wp-settings-cli.php’), do_action(‘plugins_loaded’), call_user_func_array, myplugin_update_db_check, table_update
    WordPress database error Duplicate column name ‘thumbnail’ for query ALTER TABLE pec_events ADD thumbnail VARCHAR( 10 ) NOT NULL AFTER image made by include(‘phar:///usr/local/bin/wp/php/boot-phar.php’), include(‘phar:///usr/local/bin/wp/php/wp-cli.php’), require(‘phar:///usr/local/bin/wp/php/wp-settings-cli.php’), do_action(‘plugins_loaded’), call_user_func_array, myplugin_update_db_check, table_update

    https://wordpress.org/plugins/php-event-calendar/

Viewing 1 replies (of 1 total)
  • Plugin Author chenster

    (@chenster)

    Did you do an update or fresh install? Manually delete any tables from the database that prefix “pec-“, and then reinstall should fix the issue.

Viewing 1 replies (of 1 total)
  • The topic ‘Duplicate column name 'organizer' for query’ is closed to new replies.