simple-custom-post-order icon indicating copy to clipboard operation
simple-custom-post-order copied to clipboard

Deadlock found when trying to get lock

Open mplusb opened this issue 3 years ago • 0 comments

https://wordpress.org/support/topic/deadlock-found-when-trying-to-get-lock-2/

o get this PHP error:

Deadlock found when trying to get lock; try restarting transaction za upit UPDATE wp_posts as pt JOIN (

SELECT ID, (@row_number:=@row_number + 1) AS rank FROM wp_posts WHERE post_type = ‘post’ AND post_status IN ( ‘publish’, ‘pending’, ‘draft’, ‘private’, ‘future’ ) ORDER BY menu_order ASC ) as pt2 ON pt.id = pt2.id SET pt.menu_order = pt2.rank; koji je postavio/la require_once(‘wp-admin/admin.php’), do_action(‘admin_init’), WP_Hook->do_action, WP_Hook->apply_filters, SCPO_Engine->refresh

mplusb avatar Oct 11 '21 10:10 mplusb