Control Web Panel

WebPanel => PostgreSQL => Topic started by: imlemeciz on May 14, 2025, 08:39:06 PM

Title: Why does phpPgAdmin give an error?
Post by: imlemeciz on May 14, 2025, 08:39:06 PM
Hello,

PostgreSQL support was not found in your PHP installation.

PHP  8.3.0
PHP-FPM 8.3
You are currently running PHP version: 8.3.0
Version: 13.21 Postgre Status: Running

Also, the update I made in files like 8.3.ini is below
[pgsql]
default="1"
option="--with-pgsql=/usr/pgsql-13"
info-file="pgsql.txt"
[pdo-pgsql]
default="1"
option="--with-pdo-pgsql=/usr/pgsql-13"
info-file="pdo-pgsql.txt"


Why is this happening? Why is there no solution?
Title: Re: Why does phpPgAdmin give an error?
Post by: Starburst on May 14, 2025, 09:24:22 PM
Quick question, Did you build PHP with pgsql and pdo-pgsql?

By Default, these are disabled when PHP is built.
Title: Re: Why does phpPgAdmin give an error?
Post by: imlemeciz on May 14, 2025, 10:32:12 PM
Quick question, Did you build PHP with pgsql and pdo-pgsql?

By Default, these are disabled when PHP is built.

yes I compiled PHP with pgsql and pdo-pgsql