Bug #16838
closedHash character in external Link URL
0%
Description
I tried to set a link to an anker with the hash character in the editors link function. In the link dialog I set the External URL to http://#
I know that it's not working, but after saving, the following error occured in the backend and frontend:
Warning: parse_url(http://#): Unable to parse url in /var/www/typo3/typo3_src-4.0.4/t3lib/class.t3lib_parsehtml_proc.php on line 1510
Warning: parse_url(http://#): Unable to parse url in /var/www/typo3/typo3_src-4.0.4/t3lib/class.t3lib_softrefproc.php on line 643
Warning: Cannot modify header information - headers already sent by (output started at /var/www/typo3/typo3_src-4.0.4/t3lib/class.t3lib_parsehtml_proc.php:1510) in /var/www/typo3/typo3_src-4.0.4/typo3/template.php on line 613
(issue imported from #M4751)
Updated by Oliver Hader almost 18 years ago
http://# is not a valid URL at all.
Where are you missing this feature to set a link to a <a name="something"> anchor? For regular content elements (tt_content), pages, etc.?
Updated by Martin Kutschker almost 18 years ago
I think he complained that parse_url() wans't called as @parse_url() to suppress those warnings.
Updated by Alexander Opitz over 11 years ago
- Status changed from New to Needs Feedback
- Target version deleted (
0) - PHP Version deleted (
4)
The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?
Updated by Alexander Opitz about 11 years ago
- Status changed from Needs Feedback to Closed
No feedback for over 90 days.