I have upgraded 5 sites but show an issue on this site.
Other sites went as expected. This one is showing a file not found error.
But isnt this file in the upgrade package?
Thanks!
Error: [parseWebskinMetadata] Webskin file does not exist, {TYPENAME={{TYPENAME, CONFMGR2}},LDEFAULTS={{LDEFAULTS, , , ,0,1440,false,false,false, , ,fragment,object,1}},LTYPES={{LTYPES, string,string,string,numeric,numeric,boolean,boolean,boolean,string,string,string,string}},LPROPERTIES={{LPROPERTIES, displayname,author,description,cacheStatus,cacheTimeout,cacheByURL,cacheByForm,cacheByRoles,cacheByVars,fuAlias,viewstack,viewbinding,allowredirect}},TEMPLATE={{TEMPLATE, DraftQuery}},PATH={{PATH, /farcry/projects/WWW/webskin/CONFMGR2/DraftQuery.cfm}}}
The error occurred in E:/farcry/core/packages/coapi/coapiadmin.cfc: line 521
Called from E:/farcry/core/packages/coapi/coapiadmin.cfc: line 342
Called from E:/farcry/core/packages/fourq/fourq.cfc: line 1414
Called from E:/farcry/core/packages/farcry/alterType.cfc: line 306
Called from E:/farcry/core/packages/farcry/alterType.cfc: line 408
Called from E:/farcry/projects/WWW/www/updater5.0.0/index.cfm: line 124
Called from E:/farcry/projects/WWW/www/updater5.0.0/index.cfm: line 20
Called from E:/farcry/projects/WWW/www/updater5.0.0/index.cfm: line 1
519 : <cffile action="READ" file="#Expandpath(arguments.path)#" variable="templateCode">
520 : <cfelse>
521 : <cfthrow type="Application" detail="Error: [parseWebskinMetadata] Webskin file does not exist, #arguments.toString()#" />
522 : </cfif>
523 :