every time i try to use spell check (either one of them, why are there 2 spell check buttons anyway?) i get this error.
i am running Ubuntu 7.10 with Mozilla Firefox 2.0.0.6
function showHide(targetName) {
if( document.getElementById ) { // NS6+
target = document.getElementById(targetName);
} else if( document.all ) { // IE4+
target = document.all[targetName];
}
if( target ) {
if( target.style.display == "none" ) {
target.style.display = "inline";
} else {
target.style.display = "none";
}
}
}
The web site you are accessing has experienced an unexpected error.
Please contact the website administrator.
The following information is meant for the website developer for debugging purposes. |
Error Occurred While Processing Request |
Security: The requested template has been denied access to cfexecute.
|
The following is the internal exception message: access denied (coldfusion.tagext.GenericTagPermission cfexecute) |
|
The error occurred in D:mmorpg_newFCKeditor_243editordialogfck_spellerpagesspellerpagesserver-scriptsspellchecker.cfm: line 73
|
71 : 72 : <cfsavecontent variable="food"> 73 : <cfexecute name="C:WINDOWSSYSTEM32cmd.exe" arguments='/c type #tempFolder##tempfile#.txt | "#apsell_dir#aspell" #aspell_opts#' timeout="100"></cfexecute> 74 : </cfsavecontent> 75 :
|
|
Resources:
|
|
Stack Trace |
at cfspellchecker2ecfm568163062.runPage(D:mmorpg_newFCKeditor_243editordialogfck_spellerpagesspellerpagesserver-scriptsspellchecker.cfm:73)
java.security.AccessControlException: access denied (coldfusion.tagext.GenericTagPermission cfexecute) at java.security.AccessControlContext.checkPermission(AccessControlContext.java:323) at java.security.AccessController.checkPermission(AccessController.java:546) at coldfusion.security.SecurityManager.checkPermission(SecurityManager.java:209) at coldfusion.featurerouter.handler.standard.StandardSecurityManager.checkPermission(StandardSecurityManager.java:103) at coldfusion.tagext.GenericTag.check(GenericTag.java:107) at coldfusion.tagext.GenericTag.setPageContext(GenericTag.java:127) at coldfusion.runtime.CfJspPage._initTag(CfJspPage.java:1794) at cfspellchecker2ecfm568163062.runPage(D:mmorpg_newFCKeditor_243editordialogfck_spellerpagesspellerpagesserver-scriptsspellchecker.cfm:73) 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.MonitoringFilter.invoke(MonitoringFilter.java:40) at coldfusion.filter.PathFilter.invoke(PathFilter.java:86) at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70) at coldfusion.filter.BrowserDebugFilter.invoke(BrowserDebugFilter.java:74) 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)
|
|
Comments
I just wanted to post here that I too have been experiencing this issue on Windows/Firefox for well over a month now.
I just decided to switch to Traditional BBML text editing, to use my Firefox built-in spelling checker until the issue is resolve.
You're not the only ones. I've been getting the same spell check error. I've also been experiencing a sort of hangup when I visit this site. I'd hit the post button and it would just sit there for almost a minute before it sends the request through. This doesn't happen often, only maybe once every 2 weeks or so and all the other sites I surf don't seem to be having this problem. Is this site overloades. Are people visiting it in some huge numbers that it puts stress on their server? Maybe just bad coding?
No required quests! And if I decide I want to be an assassin-cartographer-dancer-pastry chef who lives only to stalk and kill interior decorators, then that's who I want to be, even if it takes me four years to max all the skills and everyone else thinks I'm freaking nuts. -Madimorga-
Wouldn't that belong into the Help Desk forum?
Thread moved from "Site Suggestions" to "Help Desk".