Peter Tilbrook
Sun, 21 Sep 2003 17:35:13 -0700
What version of CFXMLBlog are you running? 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:\Inetpub\socialization\Tarantor\Tarantor\blog.cfc: line 93 Called from C:\Inetpub\socialization\Tarantor\Tarantor\blog.cfm: line 173 Called from C:\Inetpub\socialization\Tarantor\Tarantor\blog.cfm: line 185 Called from C:\Inetpub\socialization\Tarantor\Tarantor\blog.cfm: line 187 Called from C:\Inetpub\socialization\Tarantor\Tarantor\blog.cfm: line 233 Called from C:\Inetpub\socialization\Tarantor\Tarantor\index.cfm: line 32 91 : <cfif arraylen(application.blog.root.blog) is not 0> 92 : <cfloop index="i" from="1" to="#arraylen(application.blog.root.blog)#"> 93 : <cfset partexml=replace(ToString(application.blog.root.blog[i]),"<?xml version=""1.0"" encoding=""UTF-8""?>","","ALL")> 94 : <cfoutput>#CDataFormat(partexml)#</cfoutput> 95 : </cfloop> -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Oguz Demirkapi Sent: Monday, 22 September 2003 8:10 AM To: [EMAIL PROTECTED] Subject: [cfxmlblog] Errors Hi, I have again errors and I think it is again about ToString problem. http://cftr.net/tarantor/ I have also another copy of same code in another server just in order to be sure that it is not because of the server settings. The second copy: http://socialization.net/tarantor/tarantor/ You can see error msg in second server clearly. Any guess? Thanks in advance ! Best regards, Oguz Demirkapi <[EMAIL PROTECTED]>