Claus Due

Results 245 comments of Claus Due

Please check if the following changes the behavior: * Hit the page in FE with show hidden enabled to get the error * In BE, flush all caches * Hit...

Possible workaround - change: ```xml {images.0.alternative} ``` To: ```xml {images.0.alternative} ``` This should prevent querying the PageRepository to load the record (and avoids an additional SQL request so it's recommended...

There may be two possible causes that I can see: 1. `frontend_editing` sets `fePreview = 0` on TSFE and this may override the Visibility Aspect (source: https://github.com/FriendsOfTYPO3/frontend_editing/blob/master/Classes/Hook/FrontendEditingInitializationHook.php#L116). Setting this value...

Yep the workaround solves it by avoiding PageRepository - but other third party code may be equally affected if it tries to read records via TSFE->sys_page which appears to be...

> The improved error message remains. At the very least this has to be converted to a ViewHelper Exception. The bad part is that introducing new exceptions means the next...

> Is there a plan when such a release will happen? No solid plan but I would at the very least expect it to not happen until it absolutely has...

Not an unreasonable request given the use case. @bjo3rnf and @cedricziel what do you guys think? Shall we restore this or are we somehow prevented from that by the APIs...

If you can, please take care of the failing test. The security VH test case uses `stdClass` and will now need to use a mock of `TypoScriptFrontendController` instead, which mocks...

> RootlineUtility is backward compatible. Including on TYPO3 8.7?

> Is anyone still working on this extension? Yes. > #1508 (comment) says a pull request speeds up fixing this absolutely trivial task. While it might *look* trivial to you,...