there's a small bug when look at detailed session paths in the reporting section.
Basically, the code assumes the object being viewed has a property called title, so if it doesn't an error occurs. I think the only object type that doesn't have the title property is dmArchive, but I've come across this error a few times (not sure why an archive object hit would be logged) anyway, i think all that needs to be changed is the <skin:buildLink> being moved from outside the <cftry> to inside it in farcry_core\admin\reporting\statsVisitorPathDetail.cfm, or add a check for the title property in stObject the other thing i have is a feature request. when you view the 'overview report' and 'view summary' report, it displays the titles of objects, however it's hard to determine context for items being reported on. For example, if you have 5 different departments, and each has a page called 'Profile', it's not possible to determine when looking at those reports which one is which. All it really needs is the path leading up to the object when possible (for example, news items won't have a path), like the session paths detailed report... the only problem is the code that returns this report data doesn't return the nav id for the object cheers -- Quentin Zervaas Web Developer MITOUSA. Web + Interface Architects T:// (08) 8361 9022 F:// (08) 8361 9977 E:// [EMAIL PROTECTED] W:// www.mitousa.com --- You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004
