Error in Wordpress installation with PG4WP plugin on server

Asked

Viewed 766 times

1

I’m using with the plugin PG4WP to use the . Localhost everything worked. But when I migrated to the server returns the following error when configuring the wp-config (wp-admin/install.php):

Your PHP installation appears to be Missing the Postgresql Extension which is required by Wordpress with PG4WP.

I’ve already changed the php.ini to accept , but it’s not working yet.

  • On which host are you putting your [tag:wordpress]?

  • I’m using the Uolhost

  • I actually just did a search and it can only be something related to the extensions of [tag:postgresql] in [tag:php]

1 answer

1

I did some research and ended up getting the following result.

You have not enabled the Postgresql module on your server.
If you have it, enable php.ini by removing the ';'

Windows:

  1. Edit php.ini: Extension=php_pgsql.dll

Linux:

  1. Install the module: php-pgsql
  2. Edit php.ini: Extension=pgsql.so

Tutorial:
Linux: Configure Postgresql to Work With PHP
Windows: PHP COM POSTGRESQL

Since you have already said that you modified php.ini and are using Uolhost that and according to their support:

Our PHP supports the Mysql and SQL Server databases. Also installed are modules for access to Postgresql and Firebird (which can be accessed remotely).

NOTE: It is always recommended to access the databases in the same local network. If there are performance issues accessing a remote base, we may contact and disable the hosting service.

This way I advise you to look directly to the support of Uolhost to check its settings and if it is the case to make some release of some specific module

  • Errata: not Uolhost, but Vps of virtuaserver

  • Huuummmm, now understood, but the configuration solved the problem?

Browser other questions tagged

You are not signed in. Login or sign up in order to post.