Database Error after Elementor Pro update
-
Hi Shea!
After updating Code Snippets Elementor Pro Update version 3.6.2 => 3.7.1 throws the following database error in our php errorlog:
=====
#7 {main} thrown in /kunden/customer_id/webseiten/testseite.hello-world.net/wp-content/plugins/code-snippets/php/snippet-ops.php(508) : eval()'d code on line 2 [17-May-2022 09:10:46 UTC] WordPress-Datenbank-Fehler Duplicate key name 'route_url_index' für Abfrage ALTER TABLE <code>wp_2_e_notes</code> ADD INDEX <code>route_url_index</code> (<code>route_url</code> (191)), ADD INDEX <code>post_id_index</code> (<code>post_id</code>), ADD INDEX <code>element_id_index</code> (<code>element_id</code>), ADD INDEX <code>parent_id_index</code> (<code>parent_id</code>), ADD INDEX <code>author_id_index</code> (<code>author_id</code>), ADD INDEX <code>status_index</code> (<code>status</code>), ADD INDEX <code>is_resolved_index</code> (<code>is_resolved</code>), ADD INDEX <code>is_public_index</code> (<code>is_public</code>), ADD INDEX <code>created_at_index</code> (<code>created_at</code>), ADD INDEX <code>updated_at_index</code> (<code>updated_at</code>), ADD INDEX <code>last_activity_at_index</code> (<code>last_activity_at</code>); von do_action('admin_init'), WP_Hook->do_action, WP_Hook->apply_filters, ElementorPro\Core\Database\Base_Database_Updater->ElementorPro\Core\Database\{closure}, ElementorPro\Core\Database\Base_Database_Updater->up, Elementor\Core\Utils\Collection->map, array_map, ElementorPro\Core\Database\Base_Database_Updater->ElementorPro\Core\Database\{closure}, ElementorPro\Modules\Notes\Database\Migrations\Initial->up, ElementorPro\Core\Database\Base_Migration->create_indexes [17-May-2022 09:10:46 UTC] WordPress-Datenbank-Fehler Duplicate key name 'type_index' für Abfrage ALTER TABLE <code>wp_2_e_notes_users_relations</code> ADD INDEX <code>type_index</code> (<code>type</code>), ADD INDEX <code>note_id_index</code> (<code>note_id</code>), ADD INDEX <code>user_id_index</code> (<code>user_id</code>); von do_action('admin_init'), WP_Hook->do_action, WP_Hook->apply_filters, ElementorPro\Core\Database\Base_Database_Updater->ElementorPro\Core\Database\{closure}, ElementorPro\Core\Database\Base_Database_Updater->up, Elementor\Core\Utils\Collection->map, array_map, ElementorPro\Core\Database\Base_Database_Updater->ElementorPro\Core\Database\{closure}, ElementorPro\Modules\Notes\Database\Migrations\Initial->up, ElementorPro\Core\Database\Base_Migration->create_indexes [17-May-2022 09:10:46 UTC] WordPress-Datenbank-Fehler Duplicate column name 'author_display_name' für Abfrage ALTER TABLE <code>wp_2_e_notes</code> ADD COLUMN <code>author_display_name</code> varchar(250) null comment "Save the author name when the author was deleted." AFTER <code>author_id</code>; von do_action('admin_init'), WP_Hook->do_action, WP_Hook->apply_filters, ElementorPro\Core\Database\Base_Database_Updater->ElementorPro\Core\Database\{closure}, ElementorPro\Core\Database\Base_Database_Updater->up, Elementor\Core\Utils\Collection->map, array_map, ElementorPro\Core\Database\Base_Database_Updater->ElementorPro\Core\Database\{closure}, ElementorPro\Modules\Notes\Database\Migrations\Add_Author_Display_Name->up, ElementorPro\Core\Database\Base_Migration->add_columns [17-May-2022 09:10:46 UTC] WordPress-Datenbank-Fehler Duplicate column name 'route_post_id' für Abfrage ALTER TABLE <code>wp_2_e_notes</code> ADD COLUMN <code>route_post_id</code> bigint(20) unsigned null comment "The post id of the route that the note was created on." AFTER <code>route_title</code>; von do_action('admin_init'), WP_Hook->do_action, WP_Hook->apply_filters, ElementorPro\Core\Database\Base_Database_Updater->ElementorPro\Core\Database\{closure}, ElementorPro\Core\Database\Base_Database_Updater->up, Elementor\Core\Utils\Collection->map, array_map, ElementorPro\Core\Database\Base_Database_Updater->ElementorPro\Core\Database\{closure}, ElementorPro\Modules\Notes\Database\Migrations\Add_Route_Post_Id->up, ElementorPro\Core\Database\Base_Migration->add_columns [17-May-2022 09:10:46 UTC] WordPress-Datenbank-Fehler Duplicate column name 'position' für Abfrage ALTER TABLE <code>wp_2_e_notes</code> ADD COLUMN <code>position</code> text null comment "A JSON string that represents the position of the note inside the element in percentages. e.g. {x:10, y:15}" AFTER <code>status</code>; von do_action('admin_init'), WP_Hook->do_action, WP_Hook->apply_filters, ElementorPro\Core\Database\Base_Database_Updater->ElementorPro\Core\Database\{closure}, ElementorPro\Core\Database\Base_Database_Updater->up, Elementor\Core\Utils\Collection->map, array_map, ElementorPro\Core\Database\Base_Database_Updater->ElementorPro\Core\Database\{closure}, ElementorPro\Modules\Notes\Database\Migrations\Add_Note_Position->up, ElementorPro\Core\Database\Base_Migration->add_columns
===
thnx for helping in advance
NicoThe page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Database Error after Elementor Pro update’ is closed to new replies.