-
Notifications
You must be signed in to change notification settings - Fork 372
Open
Labels
[Type] BugAn existing feature does not function as intendedAn existing feature does not function as intended
Description
Prerequisites
- I have carried out troubleshooting steps and I believe I have found a bug.
- I have searched for similar bugs in both open and closed issues and cannot find a duplicate.
Describe the bug
The wp-cli uninstall __name__ blueprint step exits with an error.
Expected behavior
It should deactivate and then delete the plugin.
Actual behavior
It output this error on devtools:
#!/usr/bin/env php
Ran uninstall procedure for 'hello' plugin. Deletion of plugin files failed
Steps to reproduce
- Open the link
- Check the error on the devtools
Isolating the problem
- I have deactivated other plugins and confirmed this bug occurs when only this plugin is active.
- This bug happens with a default WordPress theme active.
- I can reproduce this bug consistently using the steps above.
Metadata
Metadata
Assignees
Labels
[Type] BugAn existing feature does not function as intendedAn existing feature does not function as intended