marionnewlevant / craft-snitch

Craft plugin. Report when two people might be editing the same entry, category, or global
MIT License
35 stars 16 forks source link

3.0.4 update causes Craft to completely crash #21

Closed FlorisDerks closed 3 years ago

FlorisDerks commented 3 years ago

When I update the plugin to the new 3.0.4 version, the whole admin panel crashes with the message "Class 'born05\twofactorauthentication\Plugin' not found" (since I don't use that plugin). I see that there is an attempt to check if the plugin is installed, but that doesn't seem to be enough to prevent this error from occurring.

craftedsystems commented 3 years ago

Snitch seems to expect the two-factor authentication plugin of born05.
You can either roll back snitch or install https://plugins.craftcms.com/two-factor-authentication.

As I don't use this plugin, I decided to roll back. composer require marionnewlevant/snitch:3.0.3

marionnewlevant commented 3 years ago

Aack! I think I have that fixed now. - Version 3.0.4.1