Hello, I purchased the Pro version a few months back, but have not been able to spend too much time getting KoolReport up and running. I have been using Google Charts to meet deadlines, but really want to understand KoolReport now that I have some time.
I have been trying the tutorial on YouTube that uses Visual Studio Code and xampp. I believe I have followed all the screens but when I render the report I am getting this error message:
Fatal error: Uncaught Exception: There is no source available, please add at least one in the settings() in C:\xampp\htdocs\tutorials\get-started\vendor\koolreport\core\src\KoolReport.php:244 Stack trace: #0 C:\xampp\htdocs\tutorials\get-started\salereport\SaleReport.php(25): koolreport\KoolReport->src('automaker') #1 C:\xampp\htdocs\tutorials\get-started\vendor\koolreport\core\src\KoolReport.php(100): SaleReport->setup() #2 C:\xampp\htdocs\tutorials\get-started\salereport\index.php(7): koolreport\KoolReport->__construct() #3 {main} thrown in C:\xampp\htdocs\tutorials\get-started\vendor\koolreport\core\src\KoolReport.php on line 2441.
I check the database using phpmyadmin and I was able to run the query as it is in the SaleReport.php function. Any suggestions?