KoolReport's Forum

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

Could someone help me about this issue #1784

Closed Ali opened this topic on on Dec 22, 2020 - 2 comments

Ali commented on Dec 22, 2020

I cloned koolreportpro/dashboard and there is nothing working with is just a fire an error in every page that I will vist Message: The (real) cast is deprecated, use (float) instead Line: 129

any help?

KoolReport commented on Dec 22, 2020

If you locate the file "vendor/koolreport/dashboard/Field.php" at line 129, you will see:

return (real) $originalValue;

you change it to:

return (float) $originalValue;

Let me know if it works.

Ali commented on Dec 27, 2020

thanks, its work

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