Sylius / Sylius-Sandbox

[DEPRACATED] Sylius sandbox application, playground and testing place for Sylius and Symfony2 beginners.
Sylius.org
MIT License
76 stars 24 forks source link

php sandbox/console assetic:dump error #67

Closed Evgenas closed 11 years ago

Evgenas commented 11 years ago

I'm getting error:

[Symfony\Component\DependencyInjection\Exception\InactiveScopeException]
You cannot create a service ("request") of an inactive scope ("request").

assetic:dump [--watch] [--force] [--period="..."] [write_to]

when making "php sandbox/console assetic:dump"

pjedrzejewski commented 11 years ago

Can you confirm if updating vendors solved the issue?

Evgenas commented 11 years ago

Yes all is fine, not sure what was problem...first was tried setup sandbox on my CentOS, had issue with composer install, so was playing with it and after get it working was not able dump assetic...then cloned repo to other cpu with Ubuntu and somehow all is working there. Suppose messed composer dependencies

PS: just can notice issue with DataFixtures for Adresses

$address = $manager->create(); must be changed to $address = $addressManager->create(); at LoadAddressesData.php line 48

pjedrzejewski commented 11 years ago

Good catch, I'll fix it!