[Owncloud] Class 'Symfony\Component\Routing\RequestContext' not found
Bart Visscher
bartv at thisnet.nl
Sat Oct 27 13:38:34 UTC 2012
Hello,
Did you get this error after pulling in the new master?
Then you need to run composer, this will pull in the dependencies which
will fix this. There is a version of composer in owncloud core, or
install it from your package-management or from the source:
http://getcomposer.org/doc/00-intro.md
after that you can resolve the dependencies with:
composer install
or
php 3rdparty/bin/composer install
after this
composer update
will update any missing or older dependencies
Bart
More information about the Owncloud
mailing list