Elementor e_event Database Errors
-
On my local site running on WampServer 3.3.0, I get the following two errors in my PHP_Error.log file with every click of the mouse whether I’m working in wp-admin or navigating the site while not logged in:
[19-Feb-2023 16:15:21 UTC] WordPress database error Table ‘_prefix_e_events’ already exists for query CREATE TABLE
_PREFIX_e_events
(
id bigint(20) unsigned auto_increment primary key,
event_data text null,
created_at datetime not null
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci; made by require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), do_action(‘template_redirect’), WP_Hook->do_action, WP_Hook->apply_filters, Elementor\Frontend->init, Elementor\Plugin->init_common, Elementor\Core\Common\App->init_components, Elementor\Core\Common\Modules\EventTracker\Module->__construct, Elementor\Core\Common\Modules\EventTracker\DB->__construct, Elementor\Core\Common\Modules\EventTracker\DB->create_table[19-Feb-2023 16:15:21 UTC] WordPress database error Duplicate key name ‘created_at_index’ for query ALTER TABLE _PREFIX_e_events
ADD INDEXcreated_at_index
(created_at
)
made by require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), do_action(‘template_redirect’), WP_Hook->do_action, WP_Hook->apply_filters, Elementor\Frontend->init, Elementor\Plugin->init_common, Elementor\Core\Common\App->init_components, Elementor\Core\Common\Modules\EventTracker\Module->__construct, Elementor\Core\Common\Modules\EventTracker\DB->__construct, Elementor\Core\Common\Modules\EventTracker\DB->add_indexesThis site was created using an export/import using Duplicator Pro from my live site. I don’t not get these errors on my live site. On my local site, I quickly get thousands of errors in my PHP_Error.log file. So many that it makes it hard to find if there are any other errors.
I’m using OceanWP child theme with several OceanWP plugins. I have changed my theme to WordPress twenty twenty-two theme and still get the same errors. I have deactivated all plugins and the errors remain. Only deactivating Elementor plugin removes the errors.
This error was present before the most recent plugin update. I’ve also confirmed with OceanWP that all their plugins are compatible with the latest release of Elementor plugin.
I have used Duplicator Pro to move the local site back to the live site hosted on Bluehost and there are no errors on the live site.
I’ve captured the information requested in “Before You Post” post and saved it to pastebin. There are two pastes: PHP Errors and System Info.
Note: In the reports, I’ve changed the actual table prefix to “prefix” for security reasons.
Thanks for your assistance.
The page I need help with: [log in to see the link]
- The topic ‘Elementor e_event Database Errors’ is closed to new replies.