cloudinary_php icon indicating copy to clipboard operation
cloudinary_php copied to clipboard

Fatal Error on PHP 7.4

Open Nancyeleanor opened this issue 3 years ago • 1 comments

I installed the latest version and works fine with PHP 8, but shows fatal error on PHP 7.4

Fatal error: Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 8.0.2". You are running 7.4.29. in C:\xampp\htdocs\templates\vendor\composer\platform_check.php on line 24

I checked both localhost (PHP 8 and 7.4) and my hosting server (PHP 7.4)

I want to run it on PHP 7.4, pls help

Nancyeleanor avatar Jun 01 '22 21:06 Nancyeleanor

Hey there, looks like you need to update your composer file to the appropriate PHP version. You can read more about different set ups in this thread https://stackoverflow.com/questions/52510527/how-can-we-change-version-requirements-for-dependency-on-composer-lock-file

PixelCook avatar Jun 02 '22 11:06 PixelCook

@Nancyeleanor Please check your composer file and define the PHP version that is at least the same version as your PHP.

atdcloud avatar Apr 19 '23 04:04 atdcloud