atl_andy Posted January 19, 2008 Share Posted January 19, 2008 I installed postgres on leopard today and got a db set up (install went well - as far as I could tell). However, when I go to my app and run, I get: Fatal error: Call to undefined function pg_connect() in /Library/WebServer/Documents/notebook.php on line 35 Line 35 is: $db_handleModel = pg_connect('dbname=db user=secret password=secret); Any thoughts on what I have done wrong? Link to comment https://forums.phpfreaks.com/topic/86799-solved-postgressql-on-os-x-leopard/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.