symfony2 error when executing doctrine:generate:entity command
怪我咯
怪我咯 2017-05-16 16:45:21
0
2
768

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

Report this error, why? If you execute the command directly after downloading, the environment is ubuntu+php5.3.18+nginx. Please fix it!

怪我咯
怪我咯

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

reply all(2)
洪涛

Notice: Undefined variable: output
The output variable is undefined. Check the source code

PHPzhong

Search disable_function in php.ini configuration

Yours may look like this

disable_functions =exec,passthru,shell_exec,system,proc_open

You want to delete it

exec, shell_exec
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template