Forum Replies Created
-
AuthorPosts
-
blancy
ParticipantI'm using the following in functions.php to suppress it for now:
add_filter( 'doing_it_wrong_trigger_error', '__return_false' );
blancy
ParticipantFrom the latest on that trac it sounds like it's the responsibility of the theme / plugin developers to address the issue. Most have acted fairly quickly. I hope genesis will at some point also.
blancy
ParticipantIt seems 6.7.1 has not fixed this for my site sadly.
"Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the genesis 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 init action or later."
blancy
Participant@AnitaC Ah, interesting. Hopefully that will sort it.
Many thanks for providing this info.
blancy
ParticipantThanks.
Yes I have debug mode turned on on my local development and staging sites. I realise that the warning won't show on the live site where debug mode is set to false but it would be good to have it fixed so that I can continue to have it enabled on my staging sites and also to keep my debug log less clogged up as it generates a lot of lines in the debug log for every page visit.
I was just wondering if there was a plan to address it as all other plugins themes I use have already addressed the issue.
-
AuthorPosts