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.

Class MenuModule Not Found...

Just updated to 2.3.1, but now I'm getting the following error:

Class MenuModule not found while trying to get an object for Menu. Check the path .
The error occurred on or near: /home/content/47/6647547/html/forum/library/core/class.factory.php
72: }
73: }
74:
75: if (!class_exists($ClassName, false)) {
76: throw new Exception(sprintf('Class %s not found while trying to get an object for %s. Check the path %s.', $ClassName, $Alias, $Def['Path']));
77: }
78:
79: // Create the object differently depending on the type.
80: $Result = null;
Backtrace:
[/home/content/47/6647547/html/forum/library/core/class.gdn.php:187] Gdn_Factory->factory();
[/home/content/47/6647547/html/forum/applications/dashboard/settings/bootstrap.php:19] Gdn::factory();
[/home/content/47/6647547/html/forum/bootstrap.php:204] PHP::include_once();
[/home/content/47/6647547/html/forum/index.php:32] PHP::require_once();

Additional information for support personnel:
Application: Vanilla
Application Version: 2.3.1
PHP Version: 5.4.19
Operating System: Linux
Server Software: Apache
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.4
Request Uri: /forum/utility/update
Controller: Gdn_Factory
Method: factory

Can somebody help me with a solution?

Comments

Sign In or Register to comment.