简体   繁体   中英

Error Sonata Classification Bundle

I have installed Classification bundle and also install its depends bundle, I have configured all steps from http://sonata-project.org/bundles/classification/master/doc/index.html But I have faced following error

PHP Fatal error: Class 'Application\\Sonata\\ClassificationBundle\\SonataClassificationBundle' not found in myproject\\app\\AppKernel.php in line PHP Stack trace:

I have also registered this bundle in AppKernal and Application bundle found in src source directory, can anyone has idea about it?

Thanks

I think you forgot to run the following command:

php app/console sonata:easy-extends:generate --dest=src SonataClassificationBundle

This will generate a bundle in your Application folder as it is mentioned in the documentation here: http://sonata-project.org/bundles/classification/master/doc/reference/installation.html

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