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.

Facebook, OpenID, Twitter and Google Login Bonk Pages?

VegasJoshVegasJosh New
edited January 2011 in Vanilla 2.0 - 2.8
Bonk popup pages every time a someone select the option to login via Facebook, OpenID, Twitter and Google any ideas?

Comments

  • TimTim Operations Vanilla Staff
    edited January 2011
    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';

    Vanilla Forums COO [GitHub, Twitter, About.me]

  • I tried commenting that line out previously without avail. the popup window still populates with the blue BONK error page.
  • //$Configuration['Garden']['Errors']['MasterView'] = 'error.master.php';
  • TimTim Operations Vanilla Staff
    Try uncomment it and just change its value to 'deverror.master.php'

    Vanilla Forums COO [GitHub, Twitter, About.me]

  • //$Configuration['Garden']['Errors']['MasterView'] = 'error.master.php';
    $Configuration['Garden']['Errors']['MasterView'] = 'deverror.master.php';

    still no love. :(
  • looks like its calling a http://www.somedomainname.com/entry/connect/facebook?......

    .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
  • I'm having the same issue with FB connect on my test install here: http://myows.com/forums/
  • Oh wow, i'm so impressed by the new Vanilla. Would love to find out a solution to these Bonk error VegasJosh and myows are experiencing - such a pity
  • I am also experiencing the same problem.
  • Yupz, also have problems with Facebook Connect, everything looks/is fine in the Dashboard.
    Bur still, cant login with facebook. Just getting bonk'ed.
  • 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!

  • Welcome! Anyone please advice is it safe to chmod the directory to 777?
  • Why do you need 777?
  • so that i dont get the bonk error
  • I'm having the same issue with FB connect on my test install here: http://myows.com/forums/
    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/
  • 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';

  • edited January 2013

    It works for me when i chmod cache from 755 to 777

Sign In or Register to comment.