wp-cli incorrectly believes a plugin is currently installed
Try wp plugin delete woocommerce, then reinstalling it.
Try wp plugin delete woocommerce, then reinstalling it.
WP-CLi Uable to Install / Update Plugins
Lets say I have a single multisite install on my server, and in that multisite/network admin I have 3 blogs: example.com ( root/primary/first site ) example.com/second othersite.net If I want to list posts on the main site example.com I can do this: wp post list But what if I want to list posts on the … Read more
wp-cli output ‘column display format’ / wrapping
Is this assumption valid? Or does DISABLE_WP_CRON actually block crons from running, and block plugins from registering new cron events? Yes, setting DISABLE_WP_CRON to true doesn’t actually block WordPress’ crons from running; it just prevents wordpress itself from initiating the events to run when your backend is triggered by a customer viewing your website. I’m … Read more
Using roots Bedrock for a few years, I gladly recommend it. Core versions are all available and are synced by roots.io technical team. Using WordPress with composer would allow you to have dependencies (WP core, plugins, themes, and other PHP libs) all managed with composer versions. Bedrock will also ensure that no core file is … Read more
This question seems to be really old. No Composer involved now a days to install wp-cli. Just curl, chmod, and copy the file as indicated in http://wp-cli.org/ (: Now, if anyone wants to add a specific include_path for wp-cli to be aware of (which is how I found this Q) there’s 2 options: set a … Read more
Please check if PHP is running in safe mode. excel_shell is disabled when PHP is running in safe mode. You can check this running the phpinfo() function. Tip: You could make a install script in bash and execute that from PHP. This way it’s easier to test on the command line first, and then wrap … Read more
All plugins deactivated. What could cause this?
You need to remove composer.lock before running composer update. composer.lock locks your Composer project to a specific hash.