Hi Brendan,

I just followed all the instructions, but I'm getting a Null Pointer error
when I click the link to "Reset all Friendly URLs"

Any idea what might be going on here?

The error I'm getting is below.

Any help would be much appreciated

Tim


The system has attempted to use an undefined value, which usually
indicates a programming error, either in your code or some system code.
Null Pointers are another name for undefined values.  
 
  
The error occurred in
C:\CFusionMX\applications\farcry_core\packages\farcry\fu.cfc: line 43
Called from C:\CFusionMX\applications\farcry_core\packages\farcry\fu.cfc:
line 110
Called from C:\CFusionMX\applications\farcry_core\ui\admin\resetFU.cfm:
line 36
Called from C:\CFusionMX\applications\farcry_core\admin\admin\resetFU.cfm:
line 1
 
41 :    <cffunction name="setErrorTemplate" access="public" returntype="boolean" 
hint="Sets the value for the error template and writes the map file to disk.">
42 :            <cfargument name="errorTemplate" type="string" required="Yes">
43 :            <cfset dataObject.setErrorURL(arguments.errorTemplate)>
44 :            <cfreturn true>
45 :    </cffunction>
 

---
You are currently subscribed to farcry-dev as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to