我正在使用symfony 1.4.19和php 5.4.8。 我认为问题出现在将PHP从5.3升级到5.4 ......
当我使用
生成schema.yml时php symfony propel:build-schema
我收到一个错误:
PHP Strict Standards: Declaration of UnixFileSystem::getBooleanAttributes() should be compatible with FileSystem::getBooleanAttributes($f)
到目前为止,我已经进行了一些搜索,并且我已经了解到更新phing可能有所帮助,但我已经拥有版本2.4.13并且这是最新版本并且错误仍然出现。
之前有没有人遇到过这个问题?
答案 0 :(得分:2)
我真的建议你切换到sf1.4的官方推进插件:sfPropelORMPlugin。
你将拥有最后一个Propel 1.6而不是1.4。而且sfPropelORMPlugin现在由Propel人正式维护。
顺便说一句,这个问题已在sfPropelORMPlugin修复:https://github.com/propelorm/sfPropelORMPlugin/issues/147