KoolReport's Forum

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

Localhost dont start #2814

Open Friedrich opened this topic on on Sep 1, 2022 - 1 comments

Friedrich commented on Sep 1, 2022

Warning: require_once(koolreport/core/autoload.php): Failed to open stream: No such file or directory in C:\xampp\htdocs\MMS\Test\SalesByCustomer.php on line 2

Fatal error: Uncaught Error: Failed opening required 'koolreport/core/autoload.php' (include_path='C:\xampp\php\PEAR') in C:\xampp\htdocs\MMS\Test\SalesByCustomer.php:2 Stack trace: #0 C:\xampp\htdocs\MMS\Test\index.php(2): require_once() #1 {main} thrown in C:\xampp\htdocs\MMS\Test\SalesByCustomer.php on line 2

Can some one help me ? you can find the images of my code below 
![](https://cdn.koolreport.com/assets/images/editor/c5/image6310be969c5eb.png)

KoolReport commented on Sep 4, 2022

Since you are using composer then you can require the vendor autoload like this:

require_once "vendor/autoload.php";

Please add this line on top of index.php

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