History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: FC-473
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Paul Harrison
Reporter: Daniel Niklasson
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
FarCry Core Framework

Case sensitive operating systems

Created: 31/Jan/06 07:28 AM   Updated: 08/Mar/06 12:39 AM
Component/s: Components
Affects Version/s: FarCry 3.0
Fix Version/s: 3.0.1

Time Tracking:
Original Estimate: 30 minutes
Original Estimate - 30 minutes
Remaining Estimate: 30 minutes
Remaining Estimate - 30 minutes
Time Spent: Not Specified
Remaining Estimate - 30 minutes

Environment: Debian Linux, Apache2 , CFMX7


 Description  « Hide
Some refers to _dmnavigation and some to _dmNavigation..

The error occurred in /home/opt/farcry/farcry_core/packages/types/dmNavigation.cfc: line 132
 
130 : <cfset var stLocal = StructNew()>
131 : <cfset stLocal.html = "">
132 : <cfinclude template="_dmNavigation/renderObjectOverview.cfm">
133 : <cfreturn stLocal.html>
134 :
 

The error occurred in /home/opt/farcry/farcry_core/packages/types/dmNavigation.cfc: line 45
Called from /home/opt/farcry/farcry_core/tags/navajo/edit.cfm: line 125
Called from /home/opt/farcry/fcbygganytt/www/farcry/edittabEdit.cfm: line 45
 
43 : <!--- getData for object edit --->
44 : <cfset stObj = this.getData(arguments.objectid)>
45 : <cfinclude template="_dmnavigation/edit.cfm">
46 : </cffunction>
47 :
 


 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Geoff Bowers - 03/Feb/02 11:37 AM
You may have already got these.. please confirm and close.