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.
Plugin Enabled--Can't Authenticate
I tried to setup the plugin and I just get the three bar animation that means that Vanilla is working, but nothing happens after that. What can I do about this?
0
Comments
Vanilla Forums COO [GitHub, Twitter, About.me]
If your host supports rewrite urls and .htaccess, simply go to your config file (conf/config.php), find this line:
$Configuration['Garden']['RewriteUrls'] = FALSE;
And change it to:
$Configuration['Garden']['RewriteUrls'] = TRUE;
Let me know if this works
Vanilla Forums COO [GitHub, Twitter, About.me]
http://vanillaforums.org/discussion/comment/98510/#Comment_98510
Now, after the loading thing goes away, nothing comes up. Does the plugin no longer require that the urls be entered manually or something?
Vanilla Forums COO [GitHub, Twitter, About.me]
Mine looks like this after it loads: http://i.imgur.com/ktVsj.png
Vanilla Forums COO [GitHub, Twitter, About.me]
The console says:
GET .../forum/dashboard/authentication/configure/proxy?DeliveryType=VIEW 200 OK X 275 ms
When it's loading...
http://i38.tinypic.com/2ypm2xg.jpg
When it's done and nothing comes up.
http://i34.tinypic.com/2ag9ds.jpg
Vanilla Forums COO [GitHub, Twitter, About.me]
http://i35.tinypic.com/15hzd3.png
And the Params tab:
DeliveryType VIEW
Vanilla Forums COO [GitHub, Twitter, About.me]
Authenticate Url
Registration Url
Sign-in Url
Sign-out Url
you'll want the row where AuthenticationSchemeAlias = 'proxy'.
Vanilla Forums COO [GitHub, Twitter, About.me]
Does the URL database table require you to put in the Authenticate Url listed in wordpress?
AuthenticationSchemeAlias is set to 'proxy'?
The rest are pretty straight forward I assume. Although were having issues with the Log Out in Vanilla, it won't do it. You just stay logged in.
http://www.mydomain.com/wp-login.php?action=logout&_wpnonce={Nonce}&redirect_to={Redirect}
Is what's set in the SignOutUrl field.