Actions
Bug #23514
closedparse_url errors from tslib_content
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-09-07
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If for some reason $parts0 is empty, an invalid expression is passed to parse_url, resulting in an uncaught warning exception (flooding sys_log).
The attached patch checks for non-emptiness before calling parse_url.
(issue imported from #M15658)
Files
Updated by Ernesto Baschny almost 14 years ago
Please consider giving more information, as mentioned already in the core-list (Francois and Jigal). Without it, we won't be able to reproduce or recognize where the error comes from.
When you have more input, please open another issue.
Thanks!
Actions