Project

General

Profile

Bug #94624

Updated by Jochen Roth almost 3 years ago

When creating a site configuration through CLI ( styleguide:    bin/typo3 styleguide:generate frontend --create ) substr returns false so the following error is thrown 

 <pre> 
 Uncaught TYPO3 Exception rtrim() expects parameter 1 to be string, bool given 
 thrown in file /Volumes/Development/typo3-dev/typo3conf/ext/styleguide/.Build/Web/typo3/sysext/core/Classes/Http/NormalizedParams.php 
 in line 837 
 </pre>

Back