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.
Sudden fatal error
I have not tried to upgrade to a newer version. Suddenly the forum started to spit out this error message:
Any ideas?
Fatal error: require_once() [function.require]:
Failed opening required '/home/foobar/public_html/forum/applications/controllers/class.controller.php'
(include_path='.:/usr/lib/php:/usr/local/lib/php')
in /home/foobar/public_html/forum/library/core/class.dispatcher.php
on line 529
Any ideas?
0
Comments
There was an error rendering this rich post.
Seems the
/applications/controllers
is missing. conversations, dashboard, skeleton and vanilla are the only folders present in /applications/.If I take a look in the latest version of Vanilla downloaded from here: http://vanillaforums.org/get/vanilla-core/1 I can't seem to find a "controllers" folder either. Am I missing something?
Possible problem with the dispatcher. @Tim?
Vanilla Forums COO [GitHub, Twitter, About.me]
require_once(CombinePaths(array(PATH_APPLICATIONS, $this->_ApplicationFolder, 'controllers', 'class.'.strtolower($this->_ApplicationFolder).'controller.php')));
seems to be on line 529 inclass.dispatcher.php.Have you tried deleting all your *.ini files in cache/ ?
Vanilla Forums COO [GitHub, Twitter, About.me]
All pages were inaccessible before I did this. Perhaps I should try to update ASAP.
Vanilla Forums COO [GitHub, Twitter, About.me]
Fix works like a charm. Thanks a lot!