I am in the process of migrating a dev server to Spectra 1.5.2/CFMX. Everything was fine before the CFMX update (performed as per the intructions). Now, when I try to browse elements of the Webtop, or access my applications, I get the error shown below, which looks suspiciously like the "greater than three elements" structure error noted in ColdFusion MX: Known ColdFusion MX Issues (http://www.macromedia.com/v1/handlers/index.cfm?ID=23464&Method=Full) and purported to be fixed by ColdFusion MX Updater Release 2 Release Notes (http://www.macromedia.com/support/coldfusion/releasenotes/mx/releasenotes_mx_updater.html).
Can anyone advise? Steve C Error text: Error Occurred While Processing Request Element PAGES is undefined in a CFML structure referenced as part of an expression. The error occurred in C:\Program Files\allaire\spectra\customtags\system\tier1\sitemodeling\cfa_sitemodelcreatestruct.cfm: line 113 Called from C:\Program Files\allaire\spectra\customtags\system\tier1\sitemodeling\cfa_sitemodelcreatestruct.cfm: line 111 Called from C:\Program Files\allaire\spectra\customtags\system\tier1\sitemodeling\cfa_sitemodelcreatestruct.cfm: line 578 Called from C:\Program Files\allaire\spectra\handlers\system\application\initialize.cfm: line 82 Called from C:\Program Files\allaire\spectra\customtags\system\tier0\objectstore\cfa_contentobjectinvokemethod.cfm: line 271 Called from C:\Program Files\allaire\spectra\customtags\system\tier0\objectstore\cfa_contentobject.cfm: line 337 Called from C:\Program Files\allaire\spectra\customtags\system\tier1\application\cfa_applicationinitialize.cfm: line 190 Called from C:\Inetpub\AIRootDev\Application.cfm: line 197 Called from C:\Inetpub\AIRootDev\Application.cfm: line 364 Called from C:\Inetpub\AIRootDev\Application.cfm: line 460 111 : timeout="#request.cfa.server.locktimeout.sitemodel#"> 112 : <cfset bSectionStructKeyExists = structKeyExists( server.cfa.siteModel[siteModelServerScope].sections, rootElementID )> 113 : <cfset bPageStructKeyExists = structKeyExists( server.cfa.siteModel[siteModelServerScope].pages, rootElementID )> 114 : <cfif bSectionStructKeyExists and not bPageStructKeyExists> 115 : <cfset rootChildren = server.cfa.sitemodel[sitemodelserverscope].sections[rootElementID]> -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Get the mailserver that powers this list at http://www.coolfusion.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

