helhum / TYPO3-Distribution

A distribution package for TYPO3 CMS with added typo3_console support
81 stars 19 forks source link

Error Message while parsing dev.config.yml #14

Closed martinhummer closed 6 years ago

martinhummer commented 6 years ago

During installation i get the attached Error Message.

bildschirmfoto 2018-02-07 um 11 49 16

My solution is quoting line 25 in dev.config.yml transport_mbox_file: '%env(TYPO3_PATH_COMPOSER_ROOT)%/var/log/sent-mails.log'

helhum commented 6 years ago

Thanks fixed this now. I would nevertheless be interested in what version of symfony/yaml you were using when getting this error message (as I didn't get this before)

martinhummer commented 6 years ago

Thanks Helmut, it is working now! I'm using version 4.0.4 of symfony/yaml

bildschirmfoto 2018-02-15 um 09 43 41

One last request: At the moment I can not install the newest version including your fix via composer. Maybe due to a not updated version on packagist?

helhum commented 6 years ago

I'm using version 4.0.4 of symfony/yaml

ah, ok. version 4 seems to be more restrictive here

Maybe due to a not updated version on packagist

I tagged 8.2.1 for your convenience :)

martinhummer commented 6 years ago

Great, thank you!