Home Page › Forums › Porto – AI Powered WordPress Website & Shop Builder › PHP Notice › Reply To: PHP Notice
July 3, 2025 at 12:00 pm
#32484
Hello, @stevehlarkin,
This is usually an indicator that some code in the plugin or theme is running too early
https://stackoverflow.com/questions/79198701/notice-function-load-textdomain-just-in-time-was-called-incorrectly?__cf_chl_rt_tk=Ewe7sfU6_cay.FcB4TkMN6I4.qKN5hF_8_odDd3RXSE-1748876571-1.0.1.1-VZVyoF14NhXZUz.SLJNSQyEJLwKVL9tmgW7cWAoIIZg
Since those notices are ignorable right now, you can hide them from the front end and back end by disabling debug mode. I have already disabled on your staging site.
We will fix that issue in the future version asap.
Best Regards,
PThemes Team.