HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Fatal error after disabling Vanilla application

I disabled the Vanilla application in Vanilla 2.2 and got the following error:
Fatal error: Class 'CategoryModel' not found in /plugins/editor/class.editor.plugin.php on line 88

Line 88 of the editor plugin is a call to CategoryModel::permissionCategory() from within EditorPlugin::__construct().

It seems that deactivating the Vanilla application does not deactivate plugins which require the Vanilla application.

Is that a known problem?

Comments

Sign In or Register to comment.