This repository has been archived by the owner on May 30, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 43
while installation Store not found. #681
Labels
Comments
Would be nice to have the log :) |
+1 |
i have same problem. pls help |
Hi i had the same problem and i solved it by creating the store line in phpmyadmin. You have to create a currency and a language before. |
resolution: here |
To solve this error, use this command-> php app/console doctrine:fixtures:load --fixtures="src/Elcodi/Fixtures" --no-interaction |
@cristhianbarros Thanks, your contribution helped me a lot. I still had an issue because plugins weren't loaded, so I had to use these commands: php app/console doctrine:fixtures:load --fixtures="src/Elcodi/Fixtures" --fixtures="src/Elcodi/Plugin" --no-interaction`
php app/console elcodi:plugins:load |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
i working on windows 10
while installation in composer this exception appear
this is copied form composer
[InvalidArgumentException]
Could not find any fixtures to load in:
Installing assets for Elcodi\Plugin\StripeBundle into web/bundles/elcodistripe
Installing assets for Elcodi\Plugin\CustomShippingBundle into web/bundles/elcodicustomshipping
Installing assets for Elcodi\Plugin\BankwireBundle into web/bundles/elcodibankwire
Installing assets for Sensio\Bundle\DistributionBundle into web/bundles/sensiodistribution
[Elcodi\Component\Store\Exception\StoreNotFoundException]
Store not found.
assetic:dump [--forks FORKS] [--watch] [--force] [--period PERIOD] [--] [<write_to>]
[elcodi] Command finished in 244199 milliseconds
[elcodi] Max memory used: 83623936 bytes
The text was updated successfully, but these errors were encountered: