Bug #24505
closed$this->cObj->substituteMarkerArrayCached cuts my string
0%
Description
Version: 4.4.6 (is not selectable).
When I use this code:
$addQueryString=array($this->prefixId.'[showUid]' => $this->getFieldContent('uid'), 'test' => TRUE);
$tempUrl = $this->pi_getPageLink(
$pid,
'',
$addQueryString
);
echo $tempUrl;
$wrappedSubpartArray['###LINK_ITEM###'] = array('<a href="'.$tempUrl .'>','</a>');
return $this->cObj->substituteMarkerArrayCached($item_single,$markerArray,$subpartArray,$wrappedSubpartArray);
echo says:
mypage.html?tx_myext_pi1%5BshowUid%5D=1&test=1
Thats OK, but the returned HTML of substituteMarkerArrayCached containts shorten links:
<a href="mypage.html?tx_myext_pi1%5BshowUid%5D">my link</a>
This link is not useable!
(issue imported from #M16955)
Updated by Alexander Opitz about 10 years ago
- Description updated (diff)
- Status changed from New to Needs Feedback
- TYPO3 Version set to 4.4
- Is Regression set to No
Hi,
as this issue is very old. Does the problem still exists within newer versions of TYPO3 CMS (6.2.4)?
Updated by Alexander Opitz almost 10 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.