David Gurk

Results 48 comments of David Gurk

As far as I can see, it currently not compatible. If you enable another workspace than the default, Frontend Editing won't work. @MattiasNilsson I'm not sure about the architecture, but...

Same problem here with TYPO3 v7.6.28 and current TYPO3 console. This simple patch would solve: > [ TYPO3\CMS\Core\Error\Exception ] > #1: Warning: in_array() expects parameter 2 to be array, null...

This issue is related with https://github.com/composer/satis/issues/492

Thanks for the link. You may add it to the page itself? And thank you again for sharing!

Today I stumbled over this fact, that the docs says `plainToClass`, even it's deprecated and replaced by `plainToInstance`.

Currently I have to use a shortterm solution: ``` # Delete form uploads after 1 day 0 * * * * find /absolute/path/to/typo3/web/typo3temp/MediaUpload/* -type f -mtime +1 -delete 0 *...

Hi @IchHabRecht . Since EXT:mask got a lot of updates since 2016, is this topic still as complex as you mentioned it at that time?