Bug #94624
closedCast $siteUrl to string
100%
Description
When creating a site configuration through CLI ( styleguide: bin/typo3 styleguide:generate frontend --create ) substr returns false so the following error is thrown
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
Updated by Gerrit Code Review over 3 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/70059
Updated by Gerrit Code Review over 3 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/70059
Updated by Gerrit Code Review over 3 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/70059
Updated by Gerrit Code Review over 3 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/70059
Updated by Anonymous over 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 906873a68d490d11461bc419c30ed8046cfb8baf.
Updated by Benjamin Franzke about 1 year ago
- Related to Bug #102409: Console Commands - rtrim() expects parameter 1 to be string, boolean given added