Installation configuration

Next error what i see chrome inspector. And Rabbit Setup loading and loading

:8888/setup/setup-functions.php?obj=RabbitMQSetup:1 Failed to load resource: the server responded with a status of 500 (Internal Server Error)

I have installed PHP version 7.3.20 and using Ubuntu 18.04.4 LTS

Some details in installation:

Package guzzle/guzzle is abandoned, you should avoid using it. Use guzzlehttp/guzzle instead.
Package raven/raven is abandoned, you should avoid using it. Use sentry/sentry instead.

          * Configuring PHP in Apache *          

Module rewrite already enabled
Considering dependency mpm_prefork for php7.2:
Considering conflict mpm_event for mpm_prefork:
Considering conflict mpm_worker for mpm_prefork:
Module mpm_prefork already enabled
Considering conflict php5 for php7.2:
Module php7.2 already enabled

Can you post up your zendphp.log ? By default it’s /var/log/airtime/zendphp.log

This log file not exist

What modules do you have installed ? Can you type
php -m
into a console window and post the result ?

Ok, well you have references to php7.2 and you say 7.3 is installed. Can you run;

php -v

and post the result?

Screen Shot 2020-08-13 at 00.23.05

can you try
sudo apt install php7.3-pgsql
sudo phpenmod pdo_pgsql
sudo service apache2 restart
and re-run the installer ?

If that doesn’t work, you may need to install others, here’s my working list of php mods;

[PHP Modules]
apcu
bcmath
bz2
calendar
Core
ctype
curl
date
dom
exif
FFI
fileinfo
filter
ftp
gd
gettext
hash
iconv
igbinary
imagick
imap
intl
json
ldap
libxml
mbstring
memcached
msgpack
mysqli
mysqlnd
openssl
pcntl
pcre
PDO
pdo_mysql
pdo_pgsql
pgsql
Phar
posix
pspell
readline
redis
Reflection
session
shmop
SimpleXML
soap
sockets
sodium
SPL
standard
sysvmsg
sysvsem
sysvshm
tidy
tokenizer
xml
xmlreader
xmlwriter
xsl
Zend OPcache
zip
zlib

[Zend Modules]
Zend OPcache

Nothing change and php -m not show me pgsql module

My problem is here too…

I’m using DirectAdmin and i think maybe i must install modules and activate over DirectAdmin?

I’m not familiar with DirectAdmin. I tend to do most stuff by hand.