Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Mike,

    I have just found this today, kept giving errors in my console anytime I did anything with WP CLI whilst this plugin was active. I have for now simply comments out the include on line 351 as clearly the file doesn’t exist.

    //Add the cli interface to the known commands
    if (defined('WP_CLI') && WP_CLI) {
        //include __DIR__.'/includes/wp-cli.php';
    }

    This stops the error but I am wondering what the intention behind this was by the author for a specific include only for WP CLI?

    Thread Starter MikeColes

    (@mikecoles)

    G’day Phil,
    I think you’re correct. I have been using this Plug-in for a while on a couple of sites without issue. I’ll follow your lead and comment it out.

    This is still a problem. It would be a good idea for the maintainer to comment this until the feature is ready!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Failed to open wp-cli.php’ is closed to new replies.