Bug #17288
closedparse_url error message in frontend and backend
0%
Description
after copy & paste some content into rte and saving it, i get these error message:
Warning: parse_url(mailbox:///C%7C/Dokumente%20und%20Einstellungen/user/Anwendungsdaten/Thunderbird/Profiles/abc547gg.default/Mail/Local%20Folders/Inbox?number=42103233): Unable to parse url in /typo3_src-4.1.1/typo3/sysext/cms/tslib/class.tslib_content.php on line 5093
Warning: parse_url(mailbox:///C%7C/Dokumente%20und%20Einstellungen/user/Anwendungsdaten/Thunderbird/Profiles/abc547gg.default/Mail/Local%20Folders/Inbox?number=42103233): Unable to parse url in /typo3_src-4.1.1/typo3/sysext/cms/tslib/class.tslib_content.php on line 5093
there is an link with that the url in that document.
or is it an miss-configuration?
i think, the links should be deleted by the rte or typo3?
any hint?
thanks,
martin
(issue imported from #M5591)
Updated by Martin Kutschker over 17 years ago
The problem is that you pasted a proprietary URL protocol (mailbox:) which parse_url doesn't understand. The code could be changed to disable warning output, but that's all.
Out of curiosity: how were you able to create such a link?
Updated by Martin Holtz over 17 years ago
copy & paste from thunderbird.
there were some links in it, i didnt seen the mail myself
Updated by Alexander Opitz over 11 years ago
- Category deleted (
Communication) - Status changed from New to Needs Feedback
- Target version deleted (
0)
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.