addcfcode
"addcfcode" is mango blog plugin which let you add your own coldfusion code in your post/page of mango blog.
Just download the plugin from below link and activate it and you are done. While posting your blog just wrap your code with "addcfcode", you may need file write permission in root folder and ColdFusion 8.
Ex.
Some post content ....
[addcfcode ]
<cfoutput>You are accessing from #cgi.remote_host#<br/> on #dateformat(now(),"mm/dd/yyyy")##timeformat(now(),"hh:mm:ss tt")#</cfoutput>
[/addcfcode ]
And your content will look like...
| struct |
| Cause |
| struct |
| Message |
/home/thecfguy/public_html/components/plugins/user/addcfcode/E6665BB5-9436-1493-BE90E70CFF334F92.cfm (Permission denied)
|
| StackTrace |
java.io.FileNotFoundException: /home/thecfguy/public_html/components/plugins/user/addcfcode/E6665BB5-9436-1493-BE90E70CFF334F92.cfm (Permission denied)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(Unknown Source)
at java.io.FileOutputStream.<init>(Unknown Source)
at coldfusion.vfs.VFSFileFactory.fetchOutputStream(VFSFileFactory.java:414)
at coldfusion.vfs.VFSFileFactory.getOutputStream(VFSFileFactory.java:275)
at coldfusion.tagext.io.FileTag.createNewFile(FileTag.java:1038)
at coldfusion.tagext.io.FileTag.write(FileTag.java:391)
at coldfusion.tagext.io.FileTag.doStartTag(FileTag.java:300)
at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:2722)
at cfHandler2ecfc2138445235$funcPROCESSEVENT.runFunction(/home/thecfguy/public_html/components/plugins/user/addcfcode/Handler.cfc:54)
at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:472)
at coldfusion.filter.SilentFilter.invoke(SilentFilter.java:47)
at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:405)
at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:368)
at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:55)
at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:321)
at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:220)
at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:490)
at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:336)
at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:2360)
at cfPluginQueueThreaded2ecfc575512500$funcBROADCASTEVENT.runFunction(/home/thecfguy/public_html/components/PluginQueueThreaded.cfc:22)
at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:472)
at coldfusion.filter.SilentFilter.invoke(SilentFilter.java:47)
at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:405)
at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:368)
at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:55)
at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:321)
at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:220)
at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:490)
at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:336)
at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:2360)
at cfEntryWrapper2ecfc1454916489$funcGETCONTENT.runFunction(/home/thecfguy/public_html/components/EntryWrapper.cfc:158)
at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:472)
at coldfusion.filter.SilentFilter.invoke(SilentFilter.java:47)
at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:405)
at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:368)
at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:55)
at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:321)
at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:220)
at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:490)
at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:336)
at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:2360)
at cfPageProperty2ecfm1418305583._factor8(/home/thecfguy/public_html/tags/mango/PageProperty.cfm:165)
at cfPageProperty2ecfm1418305583._factor9(/home/thecfguy/public_html/tags/mango/PageProperty.cfm:30)
at cfPageProperty2ecfm1418305583.runPage(/home/thecfguy/public_html/tags/mango/PageProperty.cfm:1)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:231)
at coldfusion.filter.CFVariablesScopeFilter.invoke(CFVariablesScopeFilter.java:56)
at coldfusion.tagext.lang.ModuleTag.doStartTag(ModuleTag.java:271)
at cfpage2ecfm238968770._factor13(/home/thecfguy/public_html/skins/glossyblue/page.cfm:25)
at cfpage2ecfm238968770._factor17(/home/thecfguy/public_html/skins/glossyblue/page.cfm:7)
at cfpage2ecfm238968770.runPage(/home/thecfguy/public_html/skins/glossyblue/page.cfm:1)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:231)
at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:416)
at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:2722)
at cfpage2ecfm1465181345.runPage(/home/thecfguy/public_html/page.cfm:32)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:231)
at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:416)
at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:342)
at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:48)
at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40)
at coldfusion.filter.PathFilter.invoke(PathFilter.java:87)
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.CachingFilter.invoke(CachingFilter.java:53)
at coldfusion.CfmServlet.service(CfmServlet.java:200)
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:286)
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)
|
| TagContext |
| array
|
| 1 |
| struct |
| COLUMN |
0
|
| ID |
CFFILE
|
| LINE |
54
|
| RAW_TRACE |
at cfHandler2ecfc2138445235$funcPROCESSEVENT.runFunction(/home/thecfguy/public_html/components/plugins/user/addcfcode/Handler.cfc:54)
|
| TEMPLATE |
/home/thecfguy/public_html/components/plugins/user/addcfcode/Handler.cfc
|
| TYPE |
CFML
|
|
| 2 |
| struct |
| COLUMN |
0
|
| ID |
CF_TEMPLATEPROXY
|
| LINE |
22
|
| RAW_TRACE |
at cfPluginQueueThreaded2ecfc575512500$funcBROADCASTEVENT.runFunction(/home/thecfguy/public_html/components/PluginQueueThreaded.cfc:22)
|
| TEMPLATE |
/home/thecfguy/public_html/components/PluginQueueThreaded.cfc
|
| TYPE |
CFML
|
|
| 3 |
| struct |
| COLUMN |
0
|
| ID |
CF_TEMPLATEPROXY
|
| LINE |
158
|
| RAW_TRACE |
at cfEntryWrapper2ecfc1454916489$funcGETCONTENT.runFunction(/home/thecfguy/public_html/components/EntryWrapper.cfc:158)
|
| TEMPLATE |
/home/thecfguy/public_html/components/EntryWrapper.cfc
|
| TYPE |
CFML
|
|
| 4 |
| struct |
| COLUMN |
0
|
| ID |
CF_TEMPLATEPROXY
|
| LINE |
165
|
| RAW_TRACE |
at cfPageProperty2ecfm1418305583._factor8(/home/thecfguy/public_html/tags/mango/PageProperty.cfm:165)
|
| TEMPLATE |
/home/thecfguy/public_html/tags/mango/PageProperty.cfm
|
| TYPE |
CFML
|
|
| 5 |
| struct |
| COLUMN |
0
|
| ID |
CF_PAGEPROPERTY
|
| LINE |
30
|
| RAW_TRACE |
at cfPageProperty2ecfm1418305583._factor9(/home/thecfguy/public_html/tags/mango/PageProperty.cfm:30)
|
| TEMPLATE |
/home/thecfguy/public_html/tags/mango/PageProperty.cfm
|
| TYPE |
CFML
|
|
| 6 |
| struct |
| COLUMN |
0
|
| ID |
CF_PAGEPROPERTY
|
| LINE |
1
|
| RAW_TRACE |
at cfPageProperty2ecfm1418305583.runPage(/home/thecfguy/public_html/tags/mango/PageProperty.cfm:1)
|
| TEMPLATE |
/home/thecfguy/public_html/tags/mango/PageProperty.cfm
|
| TYPE |
CFML
|
|
| 7 |
| struct |
| COLUMN |
0
|
| ID |
CFMODULE
|
| LINE |
25
|
| RAW_TRACE |
at cfpage2ecfm238968770._factor13(/home/thecfguy/public_html/skins/glossyblue/page.cfm:25)
|
| TEMPLATE |
/home/thecfguy/public_html/skins/glossyblue/page.cfm
|
| TYPE |
CFML
|
|
| 8 |
| struct |
| COLUMN |
0
|
| ID |
CF_PAGE
|
| LINE |
7
|
| RAW_TRACE |
at cfpage2ecfm238968770._factor17(/home/thecfguy/public_html/skins/glossyblue/page.cfm:7)
|
| TEMPLATE |
/home/thecfguy/public_html/skins/glossyblue/page.cfm
|
| TYPE |
CFML
|
|
| 9 |
| struct |
| COLUMN |
0
|
| ID |
CF_PAGE
|
| LINE |
1
|
| RAW_TRACE |
at cfpage2ecfm238968770.runPage(/home/thecfguy/public_html/skins/glossyblue/page.cfm:1)
|
| TEMPLATE |
/home/thecfguy/public_html/skins/glossyblue/page.cfm
|
| TYPE |
CFML
|
|
| 10 |
| struct |
| COLUMN |
0
|
| ID |
CFINCLUDE
|
| LINE |
32
|
| RAW_TRACE |
at cfpage2ecfm1465181345.runPage(/home/thecfguy/public_html/page.cfm:32)
|
| TEMPLATE |
/home/thecfguy/public_html/page.cfm
|
| TYPE |
CFML
|
|
|
| Type |
java.io.FileNotFoundException
|
|
| Detail |
The cause of this exception was: java.io.FileNotFoundException: /home/thecfguy/public_html/components/plugins/user/addcfcode/E6665BB5-9436-1493-BE90E70CFF334F92.cfm (Permission denied).
|
| Message |
An error occurred when performing a file operation write on file /home/thecfguy/public_html/components/plugins/user/addcfcode/E6665BB5-9436-1493-BE90E70CFF334F92.cfm.
|
| RootCause |
| struct |
| Message |
/home/thecfguy/public_html/components/plugins/user/addcfcode/E6665BB5-9436-1493-BE90E70CFF334F92.cfm (Permission denied)
|
| StackTrace |
java.io.FileNotFoundException: /home/thecfguy/public_html/components/plugins/user/addcfcode/E6665BB5-9436-1493-BE90E70CFF334F92.cfm (Permission denied)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(Unknown Source)
at java.io.FileOutputStream.<init>(Unknown Source)
at coldfusion.vfs.VFSFileFactory.fetchOutputStream(VFSFileFactory.java:414)
at coldfusion.vfs.VFSFileFactory.getOutputStream(VFSFileFactory.java:275)
at coldfusion.tagext.io.FileTag.createNewFile(FileTag.java:1038)
at coldfusion.tagext.io.FileTag.write(FileTag.java:391)
at coldfusion.tagext.io.FileTag.doStartTag(FileTag.java:300)
at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:2722)
at cfHandler2ecfc2138445235$funcPROCESSEVENT.runFunction(/home/thecfguy/public_html/components/plugins/user/addcfcode/Handler.cfc:54)
at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:472)
at coldfusion.filter.SilentFilter.invoke(SilentFilter.java:47)
at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:405)
at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:368)
at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:55)
at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:321)
at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:220)
at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:490)
at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:336)
at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:2360)
at cfPluginQueueThreaded2ecfc575512500$funcBROADCASTEVENT.runFunction(/home/thecfguy/public_html/components/PluginQueueThreaded.cfc:22)
at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:472)
at coldfusion.filter.SilentFilter.invoke(SilentFilter.java:47)
at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:405)
at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:368)
at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:55)
at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:321)
at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:220)
at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:490)
at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:336)
at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:2360)
at cfEntryWrapper2ecfc1454916489$funcGETCONTENT.runFunction(/home/thecfguy/public_html/components/EntryWrapper.cfc:158)
at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:472)
at coldfusion.filter.SilentFilter.invoke(SilentFilter.java:47)
at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:405)
at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:368)
at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:55)
at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:321)
at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:220)
at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:490)
at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:336)
at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:2360)
at cfPageProperty2ecfm1418305583._factor8(/home/thecfguy/public_html/tags/mango/PageProperty.cfm:165)
at cfPageProperty2ecfm1418305583._factor9(/home/thecfguy/public_html/tags/mango/PageProperty.cfm:30)
at cfPageProperty2ecfm1418305583.runPage(/home/thecfguy/public_html/tags/mango/PageProperty.cfm:1)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:231)
at coldfusion.filter.CFVariablesScopeFilter.invoke(CFVariablesScopeFilter.java:56)
at coldfusion.tagext.lang.ModuleTag.doStartTag(ModuleTag.java:271)
at cfpage2ecfm238968770._factor13(/home/thecfguy/public_html/skins/glossyblue/page.cfm:25)
at cfpage2ecfm238968770._factor17(/home/thecfguy/public_html/skins/glossyblue/page.cfm:7)
at cfpage2ecfm238968770.runPage(/home/thecfguy/public_html/skins/glossyblue/page.cfm:1)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:231)
at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:416)
at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:2722)
at cfpage2ecfm1465181345.runPage(/home/thecfguy/public_html/page.cfm:32)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:231)
at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:416)
at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:342)
at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:48)
at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40)
at coldfusion.filter.PathFilter.invoke(PathFilter.java:87)
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.CachingFilter.invoke(CachingFilter.java:53)
at coldfusion.CfmServlet.service(CfmServlet.java:200)
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:286)
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)
|
| TagContext |
| array
|
| 1 |
| struct |
| COLUMN |
0
|
| ID |
CFFILE
|
| LINE |
54
|
| RAW_TRACE |
at cfHandler2ecfc2138445235$funcPROCESSEVENT.runFunction(/home/thecfguy/public_html/components/plugins/user/addcfcode/Handler.cfc:54)
|
| TEMPLATE |
/home/thecfguy/public_html/components/plugins/user/addcfcode/Handler.cfc
|
| TYPE |
CFML
|
|
| 2 |
| struct |
| COLUMN |
0
|
| ID |
CF_TEMPLATEPROXY
|
| LINE |
22
|
| RAW_TRACE |
at cfPluginQueueThreaded2ecfc575512500$funcBROADCASTEVENT.runFunction(/home/thecfguy/public_html/components/PluginQueueThreaded.cfc:22)
|
| TEMPLATE |
/home/thecfguy/public_html/components/PluginQueueThreaded.cfc
|
| TYPE |
CFML
|
|
| 3 |
| struct |
| COLUMN |
0
|
| ID |
CF_TEMPLATEPROXY
|
| LINE |
158
|
| RAW_TRACE |
at cfEntryWrapper2ecfc1454916489$funcGETCONTENT.runFunction(/home/thecfguy/public_html/components/EntryWrapper.cfc:158)
|
| TEMPLATE |
/home/thecfguy/public_html/components/EntryWrapper.cfc
|
| TYPE |
CFML
|
|
| 4 |
| struct |
| COLUMN |
0
|
| ID |
CF_TEMPLATEPROXY
|
| LINE |
165
|
| RAW_TRACE |
at cfPageProperty2ecfm1418305583._factor8(/home/thecfguy/public_html/tags/mango/PageProperty.cfm:165)
|
| TEMPLATE |
/home/thecfguy/public_html/tags/mango/PageProperty.cfm
|
| TYPE |
CFML
|
|
| 5 |
| struct |
| COLUMN |
0
|
| ID |
CF_PAGEPROPERTY
|
| LINE |
30
|
| RAW_TRACE |
at cfPageProperty2ecfm1418305583._factor9(/home/thecfguy/public_html/tags/mango/PageProperty.cfm:30)
|
| TEMPLATE |
/home/thecfguy/public_html/tags/mango/PageProperty.cfm
|
| TYPE |
CFML
|
|
| 6 |
| struct |
| COLUMN |
0
|
| ID |
CF_PAGEPROPERTY
|
| LINE |
1
|
| RAW_TRACE |
at cfPageProperty2ecfm1418305583.runPage(/home/thecfguy/public_html/tags/mango/PageProperty.cfm:1)
|
| TEMPLATE |
/home/thecfguy/public_html/tags/mango/PageProperty.cfm
|
| TYPE |
CFML
|
|
| 7 |
| struct |
| COLUMN |
0
|
| ID |
CFMODULE
|
| LINE |
25
|
| RAW_TRACE |
at cfpage2ecfm238968770._factor13(/home/thecfguy/public_html/skins/glossyblue/page.cfm:25)
|
| TEMPLATE |
/home/thecfguy/public_html/skins/glossyblue/page.cfm
|
| TYPE |
CFML
|
|
| 8 |
| struct |
| COLUMN |
0
|
| ID |
CF_PAGE
|
| LINE |
7
|
| RAW_TRACE |
at cfpage2ecfm238968770._factor17(/home/thecfguy/public_html/skins/glossyblue/page.cfm:7)
|
| TEMPLATE |
/home/thecfguy/public_html/skins/glossyblue/page.cfm
|
| TYPE |
CFML
|
|
| 9 |
| struct |
| COLUMN |
0
|
| ID |
CF_PAGE
|
| LINE |
1
|
| RAW_TRACE |
at cfpage2ecfm238968770.runPage(/home/thecfguy/public_html/skins/glossyblue/page.cfm:1)
|
| TEMPLATE |
/home/thecfguy/public_html/skins/glossyblue/page.cfm
|
| TYPE |
CFML
|
|
| 10 |
| struct |
| COLUMN |
0
|
| ID |
CFINCLUDE
|
| LINE |
32
|
| RAW_TRACE |
at cfpage2ecfm1465181345.runPage(/home/thecfguy/public_html/page.cfm:32)
|
| TEMPLATE |
/home/thecfguy/public_html/page.cfm
|
| TYPE |
CFML
|
|
|
| Type |
java.io.FileNotFoundException
|
|
| StackTrace |
coldfusion.tagext.io.FileTag$SingleFileOperationException: An error occurred when performing a file operation write on file /home/thecfguy/public_html/components/plugins/user/addcfcode/E6665BB5-9436-1493-BE90E70CFF334F92.cfm.
at coldfusion.tagext.io.FileTag.write(FileTag.java:398)
at coldfusion.tagext.io.FileTag.doStartTag(FileTag.java:300)
at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:2722)
at cfHandler2ecfc2138445235$funcPROCESSEVENT.runFunction(/home/thecfguy/public_html/components/plugins/user/addcfcode/Handler.cfc:54)
at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:472)
at coldfusion.filter.SilentFilter.invoke(SilentFilter.java:47)
at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:405)
at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:368)
at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:55)
at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:321)
at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:220)
at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:490)
at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:336)
at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:2360)
at cfPluginQueueThreaded2ecfc575512500$funcBROADCASTEVENT.runFunction(/home/thecfguy/public_html/components/PluginQueueThreaded.cfc:22)
at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:472)
at coldfusion.filter.SilentFilter.invoke(SilentFilter.java:47)
at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:405)
at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:368)
at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:55)
at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:321)
at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:220)
at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:490)
at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:336)
at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:2360)
at cfEntryWrapper2ecfc1454916489$funcGETCONTENT.runFunction(/home/thecfguy/public_html/components/EntryWrapper.cfc:158)
at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:472)
at coldfusion.filter.SilentFilter.invoke(SilentFilter.java:47)
at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:405)
at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:368)
at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:55)
at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:321)
at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:220)
at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:490)
at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:336)
at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:2360)
at cfPageProperty2ecfm1418305583._factor8(/home/thecfguy/public_html/tags/mango/PageProperty.cfm:165)
at cfPageProperty2ecfm1418305583._factor9(/home/thecfguy/public_html/tags/mango/PageProperty.cfm:30)
at cfPageProperty2ecfm1418305583.runPage(/home/thecfguy/public_html/tags/mango/PageProperty.cfm:1)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:231)
at coldfusion.filter.CFVariablesScopeFilter.invoke(CFVariablesScopeFilter.java:56)
at coldfusion.tagext.lang.ModuleTag.doStartTag(ModuleTag.java:271)
at cfpage2ecfm238968770._factor13(/home/thecfguy/public_html/skins/glossyblue/page.cfm:25)
at cfpage2ecfm238968770._factor17(/home/thecfguy/public_html/skins/glossyblue/page.cfm:7)
at cfpage2ecfm238968770.runPage(/home/thecfguy/public_html/skins/glossyblue/page.cfm:1)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:231)
at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:416)
at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:2722)
at cfpage2ecfm1465181345.runPage(/home/thecfguy/public_html/page.cfm:32)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:231)
at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:416)
at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:342)
at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:48)
at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40)
at coldfusion.filter.PathFilter.invoke(PathFilter.java:87)
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.CachingFilter.invoke(CachingFilter.java:53)
at coldfusion.CfmServlet.service(CfmServlet.java:200)
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:286)
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)
Caused by: java.io.FileNotFoundException: /home/thecfguy/public_html/components/plugins/user/addcfcode/E6665BB5-9436-1493-BE90E70CFF334F92.cfm (Permission denied)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(Unknown Source)
at java.io.FileOutputStream.<init>(Unknown Source)
at coldfusion.vfs.VFSFileFactory.fetchOutputStream(VFSFileFactory.java:414)
at coldfusion.vfs.VFSFileFactory.getOutputStream(VFSFileFactory.java:275)
at coldfusion.tagext.io.FileTag.createNewFile(FileTag.java:1038)
at coldfusion.tagext.io.FileTag.write(FileTag.java:391)
... 78 more
|
| TagContext |
| array
|
| 1 |
| struct |
| COLUMN |
0
|
| ID |
CFFILE
|
| LINE |
54
|
| RAW_TRACE |
at cfHandler2ecfc2138445235$funcPROCESSEVENT.runFunction(/home/thecfguy/public_html/components/plugins/user/addcfcode/Handler.cfc:54)
|
| TEMPLATE |
/home/thecfguy/public_html/components/plugins/user/addcfcode/Handler.cfc
|
| TYPE |
CFML
|
|
| 2 |
| struct |
| COLUMN |
0
|
| ID |
CF_TEMPLATEPROXY
|
| LINE |
22
|
| RAW_TRACE |
at cfPluginQueueThreaded2ecfc575512500$funcBROADCASTEVENT.runFunction(/home/thecfguy/public_html/components/PluginQueueThreaded.cfc:22)
|
| TEMPLATE |
/home/thecfguy/public_html/components/PluginQueueThreaded.cfc
|
| TYPE |
CFML
|
|
| 3 |
| struct |
| COLUMN |
0
|
| ID |
CF_TEMPLATEPROXY
|
| LINE |
158
|
| RAW_TRACE |
at cfEntryWrapper2ecfc1454916489$funcGETCONTENT.runFunction(/home/thecfguy/public_html/components/EntryWrapper.cfc:158)
|
| TEMPLATE |
/home/thecfguy/public_html/components/EntryWrapper.cfc
|
| TYPE |
CFML
|
|
| 4 |
| struct |
| COLUMN |
0
|
| ID |
CF_TEMPLATEPROXY
|
| LINE |
165
|
| RAW_TRACE |
at cfPageProperty2ecfm1418305583._factor8(/home/thecfguy/public_html/tags/mango/PageProperty.cfm:165)
|
| TEMPLATE |
/home/thecfguy/public_html/tags/mango/PageProperty.cfm
|
| TYPE |
CFML
|
|
| 5 |
| struct |
| COLUMN |
0
|
| ID |
CF_PAGEPROPERTY
|
| LINE |
30
|
| RAW_TRACE |
at cfPageProperty2ecfm1418305583._factor9(/home/thecfguy/public_html/tags/mango/PageProperty.cfm:30)
|
| TEMPLATE |
/home/thecfguy/public_html/tags/mango/PageProperty.cfm
|
| TYPE |
CFML
|
|
| 6 |
| struct |
| COLUMN |
0
|
| ID |
CF_PAGEPROPERTY
|
| LINE |
1
|
| RAW_TRACE |
at cfPageProperty2ecfm1418305583.runPage(/home/thecfguy/public_html/tags/mango/PageProperty.cfm:1)
|
| TEMPLATE |
/home/thecfguy/public_html/tags/mango/PageProperty.cfm
|
| TYPE |
CFML
|
|
| 7 |
| struct |
| COLUMN |
0
|
| ID |
CFMODULE
|
| LINE |
25
|
| RAW_TRACE |
at cfpage2ecfm238968770._factor13(/home/thecfguy/public_html/skins/glossyblue/page.cfm:25)
|
| TEMPLATE |
/home/thecfguy/public_html/skins/glossyblue/page.cfm
|
| TYPE |
CFML
|
|
| 8 |
| struct |
| COLUMN |
0
|
| ID |
CF_PAGE
|
| LINE |
7
|
| RAW_TRACE |
at cfpage2ecfm238968770._factor17(/home/thecfguy/public_html/skins/glossyblue/page.cfm:7)
|
| TEMPLATE |
/home/thecfguy/public_html/skins/glossyblue/page.cfm
|
| TYPE |
CFML
|
|
| 9 |
| struct |
| COLUMN |
0
|
| ID |
CF_PAGE
|
| LINE |
1
|
| RAW_TRACE |
at cfpage2ecfm238968770.runPage(/home/thecfguy/public_html/skins/glossyblue/page.cfm:1)
|
| TEMPLATE |
/home/thecfguy/public_html/skins/glossyblue/page.cfm
|
| TYPE |
CFML
|
|
| 10 |
| struct |
| COLUMN |
0
|
| ID |
CFINCLUDE
|
| LINE |
32
|
| RAW_TRACE |
at cfpage2ecfm1465181345.runPage(/home/thecfguy/public_html/page.cfm:32)
|
| TEMPLATE |
/home/thecfguy/public_html/page.cfm
|
| TYPE |
CFML
|
|
|
| Type |
Application
|
| action |
write
|
| file |
/home/thecfguy/public_html/components/plugins/user/addcfcode/E6665BB5-9436-1493-BE90E70CFF334F92.cfm
|
[addcfcode:error] Error occured while executing your code.
Current Version:
[Updates]
- Bugs related to multiplatform has been corrected.
- Ability to create file in VFS (VIrtual file system) for Coldfusion 9.0+ (Many thanks to Laura for her suggestion and code).
Last Version : 1.1
Last Update : 04 October 2010
Require : Mango 1.3+, enabled file management tag with write permission on root folder
Download
Version History:
Last Version : 1.0
Last Update : 04 Apr 2010
Require : Mango 1.3+, enabled file management tag with write permission on root folder

Source Code by Pritesh Patel is licensed under a Creative Commons Attribution-Share Alike 2.5 India License.
Recent Comments