was not found in the chain configured namespaces symfony2 500 internal server error production only in env

587 views Asked by At

my production server is returning a 500 internal server error and the error in app/logs/prod.log states:

The class 'Webfoam\bundlenameZ\Entity\Page' was not found in the chain configured namespaces

  Webfoam\bundlenameX\Entity, 
  Webfoam\bundlenameY\Entity, 
  AnotherWeb\WebBundle\Entity, 
  ThisisAnother\AnotherBundle\Entity

  at doctrine/common/lib/Doctrine/Common/Persistence/Mapping/MappingException.php line 37

when i visit mysites app_dev.php I don't see any error and my orm mapping is set to automapping true.

(I don't have access to the php server I can't write console commands)

0

There are 0 answers