• We are running on NGINX with php-fpm 8.1 on Ubuntu
    Domain: https://kidsontheyard.com
    When we try command line:

    
    wp search-replace "A" "B" 
    

    we get the following errors:

    
    
    Error: 'search-replace' is not a registered subcommand of 'config'. See 'wp help config' for available subcommands.
    PHP Warning:  Undefined array key "QUERY_STRING" in /httpdocs/wp-content/plugins/wp-meteor/frontend/Rewrite.php on line 107
    Warning: Undefined array key "QUERY_STRING" in /httpdocs/wp-content/plugins/wp-meteor/frontend/Rewrite.php on line 107
    

    No errors when we try:

    
    
    wp config list
    

    kindly any advise

Viewing 1 replies (of 1 total)
  • Thread Starter Shmuel Maruani (Sam)

    (@101sam)

    any update?

    
    sudo wp config --help --allow-root
    
    PHP Warning:  Undefined array key "QUERY_STRING" in /httpdocs/wp-content/plugins/wp-meteor/frontend/Base.php on line 29
    Warning: Undefined array key "QUERY_STRING" in /httpdocs/wp-content/plugins/wp-meteor/frontend/Base.php on line 29
    PHP Warning:  Undefined array key "QUERY_STRING" in /httpdocs/wp-content/plugins/wp-meteor/frontend/Rewrite.php on line 107
    Warning: Undefined array key "QUERY_STRING" in /httpdocs/wp-content/plugins/wp-meteor/frontend/Rewrite.php on line 107
    PHP Warning:  Undefined array key "QUERY_STRING" in /httpdocs/wp-content/plugins/wp-meteor/frontend/Rewrite.php on line 107
    Warning: Undefined array key "QUERY_STRING" in /httpdocs/wp-content/plugins/wp-meteor/frontend/Rewrite.php on line 107

    `

Viewing 1 replies (of 1 total)
  • The topic ‘Errors when working with wp cli’ is closed to new replies.