php - Error when building models from propel schema -


i got errors below when running command below. have schema file generated reverse engineering through propel.

command

vendor/bin/propel build  

error 1

[runtimeexception]                 unable write "" directory  

error 2

[symfony\component\filesystem\exception\ioexception]   failed create "": mkdir(): invalid path. 

sounds propel doesn't know put files. typing propel --help give command line options. there find option specify output folder.

propel model:build --output-dir c:\temp 

(you'll have specify local os x path instead of windows temp folder)

as i'm trying out propel myself, following post has lead me suspicion propel.ext file incomplete.

https://github.com/propelorm/propel2/issues/694


Comments

Popular posts from this blog

java - Andrioid studio start fail: Fatal error initializing 'null' -

android - Gradle sync Error:Configuration with name 'default' not found -

StringGrid issue in Delphi XE8 firemonkey mobile app -