On Sat, Nov 17, 2012 at 10:50 AM, Krishna <yogirajkris
...@gmail.com> wrote:
> Hi there,
> Just started working with php and propel.
> I am using Uniform Server (wamp server) and have db in mysql.
> I am getting following error while running 'propel-gen test reverse'
> propel > reverse:
> [echo] +-----------------------------------------------+
> [echo] | |
> [echo] | Generating XML from PDO connection ! |
> [echo] | |
> [echo] +-----------------------------------------------+
> [propel-schema-reverse] There was an error building XML from metadata:
> could not find driver
> BUILD FINISHED
> even error is not so much elaborated.
> here is my build.properties
> propel.home = .
> propel.project = test
> propel.targetPackage = lib.model
> propel.packageObjectModel = true
> propel.database = mysql
> propel.database.driver = mysql
> propel.database.url = mysql:host=localhost;dbname=db_test
> propel.database.user = myuser
> propel.database.password = mypwd
> please tell me how to resolve this problem and view description of the
> error.
> thanks in advance.
> Krishna.
> --
> You received this message because you are subscribed to the Google Groups
> "Propel Users" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/propel-users/-/Uj5PsBXbPt8J.
> To post to this group, send email to propel-users@googlegroups.com.
> To unsubscribe from this group, send email to
> propel-users+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/propel-users?hl=en.