Hey there, Are you running this via CMD or git bash? You can eventually try running `php vendor/bin/doctrine-module` - that should do as well.
GIT bash works just with `./vendor/bin/doctrine-module` Marco Pivetta http://twitter.com/Ocramius http://ocramius.github.com/ On 2 February 2014 23:13, paul kendal <[email protected]> wrote: > > Hi everyone, i am using zendframework 2, doctrine 2 on Wampserver . > > > however, when i try to use the console command with this command: > php vendor/bin/doctrine-module orm:validate-schema > > i get the following message: > SRC_DIR="`pwd`" > cd "`dirname "$0"`" > cd "../doctrine/doctrine-module/bin" > BIN_TARGET="`pwd`/doctrine-module" > cd "$SRC_DIR" > "$BIN_TARGET" "$@" > > i have also tried : php public/index.php orm:validate-schema > but got the following message: > > Zend Framework 2.2.5 application > Usage: > > Reason for failure: Invalid arguments or no arguments provided > > i would really appreciate some advice on how to use the console. > > warm regards > > paul > > -- > You received this message because you are subscribed to the Google Groups > "doctrine-user" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/doctrine-user. > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "doctrine-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/doctrine-user. For more options, visit https://groups.google.com/groups/opt_out.
