symfony 1.4: doctrine build model warning
Posted
by tigerstyle
on Stack Overflow
See other posts from Stack Overflow
or by tigerstyle
Published on 2010-06-17T15:43:13Z
Indexed on
2010/06/17
16:03 UTC
Read the original article
Hit count: 246
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 :)
© Stack Overflow or respective owner