Project

General

Profile

Actions

Bug #60644

closed

pi_linkTP_keepPIvars_url wont create working urls with Simulate Static Documents and custom GET vars

Added by Klaus Hinum over 9 years ago. Updated over 8 years ago.

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)

Actions #1

Updated by Klaus Hinum over 9 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.

Actions #2

Updated by Mathias Schreiber over 8 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

Also available in: Atom PDF