Bug #33410
Production Settings.yaml.example is not useable as is
100%
Description
The Production context Settings.yaml.example contains the following lines:
TYPO3:
FLOW3:
persistence:
backendOptions:
dbname: 'quickstart' # adjust to your database name
user: '' # adjust to your database user
password: '' # adjust to your database password
doctrine:
# If you have APC, you should consider using it for Production,
# also MemcacheCache and XcacheCache exist.
# cacheImplementation: 'Doctrine\Common\Cache\ApcCache'
If used as is this will clean the doctrine settings as everything below doctrine is commented out, so an empty value is assigned. This leads to unsuspected errors that are difficult to track down to this.
A safe example should have the doctrine key commented out too.
Updated by Gerrit Code Review over 10 years ago
- Status changed from Accepted to Under Review
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/8673
Updated by Gerrit Code Review about 10 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/8673
Updated by Gerrit Code Review about 10 years ago
Patch set 1 for branch FLOW3-1.0 has been pushed to the review server.
It is available at http://review.typo3.org/10754
Updated by Karsten Dambekalns about 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100