symfony2 执行 doctrine:generate:entity 命令出错
怪我咯
怪我咯 2017-05-16 16:45:21
0
2
741

The Entity shortcut name [AcmeDemoBundle:User]: Notice: Undefined variable: output in /opt/case/symfony/Symfony/vendor/symfony/symfony/src/Symfony/Component/Console/Helper/DialogHelper.php line 411

报这个错误,为啥?直接下载后执行命令的,在环境是 ubuntu+php5.3.18+nginx 求破!

怪我咯
怪我咯

走同样的路,发现不同的人生

全部回复(2)
洪涛

Notice: Undefined variable: output
output变量未定义查看下源码

PHPzhong

php.ini配置中 搜索 disable_function

你的可能是这样的

disable_functions =exec,passthru,shell_exec,system,proc_open

你要删掉

exec, shell_exec
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板