Check the cfc attributes, I've seen this before when I had an empty extends attribute.
Kola > -----Original Message----- > From: jonese [mailto:[EMAIL PROTECTED] > Sent: 03 June 2005 18:19 > To: CF-Talk > Subject: Is it me? or is it CFMX? CFC Problem > > I'm getting this error on CFMX 6.1: > The name is not a valid component name. Component names cannot start > or > end with dots. The error occurred in > *D:\usr\mysite\www\admintools\includes\blog\i_generateRSS.cfm: > line 17* > > 15 : ---> > 16 : <cfscript>*17 : BlogObject = CreateObject('component', > 'mysite.components.blog');* > 18 : RssXML = BlogObject.generateRSSFeed(); > > with this code: > <cfscript> > BlogObject = CreateObject('component', 'mysite.components.blog'); > RssXML = BlogObject.generateRSSFeed(); > </cfscript> > <cfoutput> > RssXML = #RssXML#<br> > </cfoutput> > mysite is a mapping to this website's root folder (d:\usr\mysite\www\ > components is a folder in the root (www\components) > blog.cfc exists inside of components > anyone?? > erj > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:208593 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

