Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixtures не загружаются #2

Open
porcelanosa opened this issue Apr 27, 2016 · 4 comments
Open

Fixtures не загружаются #2

porcelanosa opened this issue Apr 27, 2016 · 4 comments

Comments

@porcelanosa
Copy link

В Windows надо убрать кавычки в команде - и вокруг звёздочки и вокруг пути
php yii fixture/load * --namespace=app\fixtures

P.S. Используется OpenServer и PHP7

@vlad-74
Copy link

vlad-74 commented Jan 10, 2017

  1. у меня OpenServer и PHP 5.4
  2. Главное - все заработало (php yii fixture/load * --namespace=app\fixtures) после того как убрал пароль в config\db.php
  3. Автор конечно мАлАДеЦ. Семь потов сошло пока получил рабочий сайт.

@vlad-74
Copy link

vlad-74 commented Jan 10, 2017

'yii\db\Connection', 'dsn' => 'mysql:host=localhost;dbname=yii2basic', 'username' => 'root', 'password' => '', 'charset' => 'utf8', ];

@wertex
Copy link

wertex commented Aug 27, 2017

У меня тоже не сработали. Пришлось сначала грузить Tag, а уже после этого смогу прогрузиться ProductTag

@olegagapov
Copy link

      php yii fixture/load "*" --namespace="app\fixtures"

not php yii fixture/load '*' --namespace='app\fixtures'
( " ) not ( ' )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants