On Sun, 5 Apr 2009, xhe wrote: > Fatal error: Class 'PDO' not found in /home1/transla1/public_html/ > symfony-clb/lib/vendor/symfony/lib/plugins/sfPropelPlugin/lib/vendor/ > propel/util/PropelPDO.php on line 42 > > Does this mean my web hosting provider did not include PDO class > compiled with their command line php? But in my web environment, I can > user symfony 1.2 with PDO, and checking phpinfo, the php web > environment is already compiled with PDO support. So, how can I use > PDO in CLI task environment? Does this have to be solved only by my > hosting provider? Or can I solve it by myself?
Are you using MySQL? So the PDO MySQL library is installed? Also, its possible the CLI php is not the same as mod_php. -- --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
