Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loading fixtures fails on LoadImagesData #188

Closed
PaddyLock opened this issue Jun 24, 2013 · 4 comments
Closed

Loading fixtures fails on LoadImagesData #188

PaddyLock opened this issue Jun 24, 2013 · 4 comments

Comments

@PaddyLock
Copy link

when loading fixtures LoadImagesData throws:

No filesystem register for name "sylius_image"
@arnolanglade
Copy link
Contributor

hi @PaddyLock,

How do you install Sylius, plz? Git clone or composer install? Have you got something like that in your config.yml :

knp_gaufrette:
    adapters:
        sylius_image:
            local:
                directory:  %kernel.root_dir%/../web/media/image
                create:     true
    filesystems:
        sylius_image:
            adapter: sylius_image

@PaddyLock
Copy link
Author

@Arn0d with composer

I have

knp_gaufrette:
    adapters:
        sylius_image:
            local:
                directory:  %kernel.root_dir%/../web/media/image
                create:     true
    filesystems:
        sylius_image:
            adapter: sylius_image

@PaddyLock
Copy link
Author

This bug seems to have resolved itself in a recent update

@arnolanglade
Copy link
Contributor

@PaddyLock : Update? an composer update? perhaps it was a problem with your cache... it had to be cleared...

pamil pushed a commit to pamil/Sylius that referenced this issue Mar 21, 2016
Fixed location for sylius models. (From Bundle to Component)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants