سؤال

I get the following error in my doctrine generated module that I generated using

symfony doctrine:generate-module --generate-in-cache frontend module_name ModelName

I have tried clearing the cache.

Fatal error: Class '{Module Name}GeneratorConfiguration' not found

I changed the theme to use jroller which is installed and working on other generated modules and they work. Any ideas?

هل كانت مفيدة؟

المحلول

Apparently I had to create classes in lib for ModuleNameGeneratorConfiguration and ModuleNameGeneratorHelper and extend from the base classes

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top