Project

General

Profile

Bug #89342

Updated by Markus Klein over 4 years ago

After installing current master i get the following exception 

 <pre> 
 (1/2) Symfony\Component\DependencyInjection\Exception\InvalidArgumentException 
 The file "/home/www/dev10/www/public/typo3/sysext/core/Configuration//Services.yaml" does not contain valid YAML: Unexpected characters near " # Core caches, cache.core and cache.assets are injected as early # entries in TYPO3\CMS\Core\Core\Bootstrap and therefore omitted here" at line 40 (near "# entries in TYPO3\CMS\Core\Core\Bootstrap and therefore omitted here"). 
 </pre> 

 This is caused if both lines are present 

   
   # Core caches, cache.core and cache.assets are injected as early 
   # entries in TYPO3\CMS\Core\Core\Bootstrap and therefore omitted here 

 If I i delete either one of them the parsing processes as expected. So i assume that the yaml parser does not like two comment lines after another.

Back