In the Vanilla Release Post we always explain how to get more detailed error messaged. Just saying that "there's a bonk page" doesnt help us.
If you run into any issues during the installation, you may see the "Bonk" error screen. In order to get past this screen, you can remove the following line from your conf/config.php file: $Configuration['Garden']['Errors']['MasterView'] = 'error.master.php';
http://api.twitter.com/oauth/authorize? -Twitter which appears to be working at first but will bonk on the redirection with the following url in the popup - .com/entry/connect/twitter?di...
I had accidentally deleted my Smarty directory, which was causing the Bonk on Google Sign-in. Not sure if this is your problem, but that's how I fixed it.
For me it was a permission issue in the /cache/Smarty/compile directory. It required User write permission. It had the required permission. Still I got the Bonk. After chmod'ing it to 777, the problem seems to be stopped. But still some users complain of bonk pages. Any solutions? Is chmoding compile to 777 a security issue?
For me it was a permission issue in the /cache/Smarty/compile directory. It required User write permission. It had the required permission. Still I got the Bonk. After chmod'ing it to 777, the problem seems to be stopped. But still some users complain of bonk pages. Any solutions? Is chmoding compile to 777 a security issue?
This solution worked for me after many hours of trying to find what the problem is. Not sure if it is secure but for now at least it worked. Thanks for sharing!
Myows, looks like you found a workaround. You put in some customization forms with the FB connect and it looks great! How did you do that? Also, how did you add that footer along the bottom? Re-posting your URL here. It's slightly different; that first one doesn't really work for me, don't know why: https://myows.com/forums/
Comments
Vanilla Forums COO [GitHub, Twitter, About.me]
Vanilla Forums COO [GitHub, Twitter, About.me]
$Configuration['Garden']['Errors']['MasterView'] = 'deverror.master.php';
still no love.
.com/entry/openid?Ta... -openID
.com/entry/connect/openid?.... -google
http://api.twitter.com/oauth/authorize? -Twitter which appears to be working at first
but will bonk on the redirection with the following url in the popup - .com/entry/connect/twitter?di...
twitter popup is not closing after authentication
Bur still, cant login with facebook. Just getting bonk'ed.
Re-posting your URL here. It's slightly different; that first one doesn't really work for me, don't know why: https://myows.com/forums/
I finally solved the google openid issue. The problem was i removed the permissions of cache directory from 777 to 755.
And i come to know this error after adding following line in config.php
$Configuration['Garden']['Errors']['MasterView'] = 'deverror.master.php';
It works for me when i chmod cache from 755 to 777