[Solved] Having trouble (how do I solve BONK errors?)*
I just installed Vanilla. I then installed the WP plugin. Then, I took the SSO page from WP and installed this plugin in Vanilla and copy/pasta'd the data available.
However I see no indication that it is working -- if I sign into WP and go to Vanilla or vice versa, I'm only signed into the first one. If I "test" via the Vanilla admin panel, it just bumps me to the front page of my WP install and nothing happens.
Any ideas?
Best Answers
-
@tyskkvinna you can see past the Bonk by adding these lines to your config.php
$Configuration['Garden']['Debug'] = TRUE; $Configuration['Garden']['Errors']['MasterView'] = 'deverror.master.php';
1 -
UnderDog MVP
If you still get the bonk page without details, then something went wrong. You need to either add or change these lines in your conf/config.php
all details are in the page from my signature. Without details we cannot help.There was an error rendering this rich post.
0
Answers
I have now gotten it so that the username shows up in Vanilla, but if I click "sign in as (user)" I get a "bork!" page with no information as to what is failing. As this point I've been trying a few different plugins on both sides. I'm really unclear as to what is required to make this work. Old forum post suggestions as to how it worked are a little vague and don't work.
@tyskkvinna you can see past the Bonk by adding these lines to your config.php
Hmm. This seems to have no change on the Bonk error when I try to login (either with a test user account or an admin account). It still just says Bonk. Is there somewhere else I look to see what the error is?
If you still get the bonk page without details, then something went wrong. You need to either add or change these lines in your conf/config.php
all details are in the page from my signature. Without details we cannot help.
There was an error rendering this rich post.
sigh
I don't know how I can give you details of what's going on if it won't give ME details. I folllowed the instructions, I edited the file with precisely the lines suggested, and it just gives me the generic bonk page.
Okay - it worked when I edited the file in config-defaults.php but not config.php
And from there I was able to find where it was failing -- a folder in the cache -- so I re-chmodded the cache directory, and it appears to work now.
Thanks for the follow up.
There was an error rendering this rich post.