Error when launching bake

2 messages Options
Embed this post
Permalink
lac54

Error when launching bake

Reply Threaded More More options
Print post
Permalink
I am using cygwin to launch bake and I get the following error:
$alias "php /cygdrive/c/xampp/htdocs/todo/cake/console/cake.php"
$cake bake

PHP Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_pgsql.dll' - This application has failed ot start because the application configuration is incorrect. Reinstalling the application may fix theis problem.
 In UnKnown on line 0
Could not open input file: /cygdrive/c/xampp/htdocs/todo/cake/console/cake.php

What do I need to do to get this working?
lac54

Re: Error when launching bake

Reply Threaded More More options
Print post
Permalink
There were 2 problems:
(1) I went to php.ini and commented out "extension=phppgsql.dll" (this gets rid of the warning)
(2) I stopped using "/cygdrive/c" in the alias command (this gets rid of the could not open input file error)