Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

admin options - colors - returns errors

edited September 2009 in Vanilla 2.0 - 2.8
i get several errors (when i click on "colors" under admin) - here is where they are located - is this problem a known problem?
/forum/library/core/class.controller.php

Could not find a `/home/myurl.com/forum/plugins/cssthemes/views/cssthemes.php` view for the `plugin` controller in the `garden` application.
44: trigger_error(ErrorMessage('Could not find a `'.$View.'` view for the `'.$ControllerName.'` controller in the `'.$ApplicationFolder.'` application.', $this->ClassName, 'FetchViewLocation'), E_USER_ERROR);


include() [function.include]: Filename cannot be empty
458: include($ViewPath);

atal error: Nesting level too deep - recursive dependency? in /myurl.com/forum/applications/garden/views/error.master on line 100

Comments

  • The plugin directory is CssThemes, and in the code it tries to get cssthemes.

    It may work under windows host, but on unix.
Sign In or Register to comment.