KoolReport's Forum

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

New to Koolreport #3403

Open Ifran opened this topic on 4 days ago - 1 comments

Ifran commented 4 days ago

On my server I have php 7.4 installed with Xampp server. I have downloaded the koolreport pro 6.6.3 package as bought pro package, unzip it and copy the koolreport and examples forlder under the htdocs.

I am getting the following error :

Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 8.1.0".

Before purchasing I did check, if did compatible with 7.4 and it says compatible with all 7.x version.

Sebastian Morales commented 2 days ago

Pls use the following composer.json file to test instlalling KoolReport Pro with composer in PHP 7.4:

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

Of course you need an auth.json file together as well, which could be retrieved from this page:

https://www.koolreport.com/my-licensed-packages

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
help needed

None