Plugin Author
K
(@koelle)
I found the problem and it should work in the next update
Plugin Author
K
(@koelle)
Does plugin deletion work in the latest version?
Unfortunately not. I deleted the plug in manually now.
– Chris
Plugin Author
K
(@koelle)
The plugin deletion should now work correctly
I have the latest version (3.4.9) and the delete is not working. Any guidance?
Thank you!
corij
It appears there is no uninstall.php file?
Looks like I see the following error in the log when I try and delete the plugin:
[27-Apr-2016 11:26:15 UTC] PHP Fatal error: Using $this when not in object context in /home/jyfugppl/public_html/wp-content/plugins/projectmanager/projectmanager.php on line 612
Which is this line:
$this->deactivate();
When I remove that line it works fine. I’m guess it failed because a) i’ve already deactivated it and b) the function is static so $this may not exist.