<
>
 Thread (4 posts)
Midnitte  11/22/08 2:42:02 PM

Rank: 85/100 Rank: 85/100 Rank: 85/100 Rank: 85/100 Rank: 85/100

Elite Member

Joined: 6/11/06
Posts: 425

To not conform is to conform; Always question orders and demand a reason, least you become a Nazi.

Been encountering this error quite a lot lately.


Cannot find CFML template for custom tag DP_ParseBBML.
ColdFusion attempted looking in the tree of installed custom tags but did not find a custom tag with this name. If you are using per-application custom tag mappings, ensure that per-application settings are enabled by the administrator.

The error occurred in D:\mmorpg_new\inc_forum.cfm: line 231
Called from D:\mmorpg_new\inc_forum.cfm: line 206
Called from D:\mmorpg_new\inc_forum.cfm: line 82
Called from D:\mmorpg_new\inc_forum.cfm: line 1
Called from D:\mmorpg_new\discussion2.cfm: line 71
229 : <cfcase value="bbml">
230 : <!--- Need to parse the bbml into html for the 'bodyparsed' field --->
231 : <CF_DP_ParseBBML Input="#stdIn.message#" ConvertSmilies="true" SmileyPath="#render.globals.emoticonsPath#" OutputVar="parsed" CONVERTBBML="Yes">
232 : <cfset bodyParsed = parsed.output>
233 : <cfset body = stdIn.message>
Resources:
Check the ColdFusion documentation to verify that you are using the correct syntax.
Search the Knowledge Base to find a solution to your problem.
Browser Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/0.4.154.23 Safari/525.19
Remote Address 67.82.119.158
Referrer http://www.mmorpg.com/discussion2.cfm/post/2465873/postAction/reply/quote/true
Date/Time 22-Nov-08 02:42 PM
Stack Trace
at cfinc_forum2ecfm1663281199._factor2(D:\mmorpg_new\inc_forum.cfm:231) at cfinc_forum2ecfm1663281199._factor15(D:\mmorpg_new\inc_forum.cfm:206) at cfinc_forum2ecfm1663281199._factor28(D:\mmorpg_new\inc_forum.cfm:82) at cfinc_forum2ecfm1663281199.runPage(D:\mmorpg_new\inc_forum.cfm:1) at cfdiscussion22ecfm1810119141.runPage(D:\mmorpg_new\discussion2.cfm:71)

coldfusion.tagext.lang.ModuleTag$CannotOpenCfmlException: Cannot find CFML template for custom tag DP_ParseBBML.
at coldfusion.tagext.lang.ModuleTag.setName(ModuleTag.java:97)
at coldfusion.tagext.lang.CustomTag.setName(CustomTag.java:34)
at cfinc_forum2ecfm1663281199._factor2(D:\mmorpg_new\inc_forum.cfm:231)
at cfinc_forum2ecfm1663281199._factor15(D:\mmorpg_new\inc_forum.cfm:206)
at cfinc_forum2ecfm1663281199._factor28(D:\mmorpg_new\inc_forum.cfm:82)
at cfinc_forum2ecfm1663281199.runPage(D:\mmorpg_new\inc_forum.cfm:1)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:192)
at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:366)
at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:2644)
at cfdiscussion22ecfm1810119141.runPage(D:\mmorpg_new\discussion2.cfm:71)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:192)
at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:366)
at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:279)
at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:48)
at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40)
at coldfusion.filter.PathFilter.invoke(PathFilter.java:86)
at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70)
at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28)
at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46)
at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
at coldfusion.filter.RequestThrottleFilter.invoke(RequestThrottleFilter.java:126)
at coldfusion.CfmServlet.service(CfmServlet.java:175)
at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)
at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42)
at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)
at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
at jrun.servlet.FilterChain.service(FilterChain.java:101)
at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:284)
at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)
at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203)
at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320)
at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)


I use Chrome (0.4.154.23) if it makes any difference.

Meddle  11/22/08 3:28:19 PM

Rank: 100/100 Rank: 100/100 Rank: 100/100 Rank: 100/100 Rank: 100/100

Administrator

Joined: 5/10/03
Posts: 557

Should be fixed up now, sorry about that.  I just rebuilt one of the webservers for the site and obviously forgot something.

- MMORPG.COM Staff -

Midnitte  11/22/08 3:30:09 PM

Rank: 85/100 Rank: 85/100 Rank: 85/100 Rank: 85/100 Rank: 85/100

Elite Member

Joined: 6/11/06
Posts: 425

To not conform is to conform; Always question orders and demand a reason, least you become a Nazi.


Originally posted by Meddle
Should be fixed up now, sorry about that.  I just rebuilt one of the webservers for the site and obviously forgot something.

hehe, thanks for the reply.

Meddle  11/22/08 3:33:47 PM

Rank: 100/100 Rank: 100/100 Rank: 100/100 Rank: 100/100 Rank: 100/100

Administrator

Joined: 5/10/03
Posts: 557

Not a problem, in the future you can contact me directly at ben@mmorpg.com for site technical issues and I will get to them much quicker.

- MMORPG.COM Staff -