Question

Before updating to mavericks on my mac book pro. I was using phpmyadmin and phppgadmin without problems. After upgrading to mavericks http://localhost/~burakk/phppgadmin/ gives me error:

Your PHP installation does not support PostgreSQL. You need to recompile PHP using the --with-pgsql configure option.

I could make http://localhost/~burakk/phpmyadmin/ work but phppgadmin does not work...

Any idea?

Was it helpful?

Solution

Mavericks upgrade installs php 5.4 and your php.ini is reset to default, which doesn't include Postgres. See the question: Enabling PostgreSQL support in PHP on Mac OS X

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top