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? Quote Link to comment https://forums.phpfreaks.com/topic/86799-solved-postgressql-on-os-x-leopard/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.