Actions
Bug #71361
closedfluid link.typolink crashes in Backend with page links
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Fluid
Target version:
-
Start date:
2015-11-06
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
When using Fluid's <f:link.typolink>
in backend preview of content elements, I get a fatal error when the parameter
attribute is a page ID.
It works fine for full URLs or absolute paths like "http://example.org/" or "/example".
Error message:
Fatal error: Call to a member function getPage_noCheck() on null in .../typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php on line 6094
Actions