"Doing it wrong" alert in Query Monitor

Hi
I am currently troubleshooting something on my website and so have Query Monitor running. This has thrown the below “doing it wrong” alert for Cornerstone.

Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the cornerstone 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. (This message was added in version 6.7.0.)

Is this something you are aware of and is fixable?

Thanks

Hello @chrisjdavies,

Thanks for posting in! We have already forwarded your concern to our developers for further investigation.

Please bear with us.

@ruenel I am also receiving this a ton in my error logs - following to see if there will be a fix!

Hi Shelley,

This has been reported to our developer.

Based on the error, you are seeing PHP Notice Error messages. These are typically used to notify developers of minor issues in the code, such as accessing an undefined variable. Notice errors do not interrupt script execution and often go unnoticed unless explicitly logged. Please check this out:

Best Regards.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.