Sirs,
I am looking at the following log, but I do not know enough to understand it completely. How can I solve such a problem? It has been happening constantly, but I do not know how it is generated, I tried to search the pages of my site but I can not reproduce the error.
[20-Jun-2017 21:02:38 UTC] Erro de banco de dados do WordPress Lock wait timeout exceeded; try restarting transaction para a consulta INSERT INTO 'wp_options' ('option_name', 'option_value', 'autoload') VALUES ('_transient_doing_cron', '1497992508.0405650138854980468750', 'yes') ON DUPLICATE KEY UPDATE 'option_name' = VALUES('option_name'), 'option_value' = VALUES('option_value'), 'autoload' = VALUES('autoload') feita por require('D:\home\site\wwwroot\wp-blog-header.php'), require_once('D:\home\site\wwwroot\wp-load.php'), require_once('D:\home\site\wwwroot\wp-config.php'), require_once('D:\home\site\wwwroot\wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, call_user_func_array, wp_cron, spawn_cron, set_transient, add_option
One part of the log I did not understand was:
feita por require('D:\home\site\wwwroot\wp-blog-header.php'), require_once('D:\home\site\wwwroot\wp-load.php'), require_once('D:\home\site\wwwroot\wp-config.php'), require_once('D:\home\site\wwwroot\wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, call_user_func_array, wp_cron, spawn_cron, set_transient, add_option
Is this a path or are all places / functions that have had an error?
Thank you very much.