Known bug still not fixed after half a year!
-
After updating to WordPress 6.7.2 / 6.7.1 / 6.7.0, it has become impossible to log in as an administrator. The following error messages appear directly on the login page, blocking the login fields and making it impossible to access the admin dashboard:
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the
insert-phpdomain 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 theinitaction or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.)Since WordPress version 6.7, the platform enforces stricter checks regarding the timing of when plugins load their translations (“textdomains”). If plugins load their translations too early (for example, immediately upon plugin initialization rather than at or after the
inithook), WordPress will trigger this notice. This usually occurs because the plugin developers have not yet adjusted their code to comply with these updated WordPress guidelines.I’m wondering why the developers haven’t released an update yet, considering this issue was already reported by several users in their forum (https://forum.webcraftic.com/threads/function-_load_textdomain_just_in_time-was-called-incorrectly.1160/). Has anyone received feedback or updates from the plugin developers on when this will be addressed?
Kind regards
The topic ‘Known bug still not fixed after half a year!’ is closed to new replies.