Actions
Bug #16316
closedAdmin panel does not work with simulate static documents enabled
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)
Updated by Michael Stucki about 18 years ago
This bug was fixed by Rupert Germann on April 14, 2006. It is fixed in TYPO3 4.0.1 and later.
Actions