Closed ghost closed 12 years ago
Thx for reporting, the issue was fixed
There's still a little quirk:
Generating autoload files PHP Fatal error: Class 'Mopa\Bundle\BootstrapBundle\MopaBootstrapBundle' not found in $/vespolina-sandbox/app/AppKernel.php on line 18
Fatal error: Class 'Mopa\Bundle\BootstrapBundle\MopaBootstrapBundle' not found in $/vespolina-sandbox/app/AppKernel.php on line 18 PHP Fatal error: Class 'Mopa\Bundle\BootstrapBundle\MopaBootstrapBundle' not found in $/vespolina-sandbox/app/AppKernel.php on line 18
Fatal error: Class 'Mopa\Bundle\BootstrapBundle\MopaBootstrapBundle' not found in $/vespolina-sandbox/app/AppKernel.php on line 18
running php composer.phar -v install
Maybe the namespace in file vendor/mopa/bootstrap-bundle/Mopa/Bundle/BootstrapBundle/MopaBootstrapBundle should be namespace Mopa\Bundle\BootstrapBundle rahter then namespace Mopa\BootstrapBundle;
Check also the Bundle-File MopaBootstrapBundle to correct the use-directive for Bundle and Compiler Pass-Class
for my local installation that fix works fine
actually the composer.lock was pointing to an "old" mopa bootstrap bundle. I've updated that file and it is working now fine here: composer is now loading the latest bootstrap bundle
following the installation steps, trying to install required packages via composer:
php composer.phar install Installing from lock file
[LogicException]
Can not find "doctrine/doctrine-workflow-dev-master" package in registered repositories
deleting the composer.lock and retry:
php composer.phar install Installing dependencies Your requirements could not be solved to an installable set of packages.
Setup of vespolin-sandbox failed