Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

In this Discussion

Fatal Error in Gdn_Factory.Factory();

edited February 2012 in Feedback

After update i get this error,

Class MenuModule not found while trying to get an object for Menu. Check the path . The error occurred on or near: /var/www/vhosts/cursegamers.com/forum/library/core/class.factory.php 60: require_once($Path); 61: } 62: 63: if (!class_exists($ClassName, FALSE)) { 64: throw new Exception(sprintf('Class %s not found while trying to get an object for %s. Check the path %s.', $ClassName, $Alias, $Def['Path'])); 65: } 66: 67: // Create the object differently depending on the type. 68: $Result = NULL; Backtrace: [/var/www/vhosts/cursegamers.com/forum/library/core/class.gdn.php:148] Gdn_Factory->Factory(); [/var/www/vhosts/cursegamers.com/forum/applications/dashboard/settings/bootstrap.php:17] Gdn::Factory(); [/var/www/vhosts/cursegamers.com/forum/bootstrap.php:159] PHP::include_once(); [/var/www/vhosts/cursegamers.com/forum/index.php:28] PHP::require_once();

any help please?

Answers

  • chadvavrachadvavra newb
    edited February 12

    I'm also getting a User Model error on a clean install.

    Class UserModel not found while trying to get an object for UserModel. Check the path .
    The error occurred on or near: /var/www/vhosts/[domain]/httpdocs/brainstorm/library/core/class.factory.php
    60:             require_once($Path);
    61:       }
    62:       
    63:       if (!class_exists($ClassName, FALSE)) {
    64:          throw new Exception(sprintf('Class %s not found while trying to get an object for %s. Check the path %s.', $ClassName, $Alias, $Def['Path']));
    65:       }
    66:       
    67:       // Create the object differently depending on the type.
    68:       $Result = NULL;
    
Sign In or Register to comment.