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.

Fatal Error in GuestModule.FetchView();

edited March 2011 in Vanilla 2.0 - 2.8
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

  • LincLinc Detroit Admin
    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.
  • Yeah,

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