Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.
Help keep Vanilla free:Oops. We came across some problems while setting up Vanilla...
It looks like you're trying to overwrite an existing installation of the Vanilla database. Are you sure you want to do this? If so, you'll need to go and manually remove the existing tables yourself.function EncodeConstantValueForSaving($Value) {
if ($Value != "") {
return str_replace("\"", "\\\"", html_entity_decode($Value, ENT_QUOTES));
} else {
return "";
}
}
nora, this has been fixed in your installation and I have wiped out your database so you can start all over with a fresh install. Just open up your installer.php in your web browser and have at it.
1 to 9 of 9