Actions
Bug #60644
closedpi_linkTP_keepPIvars_url wont create working urls with Simulate Static Documents and custom GET vars
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2014-07-28
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
e.g. the call
$this->pi_linkTP_keepPIvars_url(array("test"=>$uid), 1, 1, $GLOBALS['TSFE']->id)
worked with 6.1 and is broken with 6.2. It creates a good looking url like
abc.199+M52ddde4d5d8.0.html
but the GET var is not transfered (locally) or the page is the 404 function is even called (production system)
Updated by Klaus Hinum over 10 years ago
Update, abgefragt wird die Variable dann mit
t3lib_div::_GP($name_of_the_extension);
ev klappt hier etwas nicht?
$_GET enthält jedoch auch nicht die übergebenen Variablen.
Updated by Mathias Schreiber about 9 years ago
- Status changed from New to Closed
Creating these links is the task of the extension simulateStatic which is not part of the core anymore.
Actions