You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When having propel in a vagrant box where you typically have part of your sourcecode in /vagrant to be able to develop on your local machine PropelBundle is going to place the wrong "package" attribute in the schema.
example:
ls -ald /var/www/propelsandbox/src
lrwxrwxrwx 1 www-data www-data 12 Oct 1 17:31 /var/www/propelsandbox/src -> /vagrant/src
In /vagrant/src I have then my bundle files like /vagrant/src/PropelSandbox/. When I have there a /vagrant/src/PropelSandbox/Resources/config/schema.xml
Which leads to generated files in /var/www/symfony-project/vagrant/src/PropelSandbox/Model. Obviously wrong. Either it needs to place a root . or shouldn't resolve symlinks.
The text was updated successfully, but these errors were encountered:
When having propel in a vagrant box where you typically have part of your sourcecode in /vagrant to be able to develop on your local machine PropelBundle is going to place the wrong "package" attribute in the schema.
example:
In
/vagrant/src
I have then my bundle files like/vagrant/src/PropelSandbox/
. When I have there a/vagrant/src/PropelSandbox/Resources/config/schema.xml
the result in
package
ofapp/cache/*/propel/PropelSandbox-schema.xml
isWhich leads to generated files in
/var/www/symfony-project/vagrant/src/PropelSandbox/Model
. Obviously wrong. Either it needs to place a root.
or shouldn't resolve symlinks.The text was updated successfully, but these errors were encountered: