Opened 4 years ago
Closed 6 months ago
#55361 closed defect (bug) (worksforme)
WordPress database error Deadlock found when trying to get lock on wp_get_global_styles_svg_filters
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | 5.9.1 |
| Component: | Editor | Keywords: | close |
| Focuses: | Cc: |
Description
I don't know where to ask this question but i have these error messages in my log file.
The template just calls wp_body_open after the body tag. I can see a filter is added for body open that renders svg filters in the default_filters.php in wordpress.
https://share.getcloudapp.com/5zuLpONl
https://share.getcloudapp.com/6quZ7Jvz
But how do i get rid of these entries in the error log and where are they coming from? It seems that wordpress is triggering these.
Can you please advice on how to get rid of these messages in the error log
WordPress database error Deadlock found when trying to get lock; try restarting transaction for query DELETE FROM
wp_optionsWHEREoption_name= '_transient_global_styles_svg_filters_champion' made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/champion/template_sections.php'), get_header, locate_template, load_template, require_once('/themes/champion/header.php'), wp_body_open, do_action('wp_body_open'), WP_Hook->do_action, WP_Hook->apply_filters, wp_global_styles_render_svg_filters, wp_get_global_styles_svg_filters, get_transient, delete_option
Change History (3)
#2
@
2 years ago
- Component changed from General to Editor
- Keywords close added
The SVG errors probably stopped by WordPress 6.3, when wp_get_global_styles_svg_filters() was deprecated. If you still get a similar error, please report that on the Gutenberg GitHub repository.
Also, the HTTP_HOST error is reported on #47733, if you would like to follow and/or join that discussion.
#3
@
6 months ago
- Milestone Awaiting Review deleted
- Resolution set to worksforme
- Status changed from new to closed
I agree with closing this for now until we have more information after 6.3. Thank you though for reporting this and if you do have more insights please add them there. For now closing with 'works for me'.
also seeying these more and more.