【发布时间】:2013-06-23 10:22:32
【问题描述】:
我正在尝试使用网络安装程序将固定装置加载到我的 Sylius 安装中。如果我不检查负载装置框,它工作正常,但如果它被选中,我会进入这个页面:
http://localhost/app_dev.php/installer/flow/sylius_installer/setup/forward
并得到一个错误。我已经尝试了 2 个不同版本的 fzaninotto/faker
在 composer.json 中使用"fzaninotto/faker": "1.1.*",,我得到:
Unknown formatter "randomFloat"
在 composer.json 中使用"fzaninotto/faker": "dev-master",,我得到:
Warning: array_keys() expects parameter 1 to be array, object given in {webroot}\vendor\fzaninotto\faker\src\Faker\Provider\Base.php line 127
我也尝试在命令提示符下运行安装程序,但出现不同的错误:
php app/console sylius:install --fixtures
[RuntimeException]
The "--fixtures" option does not exist.
我可能有错误的命令,但这是我在几个地方看到的。
任何建议将不胜感激。
【问题讨论】:
-
我终于安装了它并在这里发布了我所做的:stackoverflow.com/questions/17458978/…