There's no PHP Version Selector in Domain Setup

kevinjansen

Verified User
Joined
Sep 9, 2006
Messages
11
Dear,

I cant get the selector working on 1 of our servers. And i cant find any difference between our directadmin servers. (others are working correctly)

Server: Debian 8

CustomBuild2:
#PHP Settings
php1_release=5.6
php1_mode=php-fpm
php2_release=7.0
php2_mode=php-fpm
opcache=yes
htscanner=no
php_ini=no
php_timezone=Europe/Amsterdam
php_ini_type=production
ioncube=no
zend=no
suhosin=no
x_mail_header=yes

DirectAdmin Version: 1.51.3

I already rebuilded php with:
./build php d

And i rewriten configs:
./build rewrite_confs

But the selecter in the domain settings is just not showing up.
Directadmin and skin are default.

Kind regards,

Kevin
 
Problems is solved.
It seemed that at the end of the options.conf file was a line with php2_release=
(duplicated entry, not sure how or why it was there.)

Once removed DirectAdmin was generating the correct form i was searching for.
 
Back
Top