WPIntell

Source evidence

wpcli warnings after plugin activation

All-in-One WP Migration and Backup · support · 2026-04-27T14:17:00+00:00

complaintsentiment
lowseverity
0.42relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

5 / 32 rows with source links

15.6% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

27 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
zabarabab resolved
I get wpcli warnings after plugin activation: sudo -u wpcli wp plugin activate all-in-one-wp-migration Plugin ‘all-in-one-wp-migration’ activated. Success: Activated 1 of 1 plugins. wptesting:/srv/wordpress$ sudo -u wpcli wp –help PHP Notice: Function _load_textdomain_just_in_time was called incorrectly . Translation loading for the all-in-one-wp-migration 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 /srv/wordpress/wp-includes/functions.php on line 6131 Notice: Function _load_textdomain_just_in_time was called incorrectly . Translation loading for the all-in-one-wp-migration 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 /srv/wordpress/wp-includes/functions.php on line 6131 Hi zabarabab, I hope you are well. This is a cosmetic notice introduced in WordPress 6.7 and does not affect the plugin’s functionality. It appears specifically in WP-CLI context because the plugin registers its CLI command during plugins_loaded, which triggers translation loading before the init action. This notice is harmless and can be safely ignored. We are aware of it and plan to address it in a future release. If you’d like to suppress the notice in the meantime, you can add –quiet to your WP-CLI commands or set WP_DEBUG to false in your wp-config.php. In the meantime, we will check what we can improve in the plugin to resolve this.

Comments

1 shown
Yani 2026-05-03T13:30:00+00:00

Hi zabarabab, I hope you are well. This is a cosmetic notice introduced in WordPress 6.7 and does not affect the plugin’s functionality. It appears specifically in WP-CLI context because the plugin registers its CLI command during plugins_loaded, which triggers translation loading before the init action. This notice is harmless and can be safely ignored. We are aware of it and plan to address it in a future release. If you’d like to suppress the notice in the meantime, you can add –quiet to your WP-CLI commands or set WP_DEBUG to false in your wp-config.php. In the meantime, we will check what we can improve in the plugin to resolve this.