On saving settings receive endless WordPress database error messages
-
These errors continue hundreds, maybe thousands, of times:
WordPress database error: [Table ‘dev999_wpdev.wp_wp_wp_wp_wp_wp_hook_list’ doesn’t exist]
INSERT wp_wp_wp_wp_wp_wp_hook_list (first_call,called_by,hook_name,hook_type,arg_count,file_name,line_num) VALUES ( 2,’get_option()’,’pre_option_uninstall_plugins’,’filter’,3,’wp-includes/option.php’,58 )WordPress database error: [Table ‘dev999_wpdev.wp_wp_wp_wp_wp_wp_hook_list’ doesn’t exist]
INSERT wp_wp_wp_wp_wp_wp_hook_list (first_call,called_by,hook_name,hook_type,arg_count,file_name,line_num) VALUES ( 3,’wp_load_alloptions()’,’alloptions’,’filter’,1,’wp-includes/option.php’,227 )WordPress database error: [Table ‘dev999_wpdev.wp_wp_wp_wp_wp_wp_hook_list’ doesn’t exist]
INSERT wp_wp_wp_wp_wp_wp_hook_list (first_call,called_by,hook_name,hook_type,arg_count,file_name,line_num) VALUES ( 4,’get_option()’,’option_uninstall_plugins’,’filter’,2,’wp-includes/option.php’,148 )WordPress database error: [Table ‘dev999_wpdev.wp_wp_wp_wp_wp_wp_hook_list’ doesn’t exist]
INSERT wp_wp_wp_wp_wp_wp_hook_list (first_call,called_by,hook_name,hook_type,arg_count,file_name,line_num) VALUES ( 5,’sanitize_option()’,’sanitize_option_uninstall_plugins’,’filter’,3,’wp-includes/formatting.php’,4314 )And it has removed all my theme settings and set them to default. Luckily I installed this on a dev site first…
Theme is Divi.
- The topic ‘On saving settings receive endless WordPress database error messages’ is closed to new replies.