Re: [symfony-users] Re: configuration problem!?

2010-04-21 Thread Gareth McCumskey
The problem is probably that PDO is not installed. Create an easily accesible php file that you can open in browser with the code: ? phpinfo(); And run that in teh browser. Look for the mysql PDO and if you do not see it in there then that is your problem. Unable to find adapter for datasource

[symfony-users] Re: configuration problem!?

2010-04-21 Thread Andz
PDO seems fine: [ pdo_mysql ] PDO Driver for MySQL - enabled Client API version - 5.1.41 On Apr 21, 11:07 am, Gareth McCumskey gmccums...@gmail.com wrote: The problem is probably that PDO is not installed. Create an easily accesible php file that you can open in browser with the code: ?

[symfony-users] Re: configuration problem!?

2010-04-20 Thread Andz
It reports no problematic issues http://pastie.org/926961 On Apr 19, 9:52 am, Tom Ptacnik to...@tomor.cz wrote: What about symfony check_configuration.php script? On 15 dub, 14:38, Andris andris.ve...@gmail.com wrote: When issuing command: symfony propel:data-load it fails with notice

[symfony-users] Re: configuration problem!?

2010-04-19 Thread Tom Ptacnik
What about symfony check_configuration.php script? On 15 dub, 14:38, Andris andris.ve...@gmail.com wrote: When issuing command: symfony propel:data-load it fails with notice -- Unable to find adapter for datasource [i2]. I use symfony 1.4.5-DEV with latest sfPropel15Plugin. (XAMPP 1.7.4 on