I set $_page_cont[$_ni]['url_relocate'] to a custom URL. No matter what I set it to, the logout page always redirects to the home page.
I did flush all the cache though.
Any thoughts?
I set $_page_cont[$_ni]['url_relocate'] to a custom URL. No matter what I set it to, the logout page always redirects to the home page. I did flush all the cache though. Any thoughts? |
I just tested on my site and tried this. With full url. https://www.deanbassett.com |
It's weird. It works for a while and then stopped working. |
It's really weird. It works when I manually open the URL (e.g. http://blah.ext/dolphin/logout.php), but always brings me to $site['url'] if it's access through clicking the logout links. |
Found the problem. It's the redirect URL in your fb connect line 296. I don't think it's a bug. :-) I just tested on my site and tried this. With full url. |
Ah. Well i have that installed of course, but i did not test while logged into facebook. https://www.deanbassett.com |
Oh and if my mod is the cause, then this is really not a dolphin bug, so we are in the wrong forum with this. https://www.deanbassett.com |
I agree. Of course I didn't know it would have anything to do with FB connect, as the persistent exit link affected all accounts, not just those with FB connect. Anyway, it's BxFaceBookConnectModule.php.
Maybe BoonEx should add another constant for the exit link in header.inc.php. |
That logout url is just a setting. It's actually gets stored in the database later in the code and is not called until a logout event is fired in BxFacebookConnectEvents.php where the redirect to facebook is actually performed. https://www.deanbassett.com |
I believe i may have finally found the problem. New version released. https://www.deanbassett.com |
Sure thing, if I knew they were related. :-P |