Problem access phpPgAdmin

I’m using the latest version of HestiaCP with Apache + Nginx - Ubuntu 22

I normally access phpMyAdmin, but when accessing phpPgAdmin I receive the message

Configuration error: Copy conf/config.inc.php-dist to conf/config.inc.php and edit appropriately.

Apparently the configuration file is correct.

When I look at the access logs, I see this:

[Mon Oct 23 11:40:40.016143 2023] [proxy_fcgi:error] [pid 1356394] [client xxx.xxx.xxx.xxx:0] AH01071: Got error ‘PHP message: PHP Warning: file_exists(): open_basedir restriction in effect. File(conf/config.inc.php) is not within the allowed path(s): (/home/admin/.composer:/home/admin/web/sub.domain.com/public_html:/home/admin/web/sub.domain.com/private:/home/admin/web/sub.domain.com/public_shtml:/home/admin/tmp:/tmp:/var/www/html:/bin:/usr/bin:/usr/local/bin:/usr/share:/opt) in /usr/share/phppgadmin/libraries/lib.inc.php on line 31’

Using PHP-8.0

Any ideas for a solution?

Does

lrwxrwxrwx 1 root root 30 Sep 18 07:41 config.inc.php → /etc/phppgadmin/config.inc.php

Exists ?

Yes, it exists and it was working!

However, without me making any changes to the files, it started working again.

phpPgAdmin 7.14.6-hestiacp (PHP 8.1.24)