Hi guys,
I'm trying to install and test BugLogHQ on CF11 but have been experiencing problems from the moment i installed it. It's not functioning properly for me. I need some help please please please. I'll list out the exact steps to what i've done so far.
- Downloaded BugLogHQ from https://github.com/oarevalo/BugLogHQ
- Unziped it under wwwroot. C:\ColdFusion11\cfusion\wwwroot\buglog\(client, components, config, core, etc folders are here)
- I ran the install script for MSSql to create the db and tables (verified and all tables are created)
- I updated the buglog/config/buglog-config.xml.cfm entries to:
<setting name="db.dsn">bugLog</setting>
<setting name="db.dbtype">mssql</setting>
<setting name="db.username">myDSNusername</setting>
<setting name="db.password">myDSNpassword</setting>

I look in to the variable #rs.assetsPath# "buglog/hq/layouts/main.cfm and clean.cfm" and it looks like theres a extra "/" added after the variable #rs.assetsPath# which is causing the extra "/" (see url's in image above )

So I do a full search and replace (15 counts) from #rs.assetsPath#/ to #rs.assetsPath#.
I log in and i'm still having issues with CSS, JS, and Images not loading. I checked and double checked and all the files are there. Even the url's are correct. So what is the issue here? Can anyone please help. I tried deleting and re-installing the whole app twice now and keep getting the same thing.

Any help would be greatly appreciated.
Thank you so much.
Anju