Bug #18647
re-login to backend_old results in new backend
Status: | Resolved | Start date: | 2008-04-20 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | Chris topher | % Done: | 0% |
|
Category: | - | Spent time: | - | |
Target version: | - | |||
TYPO3 Version: | 4.2 | Is Regression: | ||
PHP Version: | 5.2 | Sprint Focus: | ||
Complexity: |
Description
In my localconf.php I have interfaces=backend_old.
When I login the first time, everything works fine.
When I open a new tab with the backend, the new design appears.
IE7 and FF2 tested
(issue imported from #M8167)
Related issues
History
#1 Updated by Steffen Kamper over 7 years ago
can't confirm this by testing
#2 Updated by Lars Mathwig over 7 years ago
when i change typo3/index.php line 145 redirectToURL to alt_main.php this will do the trick for me.
#3 Updated by Dani Eka about 7 years ago
Had same problem. Fix does work.
#4 Updated by Pascal no-lastname-given about 7 years ago
I am experiencing the same problem after an upgrade from 4.0.9 to 4.1.7 en from there (after running the update wizard) to 4.2.1.
interfaces = 'backend' results in the old interface and 'backend_old' in the new, 4.2 interface
These values do appear in the loginform in the hidden 'interface' field
workaround would be: use interfaces = backend_old if you want the new one and vice versa
#5 Updated by Martin Kutschker about 7 years ago
I can confirm this. Only the login will bring you to alt_main,php any other invocation of a URL with typo3/ will always redirect to backend.php.
Seems that the BE interface has to be stored in the session for later use.
#6 Updated by Chris topher about 5 years ago
After the old BE was removed in #22701:
Resolved no change required.