_load_textdomain_just_in_time
-
Hello,
I cannot determine exactly when or why this occurs, but in at least one instance—when I edit Pods Framework custom post type fields and click Save—the following notice is triggered, which hangs my VPS:[03-Jul-2025 22:33:49 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the invoicing domain was triggered too early. This is usually an indicator that some code in the plugin or theme is running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/XXX/domains/XXX/public_html/wp-includes/functions.php on line 6121It prints so many notices continuously that the VPS (16 GB RAM, 8 cores) becomes unresponsive and cannot serve any user requests.
The only workaround I’ve found is to disable the GetPaid plugin and kill the process via SSH.
I’m aware of this bug fix:
https://github.com/AyeCode/invoicing/pull/820/commits/b22cc6d2ff23be03469261195f7cfddef8ebfc84Below is my environment information:
- WordPress Version: 6.8.1
- HTTPS: Yes
- Multisite: No
- Web Server: LiteSpeed
- PHP Version: 8.3.22 (64-bit)
- Database Extension: mysqli
- MariaDB Server Version: 10.6.22-MariaDB-log
- MySQL Client Version: mysqlnd 8.3.22
- PHP max_input_vars: 12000
- PHP max_execution_time: 1800
- PHP memory_limit: 4096M
- PHP max_input_time: 14000
Are you familiar with this issue? Any suggestions on how to fix it?
The topic ‘_load_textdomain_just_in_time’ is closed to new replies.