简体   繁体   中英

Symfony 2 fatal error

I´m learning Symfony 2. I was doing this tutorial: http://symfony.com/doc/current/book/page_creation.html 1 : http://symfony.com/doc/current/book/page_creation.html but I still have the same problem. After I made Hello Symfony Page, it shows me this:

FatalErrorException: Error: Class 'Acme\\HelloBundle\\AcmeHelloBundle' not found in /data/web/virtuals/48565/virtual/www/domains/kozusnikjan.com/Symfony/app/AppKernel.php line 19

What to do with it? link

Did you remove the default AcmeHelloBundle? It seems like files are missing but AppKernel still tries to load them anyway.

Try either reverting AcmeHelloBundle files or removing bundle from AppKernel ...

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM