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.
Vanilla Social Connect Bonk Error
I just installed vanilla on my server, and wanted to integrate social connect to it... but for some reason, it won't work at all, I've followed all the instructions in the tutorial. You can check it out here:
http://ahhelp.me
Facebook just straight up won't work, I keep getting a "BONK" error, google upon signing in gives the "BONK" error. OpenID also gives the "BONK" error and Twitter for some reason, will login, but still gives the "BONK" error (so I'm guessing that's a redirect problem). Any ideas on how I can fix this? I'm a complete noobie by the way.
http://ahhelp.me
Facebook just straight up won't work, I keep getting a "BONK" error, google upon signing in gives the "BONK" error. OpenID also gives the "BONK" error and Twitter for some reason, will login, but still gives the "BONK" error (so I'm guessing that's a redirect problem). Any ideas on how I can fix this? I'm a complete noobie by the way.
Tagged:
0
Comments
Try to go to conf/config.php , edit the line about error messages to look like this:
$Configuration['Garden']['Errors']['MasterView'] = 'deverror.master.php';
-- the default value is$Configuration['Garden']['Errors']['MasterView'] = 'error.master.php';
-- reload / refresh, get the actual error, paste it here and then revert the code back to error.master.php.Not sure if this is secure but the error stopped and now my tests are complete. Hope this issue is clarified to be a safe solution. I am new with Vanilla and I am not sure if I am doing the right thing here so use this suggestion at your own risk. Any confirmation from the developers will help others solved those who still have problems on this issue without worries.
I set my compile directory to 777 (it was 755 when the error was happening) and it works properly now.