WP-CLI has no output when installed
-
Hi, I installed WP-CLI on a CentOS 6.9 VPS as per the documentation.
curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar
Then make executable and move to the directory where php-cli is installed, etc.,
When I run
wp --info
or any command I get no output.Are there some requirements that i’m missing?
root@vps [~]# /usr/local/bin/php -v PHP 5.6.30 (cli) (built: Jun 6 2017 23:44:21) Copyright (c) 1997-2016 The PHP Group Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies with XCache v3.2.0, Copyright (c) 2005-2014, by mOo with XCache Cacher v3.2.0, Copyright (c) 2005-2014, by mOo
I don’t seem to have php compiled with readline support, so have also tried in interactive mode, like so . . .
root@vps [~]# php -a Interactive mode enabled <?php wp --info ?> root@vps [~]#
Any ideas?
Thanks.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘WP-CLI has no output when installed’ is closed to new replies.