Errata
If you find an error in the book, please let us know by completing the Apress Errata Submission form.
Code for the Guides can be found in the TYPO3 Guidebook code repository on GitHub.
Chapter 6 Guide 2: Creating your first TYPO3 site
Page 180
In the TypoScript there is one 's' too many. It should be "partialRootPaths" without an 's', not "partialsRootPaths".
10.partialRootPaths.10 = {$page.templates.partialRootPath}
Chapter 9 Guide 5: Creating your first stand-alone extension
Page 250
The namespace should be "PromotionTourWebsite" instead of "Example".
\Example\PromotionEvents\Controller\EventsController::class => 'upcoming,detail'
should be:
\PromotionTourWebsite\PromotionEvents\Controller\EventsController::class => 'upcoming,detail'
Chapter 11 Guide 7: Translating your site
Page 279
In the TypoScript there is one 's' too many. It should be "partialRootPaths" without an 's', not "partialsRootPaths".
10.partialRootPaths.10 = {$page.templates.partialRootPath}