Skip to content
This repository has been archived by the owner on May 30, 2019. It is now read-only.

while installation Store not found. #681

Open
youssefsimon opened this issue Feb 2, 2016 · 7 comments
Open

while installation Store not found. #681

youssefsimon opened this issue Feb 2, 2016 · 7 comments

Comments

@youssefsimon
Copy link

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:

  • C:wampwwamoTesstpp/../src/Elcodi/Plugin/
  • C:wampwwamoTesstpp/../src/Elcodi/Fixtures

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

elcodi-exception1
elcodi-exception2

@mmoreram
Copy link
Contributor

mmoreram commented Feb 5, 2016

Would be nice to have the log :)

@mkarakeh
Copy link

mkarakeh commented Feb 5, 2016

+1

@erixo964
Copy link

i have same problem. pls help
http://prntscr.com/a40wf8
http://prntscr.com/a40wo4

@fbaldo31
Copy link

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.

@martinknor
Copy link

resolution: here

@cristhianbarros
Copy link

To solve this error, use this command-> php app/console doctrine:fixtures:load --fixtures="src/Elcodi/Fixtures" --no-interaction

@AcelisWeaven
Copy link

AcelisWeaven commented Jun 24, 2016

@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.
Projects
None yet
Development

No branches or pull requests

8 participants