Database missing table
-
Hi
I have a quite old website and would like to preserve my statistics. But somewhere along the way, some tables seems to have gone lost or failed to get created. So apache drops lines like this to the error_log:
[Sun May 28 21:43:58.183893 2023] [php7:notice] [pid 2418] [client 185.125.223.32:0] WordPress database error Table 'wpbusene.wp_2_slim_events' doesn't exist for query \n\t\t\tINSERT IGNORE INTO wp_2_slim_events (position, id, dt, notes)\n\t\t\tVALUES ('717,407','68684','1685310238','{\\"id\\":\\"user_pass\\",\\"type\\":\\"mousedown\\",\\"button\\":\\"left\\"}') made by do_action('wp_ajax_nopriv_slimtrack'), WP_Hook->do_action, WP_Hook->apply_filters, wp_slimstat::sli> [Sun May 28 21:43:59.827274 2023] [php7:notice] [pid 2390] [client 185.125.223.32:0] WordPress database error Table 'wpbusene.wp_2_slim_events' doesn't exist for query \n\t\t\tINSERT IGNORE INTO wp_2_slim_events (position, id, dt, notes)\n\t\t\tVALUES ('812,446','68684','1685310239','{\\"value\\":\\"Log In\\",\\"id\\":\\"wp-submit\\",\\"type\\":\\"mousedown\\",\\"button\\":\\"left\\"}') made by do_action('wp_ajax_nopriv_slimtrack'), WP_Hook->do_action, WP_Hook->apply_>
Is there away to create the missing tables or recreate the database without loosing all collected statistics?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Database missing table’ is closed to new replies.