-
Notifications
You must be signed in to change notification settings - Fork 11
Exception thrown when attempting to activate plugin on windows environment #105
Comments
Note: The plugin is not yet compatible with WordPress 4.7. That being said, this error should not be happening on 4.7 or any previous version. |
The (attempted) exception being thrown is:
See
It seems that the plugin is having a hard time locating itself on your Windows filesystem. |
As well. I can't activate it. class Exception extends \Exception {} IMHO, something like this this is better: class DoException extends \Exception {} I would love to see this fixed. Should I do a contribution? |
@smartik89 the name of the exception is fine and is as intended, since it is being namespaced. Please do open a PR with a fix for the symlink issue. |
I have the same issue on Linux:
Not a PHP expert at all but a quick search suggests this. |
Please test fix in #139. |
You can go ahead with the merge, confirmed. Thank you. |
Can't activate the plugin due to a fatal error.
Tested on two different websites, on WP 4.7 and on the previous WP version.
The text was updated successfully, but these errors were encountered: