Vanilla open source was terminated 1 January 2025 by Higher Logic. See this announcement for more information.
"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"