KoolReport's Forum

Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines

What version of php needed for koolreport #2743

Open Billy opened this topic on on Jun 29, 2022 - 8 comments

Billy commented on Jun 29, 2022

because when i run kookreport on 7.2.24, I got : Fatal error: Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 7.4.0". You are running 7.2.24. in C:\xampp7.2.24\htdocs\ura\koolreport\barcode\vendor\composer\platform_check.php on line 24

Jim Lam commented on Jun 29, 2022

FYI, I run Koolreport successfully on PHP 7.4 and 8.0.

Supposedly you can do some tweaks on error reporting for it to run on PHP 8.1

Good luck.

Sebastian Morales commented on Jun 30, 2022

Hi Billy, which version of KoolReport was you installing with composer?

Billy commented on Jun 30, 2022

KoolReport Pro v.5.16.2

Sebastian Morales commented on Jun 30, 2022

Can you pls post your composer.json content?

Billy commented on Jun 30, 2022

{

"repositories":[
    {"type":"composer","url":"https://repo.koolreport.com"}
],
"require":{
    "koolreport/pro":"*",
    "koolreport/blade":"*",
    "koolreport/export":"*",
    ...
}

}

Sebastian Morales commented on Jun 30, 2022

Pls keep only koolreport/pro require and see how composer works:

"require":{
    "koolreport/pro":"*"
}
Billy commented on Jun 30, 2022

same error : Fatal error: Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 7.4.0". You are running 7.2.24. in C:\xampp7.2.24\htdocs\ura\koolreport\barcode\vendor\composer\platform_check.php on line 24

Sebastian Morales commented on Jun 30, 2022

Pls delete any composer.lock file in your directory and install again.

Build Your Excellent Data Report

Let KoolReport help you to make great reports. It's free & open-source released under MIT license.

Download KoolReport View demo
None yet

None