Bug #18647
closedre-login to backend_old results in new backend
0%
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)
Updated by Lars Mathwig over 16 years ago
when i change typo3/index.php line 145 redirectToURL to alt_main.php this will do the trick for me.
Updated by Pascal no-lastname-given over 16 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
Updated by Martin Kutschker over 16 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.
Updated by Chris topher over 14 years ago
After the old BE was removed in #22701:
Resolved no change required.