Johan, Which files does it refer to anyway ?.
Johan Coens wrote: > // Check to make sure that both section and page caches are created > if ( (not > StructKeyExists(server.cfa.siteModel[siteModelServerScope],"sections") or > not structKeyExists( server.cfa.sitemodel[sitemodelserverscope].sections, > "dtLastRefresh" ) ) or ( not > ------> structKeyExists(server.cfa.siteMode[siteModelServerScope],"pages") > or not structKeyExists( server.cfa.sitemodel[sitemodelserverscope].pages, > "dtLastRefresh" ))) > > ------> should be > structKeyExists(server.cfa.siteModel[siteModelServerScope],"pages") or not > structKeyExists( server.cfa.sitemodel > > It's a typo. > ______________________________________________________________________ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm ------------------------------------------------------------------------------ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body.
