Project

General

Profile

Actions

Bug #63806

closed

felogin - redirect after logout does not work

Added by Martin no-lastname-given over 9 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2014-12-12
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

I am using Typo3 6.2.4 on a local test server.

After being logged an moving to a page where only logged in users have access and trying to log out from this page i always get a 404 because redirection doesn't work.

For example:

  1. I login on this page: lhttp://localhost/t3/typo3_src-6.2.4/index.php?id=12
  2. After this I will be redirected to a Page which only registered users have access. (ID
  3. Then I will go back to the Login page, where I now find Logout button.
  4. After doing the logout the redirect will hit the Page with the ID 3 again. But there is an error message coming (an error page). The URL of the ID 3 page I can see!
  5. When I will login again from this error page again, the system logged me in but there is no redirect to a protected page. I log out and I am on the same page like before.
  6. After this I manually hit the normal login page and logged me in. The redirect goes directly to the protected page.
  7. The logout-redirect is not working.

My TS settings are as follows:

plugin.tx_felogin_pi1 {
  storagePid = 2
  showForgotPasswordLink = 1
  showPermaLogin = 0
  redirectPageLogin = 3
  redirectFirstMethod = 1
  redirectMode = login,logout,userLogin,groupLogin
  redirectPageLogout = 12
  redirectDisable = 0
}

What can I do?

Actions #1

Updated by Markus Klein over 9 years ago

  • Status changed from New to Needs Feedback

Please upgrade to 6.2.9 asap and check again.
There are around 300 bugfixes since 6.2.4.

Actions #2

Updated by Martin no-lastname-given over 9 years ago

I changed the version to 6.2.9.

The bug is still active!

Actions #3

Updated by Markus Klein over 9 years ago

  • Description updated (diff)
  • Status changed from Needs Feedback to New
Actions #4

Updated by Markus Klein over 9 years ago

  • Description updated (diff)
Actions #5

Updated by Markus Klein over 9 years ago

Can you maybe move this issue to the forum first
I guess you will receive more feedback than here on the bug tracker.

A quick question though:
http://localhost/t3/typo3_src-6.2.4/index.php?id=12
looks a bit strange.
What is the structure of your folder setup?
Do you access your BE with http://localhost/t3/typo3_src-6.2.4/typo3 or with http://localhost/t3/typo3/?
If the latter is the case, then you're accessing your FE with the wrong URL. (the core will calculate false path information)

Actions #6

Updated by Martin no-lastname-given over 9 years ago

Yes, I am using this : http://localhost/t3/typo3_src-6.2.4/index.php?id=12

I am using LAMPP on Linux mint 17 XFCE.

Actions #7

Updated by Markus Klein over 9 years ago

  • Status changed from New to Needs Feedback

Ok lets move this to the forum please. e.g. German one
http://forum.typo3.org/index.php/f/8/

Actions #8

Updated by Martin no-lastname-given over 9 years ago

Hi there,

the bug was not from Typo3 and it was not from a folder structure or a wrong URL.

The redirect after logout was not going because of a second felogin-plugin on a subpage, which I forgot to delete.

Now all works fine!

Actions #9

Updated by Markus Klein over 9 years ago

  • Status changed from Needs Feedback to Closed

Thanks for the feedback.

Actions

Also available in: Atom PDF