Apache and the CLI use different php.ini files - you have PDO enabled in the apache one, but not in the CLI one. Run 'php -i' from a terminal, and search for php.ini, that will tell you it's location.
On Tue, Dec 15, 2009 at 14:58, tirengarfio <[email protected]> wrote: > Hi, > > i've installed the well known PHP framework called symfony. After > installing it, the instructions recommend executing a file called > "check_configuration.php". After the execution i get this lines: > > Code: > OK PDO is installed > [[WARNING]] PDO has some drivers installed: : FAILED > > > But when i go to XAMPP administrator i can see this: > > Code: > PDO support enabled > PDO drivers mysql, pgsql, sqlite, sqlite2 > > Im getting also the messages of type "Couldn't locate driver named > mysql". > > Any idea? > > Bye > > Javi > > -- > > You received this message because you are subscribed to the Google Groups > "symfony users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/symfony-users?hl=en. > > > -- You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en.
