Actions
Task #95115
closedUse correct exception message if creating a url fails
Status:
Closed
Priority:
Should have
Assignee:
Category:
Code Cleanup
Target version:
Start date:
2021-09-06
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
At some places the exception
"The page xxx had no proper connection to a site, no link could be built."
is thrown but the reason might be different then having no proper site connection, e.g.
Parameter "tx_myextension_extension__item" for route "tx_extension_item_0" must match ".+" ("" given) to generate a corresponding URL.
which means e.g. the slug field is empty.
Actions