KoolReport's Forum

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

Error after upgrade (pro 4.1.1) #949

Open Eo Yoonmin opened this topic on on Jun 27, 2019 - 5 comments

Eo Yoonmin commented on Jun 27, 2019

I upgraded the koolreport 4.1.1 file to the library folder as shown below, but I get an error. How do I fix it?

A PHP Error was encountered Severity: Warning

Message: require(/~~~//libraries/koolreport/autoload.php): failed to open stream: No such file or directory

Filename: sales/Rsalesbycustomer.php

Line Number: 3

Backtrace:

File: /~~~/modules/stats/reports/sales/Rsalesbycustomer.php Line: 3 Function: _error_handler

File: /~~~/modules/stats/reports/sales/Rsalesbycustomer.php Line: 3 Function: require

File: /~~~/modules/stats/controllers/Salesbycustomer.php Line: 5 Function: require

File: /~~~/food/index.php Line: 317 Function: require_once

KoolReport commented on Jun 27, 2019

Please try to change library inclusion to below.

require_once "path/to/koolreport/core/autoload.php";
Eo Yoonmin commented on Jun 27, 2019

Well solved. Thank you. There is one more inquiry. I have been inquiring about "spout" the other day. I wonder if there is any future plan.

https://www.koolreport.com/forum/topics/680

Jesus commented on Jul 5, 2019

It works thanks

David Winterburn commented on Jul 8, 2019

Hi Yoonmin,

Regarding using Spout for huge Excel files we do have plan to add it to the Excel package in the near future, in 1 to 2 months time. Thanks!

Eo Yoonmin commented on Jul 11, 2019

We appreciate your response and are really looking forward to the added functionality.

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