Bug #44602
Update YAML schemas to latest changes
100%
Description
Currently
./flow configuration:validate --type Settings
and
./flow configuration:validate --type Objects
Return errors for Flow configuration.
The respective schemas need to be adjusted to recent changes
Files
Updated by Bastian Waidelich about 8 years ago
- Status changed from Accepted to Resolved
- % Done changed from 0 to 100
Applied in changeset 911e281962d0c2312d0718daa29a8c8d44bce064.
Updated by Michael Klapper about 8 years ago
- File composer.lock composer.lock added
I still get the following errors on a fresh composer based installation:
./flow configuration:validate --type Objects
...
1 errors were found:
- TYPO3.Flow.TYPO3\Flow\Session\SessionInterface.factoryMethodName -> This property is not allowed here, check the spelling if you think it belongs here.
./flow configuration:validate --type Settings
...
5 errors were found:
- TYPO3.Flow.session -> Property PhpSession is required
- TYPO3.Flow.session.name -> This property is not allowed here, check the spelling if you think it belongs here.
- TYPO3.Flow.session.garbageCollectionProbability -> This property is not allowed here, check the spelling if you think it belongs here.
- TYPO3.Flow.session.cookie -> This property is not allowed here, check the spelling if you think it belongs here.
- TYPO3.Flow.error.exceptionHandler.defaultRenderingOptions -> This property is not allowed here, check the spelling if you think it belongs here.
What should I do to solve this messages?
Cheers,
Mick
Updated by Bastian Waidelich about 8 years ago
Michael Klapper wrote:
I still get the following errors on a fresh composer based installation [...]
Those are exactly the errors that this patch should fix. Are you sure you have the latest version including 911e281962d0c2312d0718daa29a8c8d44bce064 ?
Updated by Michael Klapper about 8 years ago
For some reason I got an previous version of Flow by installing a fresh instance using composer.
However, I run composer update and validated the settings again - the configuration is valid!
Updated by Gerrit Code Review almost 8 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch 2.0 has been pushed to the review server.
It is available at https://review.typo3.org/17863
Updated by Bastian Waidelich almost 8 years ago
- Status changed from Under Review to Resolved
Applied in changeset 7a41f8bd5fc5bdbcb05f9f424add621a0fa5f6dc.