Ticket #234 (assigned defect)
Skeleton error after correcting file permissions
| Reported by: | MrBuzzy | Owned by: | scorfield |
|---|---|---|---|
| Type: | defect | Priority: | normal |
| Milestone: | Fusebox 5.6 | Component: | Miscellaneous |
| Version: | Severity: | normal | |
| Keywords: | Cc: |
Description
The error below occurs in the skeleton code.
It can be caused by doing this;
- Run the app (for the first time)
- Fail it by denying access to the 'parsed' folder
- Correct the file permissions
- Refresh the page
- Then the error below occurs
The only way to get past this error was to flush the application scope.
Cheers,
MrBuzzy?
--- see error below ---
Element STARTTIME is undefined in a CFML structure referenced as part of an expression.
The error occurred in /var/chroot/home/content/M/r/B/MrBuzzy/html/fusebox5/skeleton/model/act_get_time.cfm: line 2
Called from /var/chroot/home/content/M/r/B/MrBuzzy/html/fusebox5/skeleton/parsed/app.welcome.cfm: line 29
Called from /var/chroot/home/content/M/r/B/MrBuzzy/html/fusebox5/fusebox5/fusebox5.cfm: line 210
Called from /var/chroot/home/content/M/r/B/MrBuzzy/html/fusebox5/skeleton/index.cfm: line 2
1 : <cfset timeNow = now() />
2 : <cfset startTime = myFusebox.getApplication().getApplicationData().startTime />
3 : <cfif dateDiff("d",startTime,timeNow) gt 0>
4 : <cfset runTime = dateDiff("d",startTime,timeNow) & " day(s)" />
