Task #32837
Blog App not work after inital checkout
| Status: | New | Start date: | 2011-12-27 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Votes: | 0 |
Description
Changes:
In Settings.yml
@
FLOW3:
persistence:
backendOptions:
dbname: 'blog' # adjust to your database name
user: 'root' # adjust to your database user
password: '' # adjust to your database password
to:
TYPO3:
FLOW3:
persistence:
backendOptions:
dbname: 'blog' # adjust to your database name
user: 'root' # adjust to your database user
password: '' # adjust to your database password
@
And the FLOW3 Package updated to master.
With the current FLOW3 version setup manager is not working because the logout Problem is in this branch.
After an: git checkout master --force it is running.