Claus Due

Results 293 comments of Claus Due

It turns out this may not be easy to actually solve - instead, it may be necessary to catch and swallow exceptions about unresolvable files and simply skip those files....

> Pattern Lab's edition architecture can be confusing. Pattern Lab's architecture as a whole *is* confusing, no offence. I'd like to add an anecdote here. I've been creating a separate...

Hey @bradfrost - thanks for answering. Not to clog up the thread with meta, but I certainly didn't mean any disrespect to you guys who maintain the project. I'm both...

First issue is solved by https://github.com/FluidTYPO3/flux/commit/843526a2e4722d002254ea6e8be367d04e1e0e27. Second issue will be investigated. Third issue: can you provide additional information on how to reproduce? This is not occurring in my 10.4 setup....

@instruccionesaldorso @bahammes The second issue _may_ be fixable by ensuring that ENV `TYPO3_PATH_ROOT` is defined when you call your CLI scripts. The problem is that TYPO3 makes an assumption that...

In the future, ViewHelper references are updated automatically and can be found on https://docs.typo3.org/p/fluidtypo3/vhs/6.1/en-us/ (select your version in the left menu). A fully automated solution has been implemented - after...

This is line 239 in `dev-development`: https://github.com/FluidTYPO3/vhs/blob/development/Classes/ViewHelpers/Content/AbstractContentViewHelper.php#L239C63-L239C63 That code would not raise the error in question. And the statement that _might_ raise the error is guarded by an `isset()` check....

Solved in `dev-development`. VHS 6.1.x will no longer be updated.

@andreknieriem You can either use `dev-development` temporarily as composer constraint for the dependency. Or you can apply a specific patch with `composer-patches`. Or you can wait for the next VHS...

Fixed by https://github.com/FluidTYPO3/vhs/commit/169a6112fb4625a86c5bcb3b05a7c3b7df361d77