Hi there,
So i've found your project while searching for a BI solution for ours and i'm quite interested, so i've managed to give it a try, get it on our test server (i'm working without framework) downloaded the package and started following your quickstart guide (after reading some documentation) but i deal with an error occured by RessourceManager.
I have this kind of folder architecture : http://xxxx.xxx.xx/~PhPtests/Reporting/ and i've put the package there, then created the 3 files + csv on Reporting folders.
So basically i have http://xxxx.xxx.xx/~PhPtests/Reporting/index.php & SalesByCustomer.php and SalesByCustomer.view.php and then http://xxxx.xxx.xx/~PhPtests/Reporting/koolreport/
When i load the index.php i've got 404 not found for Koolreport.js because it's trying to go to http://xxx/home/PhPTests/public_html/Reporting/koolreport_assets/1946006000/KoolReport.js (and offcourse KoolReport is not defined since the js is not linked)
i've checked on your Core/ResourceManager.php and you call the repertory by the $_SERVER["[SCRIPT_FILENAME]"] but in my case it won't work this way since your script will try to go to http://xxx/home/PhPTests/public_html/Reporting/koolreport_assets/1946006000/KoolReport.js and it's not the real address
Is there anything to do? will i find this kind of troubles on another Core section of your scripts?
Can i bypass it in any ways?
Thanks