Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Problems with installing Vanilla 2 - "Bonk"?
I run a Vanilla 1 forum currently but am really keen to try out Vanilla 2 in it's current incarnation... problem is I'm having a nightmare trying to install it!
I've encountered many problems, but I've decided to go back to the start and see if I can get some guidance.
So - I've downloaded the most recent version, created a database, and gone to the install directory - http://vanilla2/ (it's local at present).
I am encountering an error page which reads "Bonk" and doesn't really tell me much else! I believe that there is a way to output verbose errors?
Please could someone give me some pointers?
Many thanks, Keir
I've encountered many problems, but I've decided to go back to the start and see if I can get some guidance.
So - I've downloaded the most recent version, created a database, and gone to the install directory - http://vanilla2/ (it's local at present).
I am encountering an error page which reads "Bonk" and doesn't really tell me much else! I believe that there is a way to output verbose errors?
Please could someone give me some pointers?
Many thanks, Keir
0
Comments
I saw another thread with a similar issue - you'll need to follow what bean suggested and edit your config file, it should then give you more debug information to help you track down the problem.
http://www.vanillaforums.org/discussion/10479/new-install-bonk-message
Cheers,
Ben
So, my error is "file_put_contents(/Users/iamkeir/Sites/vanilla2/cache/locale_mappings.php) [function.file-put-contents]: failed to open stream: Permission denied"
This is a permissions error I'm guessing - so I gave /cache/ 777 permissions. It then threw up the same error for /conf/ and /uploads/ which I've granted 777 for as well.
This then took me to the database setup page - I entered my details and was taken to a 404 Page Not Found for http://vanilla2/garden/gardensetup/2
Is this an .htaccess rewrite problem now?
Strange that you don't have index.php in your path there, because IIRC, you are able to use ".htaccess rewrite" only after installing garden, and selecting it in the dashboard.
I'd say, you should open conf/config.php and add:
$Configuration['Garden']['RewriteUrls'] = TRUE;
so that garden is rewrite aware too.
$Configuration['Garden']['RewriteUrls'] is still set to false so why was Vanilla using rewrites from the start even though, like you said, I hadn't specified it to do so in the setup yet?
I'll report back how I get on from here...
I've posted an extended "how-to" setup Vanilla because I know there are a lot of people having a hard time... thanks for both of your inputs.
Extended How-To install Garden/Vanilla 2
In dashboard/general or (url: garden/settings/configure), you can enable/disable "Use Garden's .htaccess file to rewrite urls"
Is this a bug?