Advertisement
Guest User

Untitled

a guest
Dec 4th, 2019
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 KB | None | 0 0
  1. PHP Fatal error: Uncaught Symfony\Component\Debug\Exception\ClassNotFoundException: Attempted to load class "DoctrineFixturesBundle" from namespace "Doctrine\Bundle\FixturesBundle".
  2.  
  3. Did you forget a "use" statement for another namespace? in /tmp/build_3ac4ddc4f69b0e8164cef8554cac9f16/app/AppKernel.php:30
  4.  
  5. Stack trace:
  6.  
  7. #0 /tmp/build_3ac4ddc4f69b0e8164cef8554cac9f16/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php(493): AppKernel->registerBundles()
  8.  
  9. #1 /tmp/build_3ac4ddc4f69b0e8164cef8554cac9f16/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php(132): Symfony\Component\HttpKernel\Kernel->initializeBundles()
  10.  
  11. #2 /tmp/build_3ac4ddc4f69b0e8164cef8554cac9f16/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Console/Application.php(64): Symfony\Component\HttpKernel\Kernel->boot()
  12.  
  13. #3 /tmp/build_3ac4ddc4f69b0e8164cef8554cac9f16/vendor/symfony/symfony/src/Symfony/Component/Console/Application.php(148): Symfony\Bundle\FrameworkBundle\Console\Application->doRun(Object(Symfony\Component\Console\Input in /tmp/build_3ac4ddc4f69b0e8164cef8554cac9f16/app/AppKernel.php on line 30
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement