shiftregister-vg / Member-Blogs

Mura Plugin
0 stars 3 forks source link

Error when loading plugin in admin #1

Open ronnieduke opened 11 years ago

ronnieduke commented 11 years ago

Hey Steve,

I just came across your plugin as it addresses something that I am looking to create a Mura project with.

The plugin seems to install just fine, but when I browse to the plugin settings, I get the following error. Any chance you could identify a quick fix for this?

Thanks!

struct Detail [empty string] ErrNumber 0 Message You have attempted to dereference a scalar variable of type class java.lang.String as a structure with members. StackTrace coldfusion.runtime.ScopeCastException: You have attempted to dereference a scalar variable of type class java.lang.String as a structure with members. at coldfusion.runtime.Cast._Map(Cast.java:1228) at coldfusion.runtime.CfJspPage._resolve(CfJspPage.java:1615) at coldfusion.runtime.CfJspPage._resolveAndAutoscalarize(CfJspPage.java:1794) at coldfusion.runtime.CfJspPage._resolveAndAutoscalarize(CfJspPage.java:1787) at cfindex2ecfm27710845.runPage(C:\home\modmediadev.com\wwwroot\plugins\memberblogs_16\index.cfm:36) 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:360) at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:48) at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40) at coldfusion.filter.PathFilter.invoke(PathFilter.java:94) 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:62) 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 com.seefusion.Filter.doFilter(Filter.java:49) at com.seefusion.SeeFusion.doFilter(SeeFusion.java:1500) 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 CF_CAST LINE 36 RAW_TRACE at cfindex2ecfm27710845.runPage(C:\home\modmediadev.com\wwwroot\plugins\memberblogs_16\index.cfm:36) TEMPLATE C:\home\modmediadev.com\wwwroot\plugins\memberblogs_16\index.cfm TYPE CFML

shiftregister-vg commented 11 years ago

I'll take a look and see what the problem could be. In the mean-time, could you tell me which version of Mura you are installing on as well as the CFML engine and version? Thanks!

ronnieduke commented 11 years ago

Hey Steve,

I'm on Mura 6 and cf9.

Thanks!

Ronnie Duke

Mod Media 503.914.6279 www.themodmedia.com

On Feb 14, 2013, at 12:18 AM, Steve Good notifications@github.com wrote:

I'll take a look and see what the problem could be. In the mean-time, could you tell me which version of Mura you are installing on as well as the CFML engine and version? Thanks!

— Reply to this email directly or view it on GitHubhttps://github.com/stevegood/Member-Blogs/issues/1#issuecomment-13537333.

shiftregister-vg commented 11 years ago

Thanks Ronnie, I'll see if I can reproduce the error.