Control Web Panel

WebPanel => PHP => Topic started by: ibrahim shazly on October 02, 2022, 08:13:34 AM

Title: problem in phpPgAdmin
Post by: ibrahim shazly 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