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.
[Vanilla Core 2.0.17.x] Error - 'CategoryModel' not found
aery
✭✭✭
While installing vanilla locally, i am getting this error :
Fatal error: Class 'CategoryModel' not found in E:\wamp\www\vanilla\applications\vanilla\settings\structure.php on line 60
Any recommendations?
Regards,
Abhishek
http://www.gtricks.com/forum/
Fatal error: Class 'CategoryModel' not found in E:\wamp\www\vanilla\applications\vanilla\settings\structure.php on line 60
Any recommendations?
Regards,
Abhishek
http://www.gtricks.com/forum/
There was an error rendering this rich post.
3
Comments
Vanilla Forums COO [GitHub, Twitter, About.me]
There was an error rendering this rich post.
2.0.17.7 installs but has this error "Could not find a 'index' view for the 'discussions' controller in the '' application."
Now let's figure out why you get the CategoryModel error.
Unfortunately, it looks like it's something in the configuration. I have a similar install (Xampplite, not Wamp) and I don't have the problem.
Are you familiar with looking at apache configurations?
There was an error rendering this rich post.
You are on linux, correct?
There was an error rendering this rich post.
Fatal error: Class 'CategoryModel' not found in /srv/www/(not important)/forums/applications/vanilla/settings/structure.php on line 60
I can look through logs, but I don't know if my configs will match up with Apache.
if ($CategoryExists) {
$CategoryModel = new CategoryModel();
$CategoryModel->RebuildTree();
unset($CategoryModel);
}
It will allow you to install it, and it should as far as i know run fine, but i havent tested this on a live forum, just on a localhost.
There was an error rendering this rich post.
To follow up on ShawnM's suggestion, what are the paths supposed to be in the cache/.ini files?