Project

General

Profile

Actions

Bug #37431

closed

TYPO3 Backend-Link in admin panel partially broken.

Added by Mischa Heissmann almost 12 years ago. Updated over 8 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2012-05-23
Due date:
% Done:

0%

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

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.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #50364: AdminPanel: Link called "Open TYPO3 Backend" opens FrontEnd in new windowClosed2013-07-24

Actions
Actions #1

Updated by Mathias Schreiber over 9 years ago

  • Target version set to 7.2 (Frontend)
  • Is Regression set to No
Actions #2

Updated by Benni Mack almost 9 years ago

  • Target version changed from 7.2 (Frontend) to 7.4 (Backend)
Actions #3

Updated by Susanne Moog almost 9 years ago

  • Target version changed from 7.4 (Backend) to 7.5
Actions #4

Updated by Benni Mack over 8 years ago

  • Status changed from New to Needs Feedback
  • Target version deleted (7.5)

This is fixed in CMS7, could you please reconfirm? thanks.

Actions #5

Updated by Riccardo De Contardi over 8 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

Actions

Also available in: Atom PDF