404 query handling creating huge error log file
-
Hello,
I got this from my website host. Any idea on how to resolve this? Thank you.
Based on the log, it looks like the culprit is your “SEO Ultimate” plugin. The problem query is related to the module’s 404 handling, as you can see from the query:
INSERT *** 1,049,281 lines containing every user agent and url in the known universe*** WHERE
option_name= ‘seo_ultimate_module_404s’ made by shutdown_action_hook, do_action(‘shutdown’), call_user_func_array, SEO_Ultimate->save_hit, do_action(‘su_save_hit’), call_user_func_array, SU_FofsLog->log_hit, SU_Module->update_setting, update_optionThat 1 million word insert statement is being printed, in full, into your error_log each time this plugin performs an action related to 404s which is why it’s nearly 30GB. I’d recommend getting in touch with the plugin developer to see if they’ve seen this behavior before. If they don’t have a resolution or workaround for it you’ll need to remove the plugin.
The topic ‘404 query handling creating huge error log file’ is closed to new replies.