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();
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!
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!
Tagged:
0
Comments
My first guest would be a corrupt file. If it is there, maybe upload it again.
I basically just reinstalled everything and it worked.