Topic-icon Logout Redirection BUG

Active Subscriptions:

None
12 years 4 months ago #40615 by joomleb
Replied by joomleb on topic Logout Redirection BUG
Hi Alex,
I tested the two solutions with Joomla / Facebook / Google+ Login/Logout on SCLogin Module

first solution:
$url = $uri->toString(array('port', 'path', 'query'));
All Logins /Logouts keep me on the same page as I set.

second solution:
$url = '/' . $uri->toString(array('port', 'path', 'query'));
- on Joomla Login redirect me on the same page, but return an error because loose the domain in URL
- on Joomla / Facebook / Google+ Logout still bring me to the home page

So, I assume the first solution is the right one :D (you can still check on the same test site with same credentials) - PS Many Thanks for help

Please, Is this a final fix ? (Valid for all situations) or just in my case, because I'm still using /index.php/ in my URLs
The topic has been locked.
Support Specialist
12 years 4 months ago #40638 by alzander
Replied by alzander on topic Logout Redirection BUG
Just to make sure I understand, the first solution above worked for you as you'd expect?

We'll have to do more testing, but my guess is that this is a fix we'll implement in the next release. It *should* work for all configurations, but that's something we'll have to test more.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
12 years 4 months ago #40648 by joomleb
Replied by joomleb on topic Logout Redirection BUG
Yes Alex, first solution:
$url = $uri->toString(array('port', 'path', 'query'));
worked as expected.

1 - Please, let me know if I can help you on testing;

and/or

2 - Please, let us know your testing response;
The topic has been locked.
Support Specialist
12 years 4 months ago #40656 by alzander
Replied by alzander on topic Logout Redirection BUG
We've added this as a to-do for the next release. We'll let you know if there's any more testing on your end to do, but your confirmation is enough for now. We'll test the other ways during the release and QA process.

Thanks for the feedback,
Alex
The topic has been locked.
Active Subscriptions:

None
12 years 4 months ago #40670 by joomleb
Replied by joomleb on topic Logout Redirection BUG
Thank you for Support!
The topic has been locked.
Active Subscriptions:

None
12 years 3 months ago - 12 years 3 months ago #41450 by joomleb
Replied by joomleb on topic Logout Redirection BUG
Hi Alex,
I don't see this bug fix listed in the 6.0.1 vrsion changelog release, maybe is a minor bug fix, so, I want ask you:
Is this issue been fixed on last 6.0.1 release ?
Last edit: 12 years 3 months ago by joomleb.
The topic has been locked.
Support Specialist
12 years 3 months ago #41458 by alzander
Replied by alzander on topic Logout Redirection BUG
It's there.. just in the SCLogin changelog :) The SCLogin is available separately from JFBConnect, so we have a separate changelog for it for those users that don't use JFBConnect with it.

Thanks again for your feedback and I hope the new release works well for you,
Alex
The topic has been locked.
Active Subscriptions:

None
12 years 3 months ago #41462 by joomleb
Replied by joomleb on topic Logout Redirection BUG
:rolleyes: :=D :rolleyes: ooops! Sorry.

Yes, day by day, step by step, is always better... =)
The topic has been locked.
Support Specialist
12 years 3 months ago #41463 by alzander
Replied by alzander on topic Logout Redirection BUG
No problem.. of course, if you upgrade and still have the logout issue, just let us know!

Thanks,
Alex
The topic has been locked.