Bug #37431
closedTYPO3 Backend-Link in admin panel partially broken.
0%
Description
Following situation:
1. $TYPO3_CONF_VARS['BE']['interfaces'] = 'backend,frontend'; is activated in localconf.php
2. Login directly to frontend. I will be redirected correctly and I see the admin panel.
3. Clicking on the "open TYPO3-Backend" a new window opens with my webpage again. I won't be redirected to the backend.
Reason:
in class.t3lib_befunc.php on line 4834 the function getBackendScript() - called in class.tslib_adminpanel.php on line 574 - will return '../.' in this case.
Possible solutions:
1. add backend.php manually in line 574 in class.tslib_adminpanel.php and remove the method getBackendScript()
2. add parameter 'backend' in line 574 when calling method getBackendScript(). ( t3lib_BEfunc::getBackendScript('backend') )
Cheers,
Mischa.
Updated by Mathias Schreiber almost 10 years ago
- Target version set to 7.2 (Frontend)
- Is Regression set to No
Updated by Benni Mack over 9 years ago
- Target version changed from 7.2 (Frontend) to 7.4 (Backend)
Updated by Susanne Moog over 9 years ago
- Target version changed from 7.4 (Backend) to 7.5
Updated by Benni Mack about 9 years ago
- Status changed from New to Needs Feedback
- Target version deleted (
7.5)
This is fixed in CMS7, could you please reconfirm? thanks.
Updated by Riccardo De Contardi almost 9 years ago
- Status changed from Needs Feedback to Closed
No feedback within the last 90 days => closing this issue.
If you think that this is the wrong decision or experience this issue again, then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.
Thank you