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

Categories

In this Discussion

Who's Online 13

CurtisOdenLorenzoMaluchiTorbjornafiqasyraf93ericgillette +7 guests

Fatal Error in GuestModule.FetchView();

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

  • Posts: 2,058
    Can you confirm that this file exists on your FTP? /applications/dashboard/views/modules/guest.php

    My first guest would be a corrupt file. If it is there, maybe upload it again.

    Vanilla developer [GitHub, Twitter]

  • Posts: 7
    Yeah,

    I basically just reinstalled everything and it worked.
Sign In or Register to comment.