I'm going to be building a fairly large, robust site soon and thought that now might be the perfect time to evalaute some of the frameworks out there. This will be my first time using a pre-built FW and I'm struggling to get started with some of these.
I've downloaded the public beta of MG:U but I'm having some problems getting it running. I've got folders in my root for "/ModelGlue" and "/coldspring" but when I run http://localhost/translator/ I get the following error: You have attempted to dereference a scalar variable of type class [Ljava.lang.Object; as a structure with members. The error occurred in C:\phpdev\www\coldspring\beans\DefaultXmlBeanFactory.cfc: line 836 Called from C:\phpdev\www\coldspring\beans\BeanDefinition.cfc: line 215 Called from C:\phpdev\www\coldspring\beans\DefaultXmlBeanFactory.cfc: line 383 Called from C:\phpdev\www\coldspring\beans\DefaultXmlBeanFactory.cfc: line 332 Called from C:\phpdev\www\ModelGlue\unity\ModelGlue.cfm: line 33 Called from C:\phpdev\www\translator\index.cfm: line 33 834 : <cfargument name="md" type="struct" required="true" /> 835 : <cfset var i = "" /> 836 : <cfset var flattenedMetaData = duplicate(arguments.md)/> 837 : <cfset var foundFunctions = ""/> 838 : <cfset var access = "" /> I'm running CF 6.1 on a PC. I'm going to try and track this down, but wanted to post about it to try and get some help in advance. Thanks for any help. <!----------------//------ andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --------------//---------> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:255681 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

