Hi Joshua, I'd like to be able to help you track this down, but I'm afraid that this really isn't enough information to provide any kind of guess as to what the problem might be.
Please provide as much detail as you can -- the more information you can supply, the better the chance that someone will be able to help. That said, what this essentially means is that a simple variable is being referenced as a structure. Here is a very basic example that would cause this error to occur: <cfset test1 = "test" /> <cfset test2 = test1.test /> -- Ezra Parker On Fri, Nov 13, 2009 at 1:01 PM, Joshua O'Connor-Rose <[email protected]> wrote: > > So my site get's this error > > "dereference a scalar variable of type class java.lang.String as a > structure with members." > > If I reinitialize the site it clears. Then I tell the client > everything's ok. They check a few hours later and it shows the error. > > I don't want to say . . ."That's ok all you need to do is reinitialize > the application." > > Any ideas what's going on > > -Joshua O'Connor-Rose > -All is Good > > > > --~--~---------~--~----~------------~-------~--~----~ Model-Glue Sites: Home Page: http://www.model-glue.com Documentation: http://docs.model-glue.com Bug Tracker: http://bugs.model-glue.com Blog: http://www.model-glue.com/blog You received this message because you are subscribed to the Google Groups "model-glue" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/model-glue?hl=en -~----------~----~----~----~------~----~------~--~---
