Project

General

Profile

Actions

Bug #24505

closed

$this->cObj->substituteMarkerArrayCached cuts my string

Added by Kurt Gusbeth almost 14 years ago. Updated almost 10 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2011-01-10
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.4
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

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)

Actions #1

Updated by Martin Mifsud over 13 years ago

  • Target version deleted (0)
Actions #2

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)?

Actions #3

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.

Actions

Also available in: Atom PDF