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 GuestModule.FetchView();

edited March 2011 in Questions
Just installed Vanilla 2 and I get this error on the home page when I'm logged out.


Could not find a `guest` view for the `GuestModule` module in the `vanilla` application.
The error occurred on or near: /home/paulchen/public_html/staugustineminimalbike/library/core/class.module.php

$ViewPaths[] = CombinePaths(array(PATH_APPLICATIONS, 'dashboard', 'views', 'modules', $View . '.php'));

$ViewPath = Gdn_FileSystem::Exists($ViewPaths);
if ($ViewPath === FALSE)

trigger_error(ErrorMessage('Could not find a `' . $View . '` view for the `' . $this->Name() . '` module in the `' . $ApplicationFolder . '` application.', get_class($this), 'FetchView'), E_USER_ERROR);

return $ViewPath;
}

Anyone know what's going on here? Please help!

Comments

Sign In or Register to comment.