when you encounter this on mac osx just make sure you have only one
version of php (or just ln -s your php binary to /usr/bin)

i guess something similar could have happened to you.

hth, flo

On Dec 19 2008, 10:02 pm, James <thenet...@gmail.com> wrote:
> I created a new project. Ran the command
>
> symfony configure:database "mysql://login:pas...@localhost/blog"
>
> changing the login and passwd and dbname to the appropriate items.
>
> Checked the database.yml and propel.ini files and saw that the passwd  
> was not put in, but the rest of the data was. I added the password and  
> saved both files.
>
> Next created a simple schema.yml
>
> propel:
>      member:
>          id:
>          created_at:
>          updated_at:
>
> ran
>
> symfony propel:build-all
>
> I get this
>
> Some problems occurred when executing the task:
>      build-propel.xml:275:1:  [wrapped: could not find driver]
>      Read the logs to fix them
>
> The symfony log file gives me literally nothing.
>
> If I run these they all execute cleanly
>
> $ php symfony propel:build-model
> $ php symfony propel:build-forms
> $ php symfony propel:build-filters
> $ php symfony propel:build-sql
>
> The log files show nothing. I am confused as to where to look.
>
> Thanks,
> James

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to