#62723 closed defect (bug) (invalid)
PHP Notice: Function _load_textdomain_just_in_time was called <strong>incorrectly</strong>.
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | I18N | Keywords: | |
Focuses: | Cc: |
Description
This is a follow-up to #62337.
I'm still seeing this issue in our log. We are on 6.7.1
How can this be resolved?
[20-Dec-2024 12:26:17 UTC] PHP Notice: Function _load_textdomain_just_in_time was called <strong>incorrectly</strong>. Translation loading for the <code>prdctfltr</code> domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the <code>init</code> action or later. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.7.0.) in /home/tstjapaneseknive/public_html/wp-includes/functions.php on line 6114
Change History (3)
#1
@
3 months ago
- Milestone Awaiting Review deleted
- Resolution set to invalid
- Status changed from new to closed
#2
@
3 months ago
The plugin developer unfortunately skipped town, he is gone. No one can get answers from him.
I am trying to figure this out using my wits and ChatGPT, both did not yield any solutions.
What should I do to fix the issue within the plugin?
#3
@
3 months ago
In that case I would strongly suggest looking for an alternative plugin with same/similar functionality. A plugin that is no longer maintained is untested with current WordPress versions and is at risk of not working with newer versions going forward. A quick search reveals a lot of product filter plugins, so I'm confident there is one out there that suits your needs.
Hi there and welcome to Trac!
As the message says, this is usually an indicator for some code in the plugin or theme running too early. In this case it's the
prdctfltr
plugin (I assume it's from "WooCommerce Product Filter"). You will need to reach out to the plugin developer and tell them about this change in 6.7, which is documented at https://make.wordpress.org/core/2024/10/21/i18n-improvements-6-7/