Your PHP installation appears to be missing the PostgreSQL extension which is required by WordPress with PG4WP
adithyakhamithkar opened this issue · 3 comments
adithyakhamithkar commented
Hi,
I just setup wordpress-heroku and I am not able to connect to the database.
I get this error Your PHP installation appears to be missing the PostgreSQL extension which is required by WordPress with PG4WP
theolampert commented
@nkadithya31 did you follow these two steps?
$ heroku addons:add heroku-postgresql:dev
$ heroku pg:promote HEROKU_POSTGRESQL_COLOR
where COLOR is the output of the first command.
adithyakhamithkar commented
I did try that and also contacted heroku, as I was using hhvm instead of php and hhvm does not support postgresql.
theolampert commented
@nkadithya31 ah ok, you should take a look at this https://github.com/xyu/heroku-wp, HHVM and mysql with clearDB instead of postgresql.