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.
Forum won't load after changing settings
I've been trying to move my forum to a new server and have been having all sorts of problems. I eventually ended up doing a fresh install, wiping the database, and using navitec (i don't have shell access) to move my old database data. Everything seems to go fine until I go into settings and uncheck anything. Once I change the settings the forum won't load. I tried just doing a fresh install and not moving the old database to see if that was causing the problem but even with the fresh install the settings problem keeps happening.
0
This discussion has been closed.
Comments
I would do the following:
Check the server to make sure it meets the system requirements (which it probably does):
Server Requirements: Vanilla can run on just about any web server in the world. To run Vanilla, you should have:
* PHP 4.1 or greater
* MySQL 3.23 or greater
And then check that the directories/files have the proper permissions to run:
Permissions: chmod 777 ./conf
chmod --recursive 755 ./extensions
chmod --recursive 755 ./languages
chmod --recursive 755 ./setup
chmod --recursive 755 ./themes
If that doesn't work - I'd try reinstalling everything again.
$Configuration['SAFE_REDIRECT']
setting, that by default is set topeople.php?PageAction=SignOutNow
to a full path e.g./myvanillainstall/people.php?PageAction=SignOutNow
This should sort it out. Not sure if it is a Mosso issue or a Vanilla issue?