• Resolved bdsmhowto

    (@bdsmhowto)


    when I tried to install the plugin, I received an error message:

    Events Manager upgrade not complete, please upgrade to the version 4.300 or higher first from here before upgrading to this version.

    debug.log contains an error

    [19-Feb-2016 00:39:09 UTC] База данных WordPress возвратила ошибку Table ‘xxxxxxx.wp_em_events’ doesn’t exist в ответ на запрос
    SELECT SQL_CALC_FOUND_ROWS * FROM wp_em_events
    LEFT JOIN wp_em_locations ON wp_em_locations.location_id=wp_em_events.location_id
    WHERE (recurrence!=1 OR recurrence IS NULL) AND event_owner=1 AND (event_status=0) AND (event_private=0)
    GROUP BY wp_em_events.post_id ORDER BY event_start_date ASC, event_start_time ASC, event_name ASC
    LIMIT 1 OFFSET 0
    , выполненный require_once(‘wp-admin/admin.php’), require(‘wp-admin/menu.php’), require_once(‘wp-admin/includes/menu.php’), do_action(‘admin_menu’), call_user_func_array, em_admin_menu, EM_Events::count, EM_Events::get

    https://wordpress.org/plugins/events-manager/

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    can I know what is your current EM version please?

    Thread Starter bdsmhowto

    (@bdsmhowto)

    EM version 5.6.2
    WP 4.4.2
    PHP 5.6
    SQL 5.5

    Which version of Events Manager are you upgrading from?

    Thread Starter bdsmhowto

    (@bdsmhowto)

    it’s not an upgrade, it’s the first installation.

    In that case it sounds like something went wrong during the installation and the system is treating the installation as an upgrade.

    I think the quickest / cleanest solution would be to deactivate the plugin, then manually delete the tables in the database that start with this prefix:

    wp_em_

    That will force Events Manager to install again from the beginning.

    Because you’re modifying the database, we reccomend you make a database backup before making changes.

    Thread Starter bdsmhowto

    (@bdsmhowto)

    I have already done this, but it didn’t help and I still have this error.

    Plugin Support angelo_nwl

    (@angelo_nwl)

    hmm, can I know your previous EM version please? or are using any other EM version before?

    I’m having the same error message. Can you tell me what steps you took to resolve this?

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Events Manager upgrade not complete’ is closed to new replies.