Bug #100083
closedException when creating a site with a digit number as identifier
100%
Description
When creating a site with only a digit number as idenifier, both the backend and frontend will crash because of a typing error.
TYPO3\CMS\Core\Configuration\SiteConfiguration::getSiteSettings(): Argument #1 ($siteIdentifier) must be of type string, int given, called in /var/www/html/typo3/sysext/core/Classes/Configuration/SiteConfiguration.php on line 150
You just need to open the site module, create a new site with 1 as identifier and TYPO3 will crash.
Updated by Gerrit Code Review over 1 year ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/78025
Updated by Gerrit Code Review over 1 year ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/78025
Updated by Gerrit Code Review over 1 year ago
Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/78025
Updated by Gerrit Code Review over 1 year ago
Patch set 4 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/78025
Updated by Gerrit Code Review over 1 year ago
Patch set 5 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/78025
Updated by Gerrit Code Review over 1 year ago
Patch set 6 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/78025
Updated by Christian Eßl over 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 7c9d34519b16e09d44c9e991e7d7f2a40a2cfeff.
Updated by Oliver Bartsch over 1 year ago
- Related to Bug #100502: Exception in UpgradeWizard when having a site identifier containing only digits added