-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Can't load fixtures #386
Comments
I tried : php app/console doctrine:fixtures:load -e=dev my outputs are the same : Careful, database will be purged. Do you want to continue Y/N ?Y
But it's the same I have no data |
I believe it's the INTL/ICU extension. Had the same problem at the LoadProductsData step. |
^ this. |
I did sudo port install php5-intl to install my intl, it's too old ? |
you should be able to upgrade your server easily, if not there is another solution in the symfony2 documentation on how to specify a lower icu or intl extension version. I have done it in several other projects where shared hosting was the only option and they did not have the latest version. |
I use MAMP and it's a bit hard to upgrade it (or maybe I'm juste a newbie :p) Actually I have PHP 5.4.10 and ICU 51.2 I just don't know which version I have to use |
run sylius in the vagrant box |
I have the same exact problem, how could we solve it without using vagrant ? |
Yeah same for me, I don't know what is vagrant box |
I have no more problem now, i think is just due to the fact I do a composer self-update and then a "composer update" for dependencies :) |
Seems kind of releated to #32. |
Is this still a problem? I guess if there is one, we should probably add some note or add requirement about Icu/Intl version required by Sylius to run demo smothly. |
Yes, i am facing this issue today itself. |
Me too can not install sylius and fixtures date during error: |
fix Resource Bundle configuration tree
Hi,
I installed Sylius but I have no data in my database.
Here my outputs :
The text was updated successfully, but these errors were encountered: