Wordpress - Lock Wait timeout exceeded - wp_cron

Asked

Viewed 132 times

1

Sirs,

I am facing the following log, but I don’t have enough knowledge to fully understand it. How can I solve such a problem ? It has been happening constantly, but 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 didn’t 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

This is a path or is it all the places/functions that got it wrong ?

Thank you very much.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.