You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wp-migrate-db 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. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in wp-includes\functions.php on line 6114
Using wp-migrate-db v2.7.0
The text was updated successfully, but these errors were encountered:
I've tested this changes for a solution to avoid early localization:
/wp-migrate-db/php-checker.php
Change line 26
from:
self::$base_message = __( '%s requires PHP version %s or higher and cannot be activated. You are currently running version %s. <a href="%s">Learn More »</a>', 'wp-migrate-db' );
to:
self::$base_message = '%s requires PHP version %s or higher and cannot be activated. You are currently running version %s. <a href="%s">Learn More »</a>';
WordPress 6.7 update PHP Notice:
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wp-migrate-db 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. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in wp-includes\functions.php on line 6114
Using wp-migrate-db v2.7.0
The text was updated successfully, but these errors were encountered: