Opened 19 months ago
Last modified 14 months ago
#59074 new defect (bug)
"Deprecated" error since update to 6.3
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | 6.3 |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description (last modified by )
Ever since the last update of WP, there are loads of "Deprecated" errors on very single page on my company's website.
I have already tried deactivating plugins one by one but could not find a solution so far. Has anybody else had this problem as well?
Website: https://www.kalea.com/
Here are the error codes:
Deprecated: Function wp_global_styles_render_svg_filters is deprecated since version 6.3.0 with no alternative available. in /home/ploi/kalea.com/httpdocs/wp-includes/functions.php on line 5463 Deprecated: Function wp_get_global_styles_svg_filters is deprecated since version 6.3.0 with no alternative available. in /home/ploi/kalea.com/httpdocs/wp-includes/functions.php on line 5463 Deprecated: Function wp_get_duotone_filter_svg is deprecated since version 6.3.0 with no alternative available. in /home/ploi/kalea.com/httpdocs/wp-includes/functions.php on line 5463 Deprecated: Function get_filter_svg_from_preset is deprecated since version 6.3.0 with no alternative available. in /home/ploi/kalea.com/httpdocs/wp-includes/functions.php on line 5463 Deprecated: Function get_filter_id_from_preset is deprecated since version 6.3.0 with no alternative available. in /home/ploi/kalea.com/httpdocs/wp-includes/functions.php on line 5463
Change History (9)
#2
in reply to:
↑ 1
@
18 months ago
Hey @poena, thanks for your help!
I just tested Twenty Twenty-Three for a second and this seemed to do the trick, the error codes were now gone. I have since reactivated my current theme, Avada.
I would like to hide these messages from customers, however I would prefer to get to the root of the problem. It seems like something is wrong with the website and just hiding these codes seems like a short-term solution.
Might re-installing the current WordPress-version help here? This issue has only been present since the update to 6.3
Replying to poena:
Hi!
Can you provide any more information about how to reproduce this issue?
For example, does your website use the Duotone feature, and in what way, and is the feature working beside this notice?
You mentioned that you disabled all plugins, which makes me think the issue may be with your theme. Are you able to test with a bundled theme (such as Twenty Twenty, Twenty Twenty-Three)?
I can see the visible errors when visiting your website, if you are unsure of how to hide these messages from visitors, please see https://wordpress.org/documentation/article/debugging-in-wordpress/
#4
follow-up:
↓ 6
@
18 months ago
Hi @germars - well, yes and no. I was able to hide the errors by changing the setting in wp-config.php to:
define('WP_DEBUG', false);
This merely hides the error code, but does not solve the underlying problem. It was meant as a quick fix. I would still like to actually solve this properly, however.
#6
in reply to:
↑ 4
@
18 months ago
Replying to maxomatico:
I asked AVADA about this and they said to just hide it and that it would be sorted in the next update.
"These notices will be fixed with the new plugin and updated with time. You can disable the debug log in the wp-config.php file so the site will work fine."
So hopefully they will not just be hidden. Thanks for replying.
Hi!
Can you provide any more information about how to reproduce this issue?
For example, does your website use the Duotone feature, and in what way, and is the feature working beside this notice?
You mentioned that you disabled all plugins, which makes me think the issue may be with your theme. Are you able to test with a bundled theme (such as Twenty Twenty, Twenty Twenty-Three)?
I can see the visible errors when visiting your website, if you are unsure of how to hide these messages from visitors, please see https://wordpress.org/documentation/article/debugging-in-wordpress/