After installing the latest bug fixes / modification 5 minutes ago, I can't view any
my web sites including the webtop. Need help. I'm running on Solaris 7 with spectra
1.5.1 / cf5.
Error Diagnostic Information
An error occurred while evaluating the expression:
bRefreshPages = 0;
bRefreshSections = 0;
// 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" )))
{
bRefreshSections = 1;
bRefreshPages = 1;
}
else
{
if (server.cfa.sitemodel[sitemodelserverscope].sections.dtLastRefresh +
request.cfa.TTL.sitemodel lt now())
bRefreshSections = 1;
if ( server.cfa.sitemodel[sitemodelserverscope].pages.dtLastRefresh +
request.cfa.TTL.sitemodel lt now() )
bRefreshPages = 1;
}
Error near line 101, column 182.
--------------------------------------------------------------------------------
Error resolving parameter SERVER.CFA.SITEMODE
The object SITEMODE is not present in the scope named SERVER.CFA. It is likely that
you have misspelled the name of the object you are trying to access.
The error occurred while processing an element with a general identifier of
(CFSCRIPT), occupying document position (95:3) to (95:12).
______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.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.