Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Filebrowser with IIS7
Has anyone got Filebrowser running on a Vista server using IIS7? I'm sure I have it set up correctly and it used to work fine on IIS6 but now when I browse to it I get this error (along with a lot of other code)
A fatal, non-recoverable error has occurred
Technical information (for support personel):
"); for ($i = 0; $i < count($this->Errors); $i++) { echo("
Error Message: ".ForceString($this->Errors[$i]->Message, "No error message supplied")."
Affected Elements: ".ForceString($this->Errors[$i]->AffectedElement, "undefined").".".ForceString($this->Errors[$i]->AffectedFunction, "undefined")."();
"); $Code = ForceString($this->Errors[$i]->Code, ""); if ($Code != "") { echo("
The error occurred on or near:
".$Code." "); } } if ($Context) { if ($Context->Mode == agMODE_DEBUG && $Context->SqlCollector) { echo("
0
This discussion has been closed.
Comments