Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/232.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Php symfony(推进)can';不生成模式_Php_Symfony 1.4_Propel_Phing - Fatal编程技术网

Php symfony(推进)can';不生成模式

Php symfony(推进)can';不生成模式,php,symfony-1.4,propel,phing,Php,Symfony 1.4,Propel,Phing,我使用的是symfony1.4.19和php5.4.8。 我认为问题出现在php从5.3升级到5.4之后 当我使用 php symfony propel:build-schema 我收到一个错误: PHP Strict Standards: Declaration of UnixFileSystem::getBooleanAttributes() should be compatible with FileSystem::getBooleanAttributes($f) 到目前为止,我已经

我使用的是symfony1.4.19和php5.4.8。 我认为问题出现在php从5.3升级到5.4之后

当我使用

php symfony propel:build-schema
我收到一个错误:

PHP Strict Standards:  Declaration of UnixFileSystem::getBooleanAttributes() should be compatible with FileSystem::getBooleanAttributes($f)
到目前为止,我已经做了一些搜索,我了解到更新phing可能会有所帮助,但我已经有了2.4.13版,这是最新版本,错误仍然出现


以前有人遇到过这个问题吗?

我真的建议您切换到sf1.4的官方推进插件:

您将使用最后一个推进1.6而不是1.4。而SFPROPERLOMPLUGIN现在正式由推进人员维护


顺便说一句,这个问题在sfpropeloplugin中得到了解决:

您使用的是sfpropeloplugin还是sfPropelPlugin(默认情况下与symfony一起提供)?默认值-sfPropelPlugin