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.
"Precondition Failed" when attemping Vanilla install.
On the second page of the installer script I get
All of the file/directory permissions have been set as described on the first page of the installer script.
I think I remember reading somewhere that this has something to do with mod_security? I'll start a trouble ticket with my host to see if they can see anything.
See for yourself at http://forum.mocephus.org/installer.php?PostBackAction=Permissions
Precondition Failed
The precondition on the request for the URL /installer.php evaluated to false.
All of the file/directory permissions have been set as described on the first page of the installer script.
I think I remember reading somewhere that this has something to do with mod_security? I'll start a trouble ticket with my host to see if they can see anything.
0
This discussion has been closed.
Comments
That thread is here: http://forum.textdrive.com/viewtopic.php?id=4659
Adding
SecFilterSelective "QUERY_STRING" "tback" "nolog,allow"
to my .htaccess file gets it working.Works like a charm now.
In the root of Vanilla, create an .htaccess file with this inside:
SecFilterSelective "QUERY_STRING" "tback" "nolog,allow"