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.
Confused
I'm trying to get a Vanilla forum on my Freewebs website. I have the installation php file, but this is what comes up:
Vanilla Installation Wizard (Step 1 of 3)
'; if ($Context->WarningCollector->Count() > 0) { echo "
We came across some problems while checking your permissions... ".$Context->WarningCollector->GetMessages()."
"; } echo "
Navigate the filesystem of your server to the Vanilla folder. Vanilla will need read AND write access to the conf folder.
There are many ways to set these permissions. One way is to execute the following from the root Vanilla folder:
chmod 777 ./conf
I don't understand what to do here, or here:
You will also need to grant read access to the extensions, languages, setup, and themes folders. Typically these permissions are granted by default, but if not you can achieve them with the following commands:
chmod -R 755 ./extensions
chmod -R 755 ./languages
chmod -R 755 ./setup
chmod -R 755 ./themes
I'm sorry if this has been asked somewhere before or it's already been answered somewhere, but I'm completely lost here.
Vanilla Installation Wizard (Step 1 of 3)
'; if ($Context->WarningCollector->Count() > 0) { echo "
We came across some problems while checking your permissions... ".$Context->WarningCollector->GetMessages()."
"; } echo "
Navigate the filesystem of your server to the Vanilla folder. Vanilla will need read AND write access to the conf folder.
There are many ways to set these permissions. One way is to execute the following from the root Vanilla folder:
chmod 777 ./conf
I don't understand what to do here, or here:
You will also need to grant read access to the extensions, languages, setup, and themes folders. Typically these permissions are granted by default, but if not you can achieve them with the following commands:
chmod -R 755 ./extensions
chmod -R 755 ./languages
chmod -R 755 ./setup
chmod -R 755 ./themes
I'm sorry if this has been asked somewhere before or it's already been answered somewhere, but I'm completely lost here.
0
This discussion has been closed.
Comments
Do you know of a website maker that supports Vanilla?