58Mb error_log file!
-
I was going through a clients website this evening and noticed that there is a 58Mb error_log with 66,799 lines in the web root directory (public_html). This seems **slightly** excessive to me…! WP_DEBUG is not set in wp-config.php: define(‘WP_DEBUG’, false).
The last three lines of the error_log are as below. This is beign run on a CentOS 7.7 server.
How can I begin to troubleshoot the problem on this site?
[21-Feb-2020 23:32:40 UTC] WordPress database error Duplicate entry ‘742237’ for key ‘PRIMARY’ for query INSERT INTO
ha_options
(option_name
,option_value
,autoload
) VALUES (‘_site_transient_itsec_wp_upload_dir’, ‘a:6:{s:4:\”path\”;s:55:\”/home/example/public_html/wp-content/uploads/2020/02\”;s:3:\”url\”;s:53:\”https://www.example.com/wp-content/uploads/2020/02\”;s:6:\”subdir\”;s:8:\”/2020/02\”;s:7:\”basedir\”;s:47:\”/home/example/public_html/wp-content/uploads\”;s:7:\”baseurl\”;s:45:\”https://www.example.com/wp-content/uploads\”;s:5:\”error\”;b:0;}’, ‘no’) ON DUPLICATE KEY UPDATEoption_name
= VALUES(option_name
),option_value
= VALUES(option_value
),autoload
= VALUES(autoload
) made by require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘plugins_loaded’), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Core->handle_upgrade, ITSEC_Core::get_saved_plugin_build, ITSEC_Modules::get_setting, ITSEC_Modules::get_settings_obj, ITSEC_Modules::load_module_file, include_once(‘/plugins/ithemes-security-pro/core/modules/global/settings.php’), ITSEC_Settings->__construct, ITSEC_Settings->load, ITSEC_Global_Settings_New->get_defaults, ITSEC_Core::get_storage_dir, ITSEC_Core::get_wp_upload_dir, set_site_transient, add_site_option, add_network_option, add_option[21-Feb-2020 23:32:40 UTC] WordPress database error Duplicate entry ‘742237’ for key ‘PRIMARY’ for query INSERT INTO
ha_options
(option_name
,option_value
,autoload
) VALUES (‘_site_transient_timeout_aioseop_update_check_time’, ‘1582349560’, ‘no’) ON DUPLICATE KEY UPDATEoption_name
= VALUES(option_name
),option_value
= VALUES(option_value
),autoload
= VALUES(autoload
) made by require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘plugins_loaded’), WP_Hook->do_action, WP_Hook->apply_filters, AIOSEOP_Updates->version_updates, AIOSEOP_Updates->do_feature_updates, set_site_transient, add_site_option, add_network_option, add_option[21-Feb-2020 23:32:40 UTC] WordPress database error Duplicate entry ‘742237’ for key ‘PRIMARY’ for query INSERT INTO
ha_options
(option_name
,option_value
,autoload
) VALUES (‘_site_transient_aioseop_update_check_time’, ‘1582327960’, ‘no’) ON DUPLICATE KEY UPDATEoption_name
= VALUES(option_name
),option_value
= VALUES(option_value
),autoload
= VALUES(autoload
) made by require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘plugins_loaded’), WP_Hook->do_action, WP_Hook->apply_filters, AIOSEOP_Updates->version_updates, AIOSEOP_Updates->do_feature_updates, set_site_transient, add_site_option, add_network_option, add_option
- The topic ‘58Mb error_log file!’ is closed to new replies.