On Jan 18, 2011, at 08:57, Joker wrote: > I will start using CakePHP and I'm having problems to make the > connection to the Firebird database. My development environment is > already fully configured but can not connect to the database, whenever > I get the message: "Fatal error: Call to undefined function > ibase_connect () in C: \ xampp \ htdocs \ cake \ libs \ model \ > datasources \ dbo \ dbo_firebird.php on line 130 "
Your PHP is not compiled with firebird support. Recompile PHP with firebird support. http://php.net/ibase.installation Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" 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/cake-php?hl=en
