Author Topic: Why does phpPgAdmin give an error?  (Read 59 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Why does phpPgAdmin give an error?
« 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?

Offline
*****
Re: Why does phpPgAdmin give an error?
« Reply #1 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.

Offline
*
Re: Why does phpPgAdmin give an error?
« Reply #2 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