Hi,
I'm currently developing some PHP reports for a webapp hosted in an Apache server. My reports project directory (/opt/webapps/mywebapp/reports/) contains the koolreport framework (/opt/webapps/mywebapp/reports/koolreport) is separated from the apache DocumentRoot (e.g. /var/www/) where I can access it using a directory alias.
Although I can successfully render the reports data, the paging section doesn't show up. When I use the inspector, I see the browser is trying to reach table.css and table.js using the physical directory
(http://www.mywebsiste.com/mywebapp/opt/webapps/mywebapp/reports/koolreport/widgets/koolphp/table/table.css)
and not referencing http://www.mywebsite.com/mywebapp/reports/koolreports/ ... )
I know it must be a ResourceManager or AssetManager issue, but I can't figure it out.
Any help will be appreciated.