Steven Erat
Tue, 27 Jan 2004 17:02:02 -0800
Or possibly that you're on a server where createObject( ) was disabled in the security settings (typical of shared ISPs).
What's the whole error message? It seems to be missing here. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jared Chandler Sent: Tuesday, January 27, 2004 6:57 PM To: [EMAIL PROTECTED] Subject: RE: [cfxmlblog] error blog_beta3 A number of possible things: You're not on a CFMX server (Which cfxml_blog requires) Application.cfm could not locate the links.cfc because the path is either wrong or changed. This is often the case when running the blog anywhere other than directly off the root. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of essie graham Sent: Tuesday, January 27, 2004 2:46 PM To: [EMAIL PROTECTED] Subject: [cfxmlblog] error blog_beta3 What does this mean? The Error Occurred in C:\CFusionMX\wwwroot\cfxml_blog_beta3\Application.cfm: line 14 12 : request.kriptkey="cfxmlblog"; 13 : request.caching="cache"; 14 : request.blog=createobject("component","cfc.blog"); 15 : request.application_blog=createobject("component","cfc.application_blog" ); 16 : request.links=createobject("component","cfc.links"); Essie