doctor-command
doctor-command copied to clipboard
Diagnose problems within WordPress by running a series of checks for symptoms
While installing `wp doctor` I am having with following error: `PHP Fatal error: require(): Failed opening required '/home/seocliff/.wp-cli/packages/vendor/composer/../wp-cli/entity-command/entity-command.php' (include_path='.:/usr/share/pear:/usr/share/php') in /home/seocliff/.wp-cli/packages/vendor/composer/autoload_real.php on line 66 ` Now, `wp` command is also...
This PR makes changes to the package structure to fit the one from the bundled plugins: - Use `WP_CLI\Doctor` as the namespace root - Use PSR-4 autoloader - Use latest...
The readme of this git repo relies on links to runcommand.io, but this site does not exist and leads to a web host placeholder page
Similar to wp-cli/core-command#172. ``` $ wp theme activate twentyfifteen PHP Fatal error: Uncaught Error: Call to undefined function get_magic_quotes_gpc() in /private/var/folders/7d/mcmynw4x60v3y8nwlfz3ppg80000gn/T/wp-cli-test-run-check-core-update.feature.19-5fac5886b01f93.25946184/wp-includes/load.php:610 Stack trace: #0 /Users/timothybjacobs/Workspace/wp-cli-dev/wp-cli/php/wp-settings-cli.php(339): wp_magic_quotes() #1 /Users/timothybjacobs/Workspace/wp-cli-dev/wp-cli/php/WP_CLI/Runner.php(1253): require('/Users/timothyb...') #2...
## Bug Report - [ x] Yes, I reviewed the [contribution guidelines](https://make.wordpress.org/cli/handbook/contributing/). - [x ] Yes, more specifically, I reviewed the guidelines on [how to write clear bug reports](https://make.wordpress.org/cli/handbook/bug-reports/). **Describe...
## Bug Report - [x] Yes, I reviewed the [contribution guidelines](https://make.wordpress.org/cli/handbook/contributing/). - [x] Yes, more specifically, I reviewed the guidelines on [how to write clear bug reports](https://make.wordpress.org/cli/handbook/bug-reports/). **Describe the current,...
Doctor **core-verify-checksums** says it is `succesful` but when I run **wp core verify-checksums** it finds `File should not exist: wp-admin/.php` Also Sucuri alerts for this extra file.
To make the PHP 5.4 tests work, we have to limit them to the latest version before the 5.2 update (which bumps the PHP minimum version to PHP 5.6). This...
On sites with large uploads directories, iterating the directory can take a very long time. We should make sure to only iterate the uploads directory once, instead of once per...
The current behaviour is to exit with a non-zero status when there are some warnings or errors with the examined WordPress installation, like checksum errors. This is a matter of...