CWP Pro version 7 PHP 7.4 PHP built with modules pdo_pgsql and pgsql PostgreSQL version 9.2.24
PostgreSQL started from the CWP, the database created and user linked. but trying to access to link https://93.188.164.66:2031/phpPgAdmin/ (from CWP menu) the page is blank with the message:
Your PHP installation does not support PostgreSQL. You need to recompile PHP using the --with-pgsql configuration option.
into the PHP info tab the configure command is:
'./configure' '--with-config-file-path=/usr/local/php' '--enable-cgi' '--with-config-file-scan-dir=/usr/local/php/php.d' '--with-zlib=/usr' '--enable-mbstring' '--with-zip' '--enable-bcmath' '--enable-pcntl' '--enable-ftp' '--enable-exif' '--enable-calendar' '--enable-sysvmsg' '--enable-sysvsem' '--enable-sysvshm' '--with-tidy' '--with-curl' '--with-iconv' '--with-gmp' '--with-pspell' '--enable-gd' '--with-jpeg' '--with-freetype' '--enable-gd-jis-conv' '--with-webp' '--with-zlib-dir=/usr' '--with-xpm' '--with-openssl' '--with-gettext=/usr' '--with-bz2=/usr' '--enable-soap' '--enable-phar' '--with-xsl' '--with-xmlrpc' '--with-kerberos' '--enable-posix' '--enable-sockets' '--with-external-pcre' '--with-libdir=lib64' '--with-mysql-sock=/var/lib/mysql/mysql.sock' '--enable-intl' '--with-imap' '--with-imap-ssl' '--enable-litespeed' '--with-pgsql=/usr/lib64/pgsql' '--with-pdo-pgsql' '--with-password-argon2' 'PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/local/lib64/pkgconfig'
and into the php.ini:
extension=pdo_pgsql
extension=pgsql
are not commented.
Why can't the server see the proper pgsql stuff and phpPgAdmin is not accessible?