Tuurlijk / TYPO3.Homestead

One-stop Neos and TYPO3 development and review environment. Effortlessly test one site against multiple PHP versions and hhvm.
99 stars 17 forks source link

Missing user _cli_lowlevel #13

Closed ulrikkold closed 9 years ago

ulrikkold commented 9 years ago
TASK: [typo3 | typo3_console cache warmup] ************************************ 
failed: [default] => (item={'key': '7.1.cms.local.typo3.org', 'value': '7.1.*'}) => {"changed": true, "cmd": ["/var/www/7.1.cms.local.typo3.org/typo3cms", "cache:warmup"], "delta": "0:00:01.696698", "end": "2015-04-17 13:04:43.994085", "item": {"key": "7.1.cms.local.typo3.org", "value": "7.1.*"}, "rc": 3, "start": "2015-04-17 13:04:42.297387", "warnings": []}
stderr: ERROR: No backend user named "_cli_lowlevel" was found!

Is this supposed to happen? I'm guessing there should have been an SQL-file with a set of standard users, which should have been imported before warming up the cache? Or is the typo3_console feature not complete yet?

Tuurlijk commented 9 years ago

I can't reproduce this. I did a fresh build of a box this morning without any issues.

Tuurlijk commented 9 years ago

I have seen this happen when re-running composer on a site with an existing database. In this case it may help to remove both the database and the web files for that site. Then re-deploy.

ulrikkold commented 9 years ago

I'll try that when I find the time.

søn. 19. apr. 2015 10.27 skrev Michiel Roos notifications@github.com:

I have seen this happen when re-running composer on a site with an existing database. In this case it may help to remove both the database and the web files for that site. Then re-deploy.

— Reply to this email directly or view it on GitHub https://github.com/Tuurlijk/TYPO3.Homestead/issues/13#issuecomment-94251507 .

Tuurlijk commented 9 years ago

Please re-open if this is still an issue ;-)