views:

35

answers:

1

Hi volks,

I copied my sources from my lokal dev (everything works fine) to my repository and from there I did a checkout on my remote dev.

Now when I try to build everything I get this error:

devel:/var/www/myproject# ./symfony doc:build-model

doctrine generating model classes file+ /tmp/doctrine_schema_48726.yml

Warning: file_get_contents(/var/www/myproject/lib/model/doctrine//base/BaseAdvert.class.php): failed to open stream: No such file or directory in /var/www/myproject/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/task/sfDoctrineBuildModelTask.class.php on line 77

Do you know what the problem could be?

Thx for your answers :)

A: 

I now just removed the package definitions in the schema files, now it works. Doctrine seems to have problem with it. :-/