KoolReport's Forum

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

DataTables still not working...........Theme amazing seems to be the problem #581

Open Domains opened this topic on on Jan 6, 2019 - 4 comments

Domains commented on Jan 6, 2019

Fatal error: Trait 'koolreport\amazing\Theme' not found in C:\xampp\htdocs\koolrep310\examples\reports\datagrid\datatables_sorting\MyReport.php on line 8

Andrew Borell commented on Jan 6, 2019

comment out the trait in the respective files. The theme is not released yet as far as I know and this was discussed in a previous thread.

Thread 558

Domains commented on Jan 7, 2019

Unfortunately I am none the wiser on how to resolve this issue, I have checked the thread your referenced. Is there a new download please

Andrew Borell commented on Jan 7, 2019

open this file: C:\xampp\htdocs\koolrep310\examples\reports\datagrid\datatables_sorting\MyReport.php

Go to line 8.

It looks like this:

    use \koolreport\amazing\Theme;

make it look like this:

    //use \koolreport\amazing\Theme;

Save the file. Run the example again.

Domains commented on Jan 8, 2019

Andrew thanks for your help. All of it is working properly now. Issue was I downloaded the wrong package..duh ! Appreciate

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
solved

None