• jnc1973

    (@jnc1973)


    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_option

    That 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.

    https://wordpress.org/plugins/seo-ultimate/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jeffrey L. Smith

    (@seo-design-solutions)

    Hi JNC1973:

    This is second ticket, so, now we know it’s not isolated incident, so, simply disable the 404 monitor in Modules for now and we will push an update on next release.

    Thanks for bringing this to our attention.

    Jeffrey

    Thread Starter jnc1973

    (@jnc1973)

    Okay, I’ll try that…thanks for the reply

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘404 query handling creating huge error log file’ is closed to new replies.