*

diamonddog

  • *
  • 3 posts
Required PHP version less than 8.1.0 AND found version is : 8.1.29
« on: September 09, 2024, 02:20:38 AM »
Can someone help me please. I am trying to install the software but it is giving me this error

Required PHP version less than 8.1.0 AND found version is : 8.1.29

Why does this require an OLDer version of PHP and is there a work around for this as my server does not support OLDER php for some reason
thank you all in advance.

*

MB Themes

Re: Required PHP version less than 8.1.0 AND found version is : 8.1.29
« Reply #1 on: September 09, 2024, 03:12:56 PM »
In installation was bug that required different version that Osclass itself.
Go to required PHP version, after installation you can switch.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

diamonddog

  • *
  • 3 posts
Re: Required PHP version less than 8.1.0 AND found version is : 8.1.29
« Reply #2 on: September 09, 2024, 04:22:04 PM »
The server software does not allow anything less than 8.1 sadly.

Their support has informed me :

PHP 8.0 is unavailable on Ubuntu 22.

Any other ways to get this to install or plans to fix the bug?

In installation was bug that required different version that Osclass itself.
Go to required PHP version, after installation you can switch.

*

MB Themes

Re: Required PHP version less than 8.1.0 AND found version is : 8.1.29
« Reply #3 on: September 10, 2024, 03:27:43 PM »
Issue will be fixed in next Osclass release.

You may fix it in file:
\oc-includes\osclass\install-functions.php

Code: [Select]
  $php_min = (defined('PHP_MIN') ? PHP_MIN : '7.2');
  $php_max = (defined('PHP_MAX') ? PHP_MAX : '8.1');
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots