Actions
Bug #16465
closedLink from Google AdWords fails due to wrong alias handling
Start date:
2006-08-14
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Google AdWords adds parameter to the destination URL to help site owners identify visits from AdWords. Here is how it looks like:
http://berni.calis.lv/?gclid=COjNhtPk3oYCFQZWMAodOVur4w
This link does not work in typo3 byt shows error message:
/?gclid=COjNhtPk3oYCFQZWMAodOVur4w: not found. The requested page alias does not exist
This happens because setIDfromArgV() function in tslib_fe incorrectly assumes that query string always contains ampersand character amd this character always separates alias from parameters. The attached patch fixes the problem.
(issue imported from #M4037)
Files
Updated by Jan Kornblum about 9 years ago
I've got the same problem, 8 years later ;) Are there any additional infos?
Actions