Project

General

Profile

Actions

Bug #16316

closed

Admin panel does not work with simulate static documents enabled

Added by old_beko over 18 years ago. Updated over 17 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2006-07-03
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

The admin panel does not work with simulate static documents enabled. That is because the form action on a page like 123.html is resolved as index.php and no id GET parameter is present that could set the right hidden fields. This results in loading the first page with type=0 when using the admin panel, e.g. clicking on the update button.

class.t3lib_tsfebeuserauth.php @ line 189

dirty workaround: use t3lib_div::getIndpEnv('REQUEST_URI') again instead of t3lib_div::getIndpEnv('SCRIPT_NAME')
(issue imported from #M3785)

Actions

Also available in: Atom PDF