Helmut Hummel
Helmut Hummel
@optior @devkoa I don't quite understand your setup and can't reproduce it in any of my setups. Can you also debug and post the directory name that is passed to...
@optior that setup won't start for me for other reasons: ``` failed to solve: rpc error: code = Unknown desc = failed to solve with frontend dockerfile.v0: failed to create...
To me this does not seem to be a TYPO3 Console issue, but seems to be something wrong within your docker setup. The code errors out during an operation that...
Big thank you for your investigations so far!
@dersimn this also happens, when using `typo3 cache:flush` right? Because this binary executes exactly the same code for flushing cache, I'm wondering how this might become better documented and if...
@buepro Do I understand it correctly, that your expectation is, that after `typo3cms install:setup` everything should be working, but you additionally need to execute `typo3 extension:setup` to get everything working?...
Again: could the second command also be `typo3cms extension:setup`?
Also: what exactly is the root composer.json you are using? could you provide one so I'm able to reproduce what you are observing?
> No, the second command could not be `typo3cms extension:setup`. If using `typo3cms extension:setup` the relations get lost. To reproduce the behaviour the following can be used: > > *...
Thanks for looking into this! > * If you divide `new_price / old_price`, you get the price increase, a unitless number usually represented as percentage. > * If you divide...