Error.. Help me please

  • Whoops, looks like something went wrong.



    1/1 ClassNotFoundException:
    Attempted to load class "RaulFraileLadybugBundle" from namespace
    "RaulFraile\Bundle\LadybugBundle" in
    /var/www/bla/data/www/blabla.bla/application/AppKernel.php line 60. Do
    you need to "use" it from another namespace?




    1. in /var/www/bla/data/www/blabla.bla/application/AppKernel.php line 60


    constantly out this error, what caused it?




  • 2 Comments sorted by
  • ver 4.4.4
  • When you're getting this error it means you are running the site in development mode and you don't have development dependencies installed.

    You can either:

    1. Set the site to production mode. Remove the line SetEnv APPLICATION_ENV "development" and restart your apache.

    2. Or install the dev dependencies with: php composer.phar update
    Post edited by Mischa Gorinskat at 2015-08-14 06:27:16