-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
uninstall.php
Requires PHP v5.3+
#334
Comments
A second look at this issue. The |
ha! A third look. The |
Interesting. Thanks for catching this and opening the issue. This seems like a pretty annoying bug. I'm adding it to the Future Release milestone to be worked on in the next development cycle. |
@raamdev This has been resolved by the PRs I submitted earlier. |
@jaswsinc PRs have been reviewed and merged. Thank you very much! :) |
Next release changelog:
|
I noticed this review at WordPress.org.
https://wordpress.org/support/topic/i-can-not-uninstall#post-
A user writes...
When I setup the
uninstall.php
file I forgot about this scenario. Theuninstall.php
file will get pulled in by WordPress even when/if the plugin is not running due to a lack of PHP v5.3+.In short, if you install QC to try it out, but cannot use it because your server is lacking PHP v5.3+, deletion of the plugin will cause an error (e.g. blank screen) because the
uninstall.php
is being loaded, and it requires PHP v5.3+.Possible Solution
uninstall.inc.php
file.uninstall.php
as a stub that checks for PHP v5.3+.Support threads referencing this issue
The text was updated successfully, but these errors were encountered: