Guest User

Untitled

a guest
Jun 28th, 2018
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. propel > convert-conf:
  2. [echo] Output file: models-conf.php
  3. [echo] XMLFile: /application/config/runtime-conf.xml
  4. Execution of target "convert-conf" failed for the following reason: pear/data/propel_generator/build-propel.xml:514:20: No valid xmlConfFile specified.
  5. [phingcall] /pear/data/propel_generator/build-propel.xml:514:20: No valid xmlConfFile specified.
  6.  
  7. Execution of target "main" failed for the following reason:
  8. pear/data/propel_generator/build-propel.xml:94:18: Execution of the target buildfile failed. Aborting.
  9. [phing] pear/data/propel_generator/build-propel.xml:94:18: Execution of the target buildfile failed. Aborting.
  10.  
  11. BUILD FINISHED
  12.  
  13. propel.project = models
  14. propel.database = mysql
  15. propel.database.encoding = utf8
  16. propel.database.url = mysql:host=localhost;dbname={$myDBName}
  17. propel.database.user = {$myDBuser}
  18. propel.database.password = {$myDBpass}
  19. propel.output.dir = /application
  20. propel.php.dir = ${propel.output.dir}/
  21. propel.sql.dir = ${propel.output.dir}/models/sql
  22. propel.schema.dir = ${propel.output.dir}/config
  23. propel.conf.dir = ${propel.output.dir}/config
  24. propel.phpconf.dir = ${propel.output.dir}/config
  25. propel.addGenericAccessors = true
  26.  
  27. <datasource id="models"> <!-- this ID must match <database name=""> in schema.xml -->
  28.  
  29. propel.runtime.conf.file=runtime-config.xml
Add Comment
Please, Sign In to add comment