Bug #33410
Production Settings.yaml.example is not useable as is
| Status: | Resolved | Start date: | 2012-01-24 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Christian Mueller | % Done: | 100% |
|
| Category: | - | |||
| Target version: | 1.0.5 | |||
| FLOW3 version affected: | Git master | |||
| Votes: | 0 |
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.
Associated revisions
[BUGFIX] Make Settings.yaml.example a working example
With this change the Settings.yaml.example can be used as is,
because the key "doctrine" is commented out now.
Fixes: #33410
Change-Id: I86642e462046f0920532dc89157bb86a9a8ec9c4
Releases: 1.0,1.1
[BUGFIX] Make Settings.yaml.example a working example
With this change the Settings.yaml.example can be used as is,
because the key "doctrine" is commented out now.
Change-Id: I0a5cb4b4b534f9ff2a37ab215d777b36e5ff69df
Fixes: #33410
Releases: 1.0, 1.1
History
Updated by Gerrit Code Review over 1 year 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 Karsten Dambekalns about 1 year ago
- Target version set to 1.0.4
Updated by Gerrit Code Review about 1 year 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 Karsten Dambekalns about 1 year ago
- Target version changed from 1.0.4 to 1.0.5
Updated by Gerrit Code Review about 1 year 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 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100