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?
@ellieroepken Alright. You're running into an issue we discovered with this release of Vanilla. There is a problem with AJAX and non-rewritten URLs, and it is interfering with your ability to configure ProxyConnect.
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;
Are you using Firefox? If so, would you mind installing Firebug and taking a look at the AJAX call that goes out when you select ProxyConnect from the dropdown? I'd love to see what it is returning for you.
That's the only thing that comes up. Nothing comes up in the HTML and Response tabs. The only other data that comes up is in the header tab: http://i35.tinypic.com/15hzd3.png
Give me a day. 2.0.4 and 1.7 are coming, with several changes that should get rid of annoyances like this. If that doesnt fix it i'll with you directly to debug it. Deal?
If you're using WordPress and ProxyConnect together... why are you even messing around with the database directly?
Enable ProxyConnect, then enable the Wordpress plugin in Wordpress itself. Click on "ProxyConnect" in the Wordpress dashboard. On the screen you'll see some URLs. It tells you directly on that screen to copy those values into the Vanilla ProxyConnect plugin, into the fields marked with corresponding names (which you listed earlier).
Find the file /js/slice.js and open it in a text editor. Go to line 95 which should be: var SliceURL = gdn.combinePaths(gdn.definition('WebRoot'),this.SliceURL); and changed it to: var SliceURL = gdn.url(this.SliceURL);
Then go to line 108 which should be: var SliceURL = gdn.combinePaths(gdn.definition('WebRoot'),this.SliceURL); and change it to: var SliceURL = gdn.url(this.SliceURL);
Comments
Vanilla Forums Senior Developer [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 Senior Developer [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 Senior Developer [GitHub, Twitter, About.me]
Mine looks like this after it loads: http://i.imgur.com/ktVsj.png
Vanilla Forums Senior Developer [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 Senior Developer [GitHub, Twitter, About.me]
http://i35.tinypic.com/15hzd3.png
And the Params tab:
DeliveryType VIEW
Vanilla Forums Senior Developer [GitHub, Twitter, About.me]
Authenticate Url
Registration Url
Sign-in Url
Sign-out Url
you'll want the row where AuthenticationSchemeAlias = 'proxy'.
Vanilla Forums Senior Developer [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.
Enable ProxyConnect, then enable the Wordpress plugin in Wordpress itself. Click on "ProxyConnect" in the Wordpress dashboard. On the screen you'll see some URLs. It tells you directly on that screen to copy those values into the Vanilla ProxyConnect plugin, into the fields marked with corresponding names (which you listed earlier).
Have you done that... ?
Vanilla Forums Senior Developer [GitHub, Twitter, About.me]
Find the file /js/slice.js and open it in a text editor. Go to line 95 which should be:
var SliceURL = gdn.combinePaths(gdn.definition('WebRoot'),this.SliceURL);and changed it to:var SliceURL = gdn.url(this.SliceURL);Then go to line 108 which should be:
var SliceURL = gdn.combinePaths(gdn.definition('WebRoot'),this.SliceURL);and change it to:var SliceURL = gdn.url(this.SliceURL);Thank should fix that particular problem.
Vanilla Forums Senior Developer [GitHub, Twitter, About.me]
Still can't sign out in Vanilla.. and when you log out of Wordpress you are still logged in Vanilla..
Vanilla Forums Senior Developer [GitHub, Twitter, About.me]
Yes I did click Save.
Also, this is on the vanilla home page, which now I am no longer an administrator in:
Seems I cant paste html, or it wont show unless you edit this post..