• Resolved climatesaver

    (@climatesaver)


    This plugin breaks wp-cli: most wp-cli commands do not work any more, without any error message.

    For example:

    $ wp plugin list
    $

    Same command, but skipping honeypot-toolkit in wp-cli works fine:

    $ wp plugin list --skip-plugins=honeypot-toolkit
    +----------------------------------+----------+--------+------------+----------------+-------------+
    | name | status | update | version | update_version | auto_update |
    +----------------------------------+----------+--------+------------+----------------+-------------+
    | activitypub | active | none | 5.1.0 | | on |
    | autoptimize | active | none | 3.1.13 | | on [...]
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jeff Sterup

    (@foomagoo)

    I can run WP-CLI with no issues while having Honeypot Toolkit active. Can you give me any logs showing what the issue is?

    Plugin Author Jeff Sterup

    (@foomagoo)

    I have 127.0.0.1 whitelisted. That might be why it’s working for me. Can you add 127.0.0.1 to your whitelist and try it again?

    Thread Starter climatesaver

    (@climatesaver)

    Yes, adding 127.0.0.1 to the allowlist fixes this. Should not the plugin do this automatically then?

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Breaks wp-cli’ is closed to new replies.