Modify ↓
Ticket #13911 (assigned defect)
Initial Install Causes Error
| Reported by: | adam@… | Owned by: | |
|---|---|---|---|
| Priority: | blocker | Component: | General |
| Version: | 5.2 | Keywords: | |
| Cc: | Time planned: | 1d | |
| Time remaining: | 1d | Time spent: | 1d |
Description
With a fresh Mura install (v5.2.2442), with the Merced theme, an error of "java.lang.Integer cannot be cast to java.lang.String". After a bit of tracking I found the offending line to be in the home_static.cfm template file:
<div id="container" class="#$.createCSSid($.content('menuTitle'))#">
When the MuraScope? object is called, it apparently invokes onMissingMethod. In this case a method with arguments. This seems to be the killer, because when I remove this line, all is well.
CF8.01 Mura 5.2.2442 JDK 1.6.0_11
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

Real