Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - ibrahim shazly

Pages: [1]
1
PHP / problem in phpPgAdmin
« on: October 02, 2022, 08:13:34 AM »
I have this problem when I try to login to https://hostname:2031/phpPgAdmin/
The PHP configuration on this server does not support PostgreSQL. You need to reinstall PHP using the --with-pgsql configure option.

i tried to fix it by doing the next

I have php7.4.3 and extensions are enabled from the CWP control panel
pdo_pgsql
pgsql
And I installed the packages
php-pgsql
php-pdo
--
uncomment
extension=pdo_pgsql
extension=_pgsql
in File: /usr/local/php/php.ini
--
reload apache , Nginx , postgresql
---
and still have the same problem

Pages: [1]