我有一堆Phinx种子曾经运行良好
https://github.com/davidpersson/queue
我的种子位于php vendor/bin/phinx seed:run
文件夹
我最近将我的VM升级到php 7.0(也升级到16.04 LTS盒子),现在我得到以下输出&我尝试运行phinx种子时出错:
var/www/html/db/seeds
重申一下,种子运行良好,升级到php 7.0,现在却没有。
然而,迁移仍然可以完全正常运行。
我已经删除了所有种子栏:
ubuntu@ubuntu-xenial:/var/www/html$ sudo vendor/bin/phinx seed:run
Phinx by Rob Morgan - https://phinx.org. version 0.5.4
using config file ./phinx.yml
using config parser yaml
using migration path /var/www/html/db/migrations
using seed path /var/www/html/db/seeds
warning no environment specified, defaulting to: development
using adapter mysql
using database closecall
[InvalidArgumentException]
The seed class "" does not exist
要进行调试,仍会出现相同的错误。
答案 0 :(得分:0)
尝试:
php vendor/bin/phinx seed:run -s CategorySeeder