These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for Conflicting php version stats between Virtualmin Virtual Servers and Wordpress on the new forum.
Hi guys, i have struck a conflicting stat between Webmin, Virtualmin and Wordpress.
For example:
Wordpress has the following information...
PHP Version: [?] 7.0.33-8+0~20190531121058.14+stretch~1.gbpe7d4ff. WordPress recommendation: 7.2 or above. See WordPress Requirements for details.
server command shell....
# php --version
PHP 7.3.6-1+0~20190531112735.39+stretch~1.gbp6131b7 (cli) (built: May 31 2019 11:27:35) ( NTS )
Also, after rechecking virtual server...
The following PHP versions are available : 7.0.33 (/usr/bin/php-cgi7.0), 7.1.30 (/usr/bin/php-cgi7.1), 7.2.19 (/usr/bin/php-cgi7.2), 7.3.6 (/usr/bin/php-cgi7.3)
The following PHP-FPM versions are available on this system : 7.0 7.0.33 7.1.30 7.2.19 7.3.6
In the virtual servers, i am able to select a variety of php-fpm versions...7.0, 7.1, 7.2, or 7.3
website options>php information has the following...
PHP versions installed 7.0.33, 7.0.33, 7.1.30, 7.2.19, 7.3.6
info.php file returns the following in web browser
PHP Version 7.0.33-8+0~20190531121058.14+stretch~1.gbpe7d4ff
System Linux host.domain.com 4.9.0-9-amd64 #1 SMP Debian 4.9.168-1+deb9u2 (2019-05-13) x86_64
Build Date May 31 2019 12:10:58
Server API FPM/FastCGI
I note the following from webmin website...
Virtualmin 6.06 released
This release adds support for multiple PHP-FPM versions, the ability to backup via Webmin's RPC protocol, improved MySQL 8 support, the ability to import existing GPG keys, and a bunch of other bugfixes and minor features.
You can get the GPL version from the Virtualmin downloads page, or from our YUM and APT repositories.
I am struggling to figure out what the problem is?
I have recently changed over from php-cgi (mpm-prefork) to php-fpm (mpm-event) and this issue has arisen since that change.