MrMailWizz
New Member
Hi,
I am running CentOS with CWP (CentOS WebPanel) serveron an OVH vps.
I have been having issues with setting the PHP Version.
In the CWP7, I set the version to 8.2 and that's what is reported as the current version:
But when I run this script :
<html>
<head>
</head>
<body>
<h1><BR>HELLO</h1>
<?php
echo 'Current PHP version: ' . PHP_VERSION;
?>
</body>
</html>
The result is Current PHP version: 5.4.16
I was wondering if Mailwizz needs to run on CentOS, or if I can run it on ubuntu 20.04 ?
Then I won't have to deal with this peski CWP.
Any recommendations?
I am running CentOS with CWP (CentOS WebPanel) serveron an OVH vps.
I have been having issues with setting the PHP Version.
In the CWP7, I set the version to 8.2 and that's what is reported as the current version:
PHP Info
You are running PHP version: 8.2.0But when I run this script :
<html>
<head>
</head>
<body>
<h1><BR>HELLO</h1>
<?php
echo 'Current PHP version: ' . PHP_VERSION;
?>
</body>
</html>
The result is Current PHP version: 5.4.16
I was wondering if Mailwizz needs to run on CentOS, or if I can run it on ubuntu 20.04 ?
Then I won't have to deal with this peski CWP.
Any recommendations?