max_allowed_packet error filling error log
-
I’ve found our error_log file is growing too big and see tons of entries constantly being added to the file related to UPDATE on the wp_options table. The updates are being done where option_name is wordpress-https_path_cache and the update is attempting to post values over 3 million characters in length. Below is example with the majority snipped out due to length…
[16-Jan-2018 17:05:33 UTC] WordPress database error Got a packet bigger than 'max_allowed_packet' bytes for query UPDATEwp_optionsSEToption_value` = ‘a:18722:{s:13:\”/programming/\”;
<snip>
i:0;s:27:\”/tag/alternative-rock/feed/\”;i:0;s:25:\”/tag/charleston-shooting/\”;i:0;s:11:\”/tag/meals/\”;i:0;s:24:\”/music-inspired-dr-king/\”;i:0;}’ WHEREoption_name= ‘wordpress-https_path_cache’ made by shutdown_action_hook, do_action(‘shutdown’), WP_Hook->do_action, WP_Hook->apply_filters, wp_ob_end_flush_all, ob_end_flush, WordPressHTTPS_Module_Parser->parseHtml, WordPressHTTPS_Module_Parser->fixLinksAndForms, Mvied_Base->setSetting, update_option`How can I stop these updates from filling the log? Right now, I have error_log disabled.
The topic ‘max_allowed_packet error filling error log’ is closed to new replies.