Action: my-blog.2011-03-16-google-web-fonts-api
request
Entries: 19
action
stringerror.error
base
string/display/
cfcbase
stringcfcs
context
Struct
Entries: 21
action
stringmy-blog.2011-03-16-google-web-fonts-api
BGETPAGE
booleantrue
BPAGECHECK
booleantrue
BPAGEDATA
booleantrue
BPAGEVIEW
booleantrue
BPAGEWIDGETS
booleantrue
CACHEBUSTER
string9FED1DFD305267C748E5AE665F0F4DAB
HTTPPROTOCOL
stringhttp://
IGALLERYID
number567
IPAGEID
number633
PAGE
Struct
Entries: 22
ADMIN_EMAIL
stringneil@n-smith.com
ADMIN_FIRSTNAME
stringNeil
ADMIN_LASTNAME
stringSmith
DTEENDDATE
Date Time (Europe/London)
{ts '2025-12-20 23:13:50'}
DTESTARTDATE
Date Time (Europe/London)
{ts '2025-12-19 23:13:50'}
PAGE_ALLOW_COMMENTS
number1
PAGE_ALLOW_TRACKBACKS
number0
PAGE_CREATED_DATE
Date Time (Europe/London)
{ts '2011-03-16 00:00:00'}
PAGE_FULL_LINK
string//www.n-smith.com/index.cfm/my-blog/2011-03-16-google-web-fonts-api/
PAGE_ID
number633
PAGE_META_DESC
stringThe Google Font API helps you add web fonts to any web page. Benefits of the Google Font API include: A choice of high quality open source fonts. Works in most browsers. Extremely easy to use.
PAGE_META_KEYWORDS
stringgoogle web fonts,api,web font,embed,directory,fonts,javascript
PAGE_META_TITLE
stringGoogle Web Fonts / Font API | Integrate high quality fonts into websites
PAGE_PARENT_SECTION_ID
number583
PAGE_SECTION_ID
number655
PAGE_SHOW_DATE
number1
PAGE_START_DATE
Date Time (Europe/London)
{ts '2011-03-16 00:00:00'}
PAGE_SYNDICATE
number1
PAGE_TEXT_MAIN
string<p>The Google Font API helps you add web fonts to any web page.</p> <p>Benefits of the Google Font API include:</p> <ul> <li>A choice of high quality open source fonts.</li> <li>Works in most browsers.</li> <li>Extremely easy to use.</li> <li>A CSS file hosted on Google's CDN - for speed and reliability</li> </ul> <p>Applying a font is easy: just add a special stylesheet link to your web page, then use the font in a CSS style. Here is the <a title="Getting Started with Google Web Fonts API" href="http://code.google.com/apis/webfonts/docs/getting_started.html#Quick_Start" target="_blank">getting started guide for Google Web Fonts API</a>.</p> <p>It's one simple CSS include required to use these open source fonts from Google. E.g.</p> <blockquote>&lt;link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Font+Name"&gt;</blockquote> <p>Then adjust your CSS selectors to use the new font ...</p> <blockquote>CSS selector { font-family: 'Font Name', serif; }</blockquote> <p>You can view the <a title="Google Font Library" href="http://www.google.com/webfonts" target="_blank">Google font libray here</a></p>
PAGE_TITLE
stringWhat are the Google Web Font(s) API and the Google Font Directory?
PAGE_TYPE
stringBlog Post
PAGE_TYPE_ID
number502
qCheckURL
Query
Template: /com/nsmith/websites/controllers/app.cfc:126
Execution Time: 0.069 ms
Record Count: 1
Cached: No
Lazy: No
SQL:
SELECT *
FROM application.qSections
WHERE section_full_url = '/my-blog/2011-03-16-google-web-fonts-api/' OR
section_full_url = '//my-blog/2011-03-16-google-web-fonts-api/'
section_idsection_parent_idsection_namesection_urlsection_menu_visiblesection_sort_ordersection_status_idwebsite_idsection_full_url
16555832011 03 16 Google Web Fonts API/2011-03-16-google-web-fonts-api07012/my-blog/2011-03-16-google-web-fonts-api/
QPAGE
Query
Template: /com/nsmith/page.cfc:93
Execution Time: 1.68 ms
Record Count: 1
Cached: No
Lazy: No
SQL:
DECLARE @today DATETIME
SET @today = GETDATE()
SELECT TOP 1
p.page_id
,p.page_type_id
,p.page_section_id
,p.page_gallery_id
,p.page_start_date
,p.page_end_date
,p.page_name
,p.page_meta_title
,p.page_meta_keywords
,p.page_meta_desc
,p.page_title
,p.page_text_main
,p.page_syndicate
,p.page_show_date
,p.page_created_date
,p.page_created_by
,p.page_seo_link
,p.page_priority
,p.page_status_id
,p.page_allow_comments
,p.page_allow_trackbacks
,p.website_id
,pt.page_type
,a.admin_firstname
,a.admin_lastname
,a.admin_email
FROM t_page p
INNER JOIN t_admin a ON a.admin_id = p.page_created_by
INNER JOIN t_page_type_LU pt ON p.page_type_id = pt.page_type_id
WHERE p.page_status_id IN (1)
AND p.page_section_id = 655
AND p.page_start_date <= @today
AND p.page_end_date >= @today
AND p.website_id = 2
page_idpage_type_idpage_section_idpage_gallery_idpage_start_datepage_end_datepage_namepage_meta_titlepage_meta_keywordspage_meta_descpage_titlepage_text_mainpage_syndicatepage_show_datepage_created_datepage_created_bypage_seo_linkpage_prioritypage_status_idpage_allow_commentspage_allow_trackbackswebsite_idpage_typeadmin_firstnameadmin_lastnameadmin_email
1633502655567{ts '2011-03-16 00:00:00'}{ts '2081-03-16 00:00:00'}My Blog - Google Web Fonts APIGoogle Web Fonts / Font API | Integrate high quality fonts into websitesgoogle web fonts,api,web font,embed,directory,fonts,javascriptThe Google Font API helps you add web fonts to any web page. Benefits of the Google Font API include: A choice of high quality open source fonts. Works in most browsers. Extremely easy to use. What are the Google Web Font(s) API and the Google Font Directory?<p>The Google Font API helps you add web fonts to any web page.</p> <p>Benefits of the Google Font API include:</p> <ul> <li>A choice of high quality open source fonts.</li> <li>Works in most browsers.</li> <li>Extremely easy to use.</li> <li>A CSS file hosted on Google's CDN - for speed and reliability</li> </ul> <p>Applying a font is easy: just add a special stylesheet link to your web page, then use the font in a CSS style. Here is the <a title="Getting Started with Google Web Fonts API" href="http://code.google.com/apis/webfonts/docs/getting_started.html#Quick_Start" target="_blank">getting started guide for Google Web Fonts API</a>.</p> <p>It's one simple CSS include required to use these open source fonts from Google. E.g.</p> <blockquote>&lt;link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Font+Name"&gt;</blockquote> <p>Then adjust your CSS selectors to use the new font ...</p> <blockquote>CSS selector { font-family: 'Font Name', serif; }</blockquote> <p>You can view the <a title="Google Font Library" href="http://www.google.com/webfonts" target="_blank">Google font libray here</a></p>11{ts '2011-03-16 15:31:02'}110.41102Blog PostNeilSmithneil@n-smith.com
QPAGEGALLERY
Query
Template: /com/nsmith/galleries.cfc:34
Execution Time: 0.758 ms
Record Count: 1
Cached: No
Lazy: No
SQL:
SELECT
gaj.asset_id,
gaj.gallery_id,
gaj.sort_order,
a.asset_filename,
a.asset_description,
a.asset_extension,
a.asset_title_alt,
g.gallery_name,
g.gallery_description,
g.website_id
FROM t_gallery_asset_JOIN gaj
INNER JOIN t_asset a ON gaj.asset_id = a.asset_id
INNER JOIN t_gallery g ON gaj.gallery_id = g.gallery_id
WHERE gaj.gallery_id = 567
AND g.website_id = 2
ORDER BY gaj.sort_order
asset_idgallery_idsort_orderasset_filenameasset_descriptionasset_extensionasset_title_altgallery_namegallery_descriptionwebsite_id
17475671google-web-fonts.jpgGoogle FontsGoogle Web Fonts2
QSECTION
Query
Template: /com/nsmith/page.cfc:152
Execution Time: 1.49 ms
Record Count: 1
Cached: No
Lazy: No
SQL:
DECLARE @today DATETIME
SET @today = GETDATE()
SELECT
s.section_id,
s.section_parent_id,
s.section_url,
a.asset_id,
a.asset_filename,
a.asset_extension,
a.asset_width,
a.asset_height,
p.page_title,
p.page_meta_desc,
p.page_created_date,
p.page_start_date,
p.page_end_date,
p.page_allow_comments,
p.page_allow_trackbacks,
ps.section_id AS parent_section_id,
ps.section_url AS parent_section_url,
ps.section_name AS parent_section_name,
section_full_url =
CASE
WHEN s.section_parent_id IS NULL THEN Replace(s.section_url + '/','//','/')
ELSE ps.section_url + s.section_url + '/'
END
FROM t_section s
LEFT JOIN t_section ps ON s.section_parent_id = ps.section_id
INNER JOIN (
SELECT page_id, page_section_id, page_type_id, page_gallery_id, page_meta_desc, page_title, page_created_date, page_start_date, page_end_date, page_allow_comments, page_allow_trackbacks
FROM t_page
WHERE page_start_date <= @today
AND page_end_date >= @today
AND page_status_id = 1
AND website_id = 2
) p ON p.page_section_id = s.section_id
LEFT JOIN (
SELECT asset_id, gallery_id, sort_order
FROM t_gallery_asset_JOIN
WHERE sort_order = 1
) gaj ON gaj.gallery_id = p.page_gallery_id
LEFT JOIN t_asset a ON a.asset_id = gaj.asset_id
WHERE s.section_id <> 0
AND s.website_id = 2
AND s.section_id = 655
ORDER BY p.page_created_date ASC
section_idsection_parent_idsection_urlasset_idasset_filenameasset_extensionasset_widthasset_heightpage_titlepage_meta_descpage_created_datepage_start_datepage_end_datepage_allow_commentspage_allow_trackbacksparent_section_idparent_section_urlparent_section_namesection_full_url
1655583/2011-03-16-google-web-fonts-api747google-web-fonts.jpgWhat are the Google Web Font(s) API and the Google Font Directory?The Google Font API helps you add web fonts to any web page. Benefits of the Google Font API include: A choice of high quality open source fonts. Works in most browsers. Extremely easy to use. {ts '2011-03-16 15:31:02'}{ts '2011-03-16 00:00:00'}{ts '2081-03-16 00:00:00'}10583/my-blogMy Blog/my-blog/2011-03-16-google-web-fonts-api/
RANDIMAGE
number1
SITEM
string2011-03-16-google-web-fonts-api
SSECTION
stringmy-blog
SSERVERNAME
stringwww.n-smith.com
STRRELOCATEURL
string
STRURL
string/my-blog/2011-03-16-google-web-fonts-api/
controllerexecutioncomplete
booleantrue
controllerexecutionstarted
booleantrue
event
stringonRequest
exception
Catch
Entries: 13
additional
Struct (ordered)
Cause
Struct
additional
Struct (ordered)
Detail
string
ErrNumber
number0
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringkey [system_name] doesn't exist
StackTrace
stringlucee.runtime.exp.ExpressionException: key [system_name] doesn't exist at lucee.runtime.type.util.StructSupport.invalidKey(StructSupport.java:67) at lucee.runtime.type.StructImpl.get(StructImpl.java:149) at lucee.runtime.util.VariableUtilImpl.get(VariableUtilImpl.java:278) at lucee.runtime.PageContextImpl.get(PageContextImpl.java:1502) at views.pagelayout.header.meta_cfm$cf.call(/superdisplay/views/pagelayout/header/meta.cfm:12) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:945) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:837) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:818) at corfield.framework_cfc$cf.udfCall7(/org/corfield/framework.cfc:1535) at corfield.framework_cfc$cf.udfCall(/org/corfield/framework.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:106) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:344) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:217) at lucee.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:779) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:785) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1710) at corfield.framework_cfc$cf.udfCall6(/org/corfield/framework.cfc:898) at corfield.framework_cfc$cf.udfCall(/org/corfield/framework.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:106) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:344) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:217) at lucee.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:779) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:785) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1710) at layouts.default_cfm$cf.call(/display/layouts/default.cfm:11) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:945) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:837) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:818) at corfield.framework_cfc$cf.udfCall7(/org/corfield/framework.cfc:1509) at corfield.framework_cfc$cf.udfCall(/org/corfield/framework.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:106) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:344) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:217) at lucee.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:779) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:785) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1710) at corfield.framework_cfc$cf.udfCall2(/org/corfield/framework.cfc:554) at corfield.framework_cfc$cf.udfCall(/org/corfield/framework.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:106) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:344) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:217) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:680) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:568) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1898) at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:436) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:215) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:42) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2416) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2406) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2381) at lucee.runtime.engine.Request.exe(Request.java:43) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1170) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1116) at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:97) at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:51) at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:432) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1590) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Thread.java:834)
TagContext
Array
1
Struct
codePrintHTML
string10: &lt;meta http-equiv=&quot;content-type&quot; content=&quot;text/html; charset=UTF-8&quot; /&gt;<br> 11: #view( '/pagelayout/header/robots' )#<br> <b>12: &lt;meta name=&quot;author&quot; content=&quot;#application.stConfig['system_name']#&quot; /&gt;</b><br> 13: &lt;meta name=&quot;generator&quot; content=&quot;n-smith CMS - www.n-smith.com&quot; /&gt;<br> 14: #view( '/pagelayout/header/googleverify' )#<br>
codePrintPlain
string10: <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> 11: #view( '/pagelayout/header/robots' )# 12: <meta name="author" content="#application.stConfig['system_name']#" /> 13: <meta name="generator" content="n-smith CMS - www.n-smith.com" /> 14: #view( '/pagelayout/header/googleverify' )#
column
number0
id
string??
line
number12
Raw_Trace
stringviews.pagelayout.header.meta_cfm$cf.call(/superdisplay/views/pagelayout/header/meta.cfm:12)
template
stringC:\wamp\www\com\nsmith\websites\display\views\pagelayout\header\meta.cfm
type
stringcfml
2
Struct
codePrintHTML
string1533: &lt;/cfif&gt;<br> 1534: <br> <b>1535: &lt;cfsavecontent variable='response'&gt;&lt;cfinclude template=&quot;#viewPath#&quot;/&gt;&lt;/cfsavecontent&gt;</b><br> 1536: <br> 1537: &lt;cfreturn response /&gt;<br>
codePrintPlain
string1533: </cfif> 1534: 1535: <cfsavecontent variable='response'><cfinclude template="#viewPath#"/></cfsavecontent> 1536: 1537: <cfreturn response />
column
number0
id
string??
line
number1535
Raw_Trace
stringcorfield.framework_cfc$cf.udfCall7(/org/corfield/framework.cfc:1535)
template
stringC:\wamp\www\org\corfield\framework.cfc
type
stringcfml
3
Struct
codePrintHTML
string896: <br> 897: &lt;cfset var viewPath = parseViewOrLayoutPath( arguments.path, 'view' ) /&gt;<br> <b>898: &lt;cfreturn internalView( viewPath, arguments.args ) /&gt;</b><br> 899: &lt;/cffunction&gt;<br> 900: <br>
codePrintPlain
string896: 897: <cfset var viewPath = parseViewOrLayoutPath( arguments.path, 'view' ) /> 898: <cfreturn internalView( viewPath, arguments.args ) /> 899: </cffunction> 900:
column
number0
id
string??
line
number898
Raw_Trace
stringcorfield.framework_cfc$cf.udfCall6(/org/corfield/framework.cfc:898)
template
stringC:\wamp\www\org\corfield\framework.cfc
type
stringcfml
4
Struct
codePrintHTML
string9: #view( '/pagelayout/header/metatitle' )#<br> 10: &lt;!-- META Info --&gt;<br> <b>11: #view( '/pagelayout/header/meta' )#</b><br> 12: &lt;link rel=&quot;author&quot; href=&quot;https://plus.google.com/108397042796904220137&quot; /&gt;<br> 13: &lt;!-- CSS Files --&gt;<br>
codePrintPlain
string9: #view( '/pagelayout/header/metatitle' )# 10: <!-- META Info --> 11: #view( '/pagelayout/header/meta' )# 12: <link rel="author" href="https://plus.google.com/108397042796904220137" /> 13: <!-- CSS Files -->
column
number0
id
string??
line
number11
Raw_Trace
stringlayouts.default_cfm$cf.call(/display/layouts/default.cfm:11)
template
stringC:\wamp\www\n-smith.com\www\display\layouts\default.cfm
type
stringcfml
5
Struct
codePrintHTML
string1507: &lt;/cfif&gt;<br> 1508: <br> <b>1509: &lt;cfsavecontent variable='response'&gt;&lt;cfinclude template=&quot;#layoutPath#&quot;/&gt;&lt;/cfsavecontent&gt;</b><br> 1510: <br> 1511: &lt;cfreturn response /&gt;<br>
codePrintPlain
string1507: </cfif> 1508: 1509: <cfsavecontent variable='response'><cfinclude template="#layoutPath#"/></cfsavecontent> 1510: 1511: <cfreturn response />
column
number0
id
string??
line
number1509
Raw_Trace
stringcorfield.framework_cfc$cf.udfCall7(/org/corfield/framework.cfc:1509)
template
stringC:\wamp\www\org\corfield\framework.cfc
type
stringcfml
6
Struct
codePrintHTML
string552: break;<br> 553: }<br> <b>554: out = internalLayout( request.layouts[i], out );</b><br> 555: }<br> 556: writeOutput( out );<br>
codePrintPlain
string552: break; 553: } 554: out = internalLayout( request.layouts[i], out ); 555: } 556: writeOutput( out );
column
number0
id
string??
line
number554
Raw_Trace
stringcorfield.framework_cfc$cf.udfCall2(/org/corfield/framework.cfc:554)
template
stringC:\wamp\www\org\corfield\framework.cfc
type
stringcfml
type
stringexpression
Detail
string
ErrNumber
number0
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringkey [system_name] doesn't exist
name
stringonRequest
rootCause
Struct
additional
Struct (ordered)
Detail
string
ErrNumber
number0
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringkey [system_name] doesn't exist
StackTrace
stringlucee.runtime.exp.ExpressionException: key [system_name] doesn't exist at lucee.runtime.type.util.StructSupport.invalidKey(StructSupport.java:67) at lucee.runtime.type.StructImpl.get(StructImpl.java:149) at lucee.runtime.util.VariableUtilImpl.get(VariableUtilImpl.java:278) at lucee.runtime.PageContextImpl.get(PageContextImpl.java:1502) at views.pagelayout.header.meta_cfm$cf.call(/superdisplay/views/pagelayout/header/meta.cfm:12) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:945) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:837) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:818) at corfield.framework_cfc$cf.udfCall7(/org/corfield/framework.cfc:1535) at corfield.framework_cfc$cf.udfCall(/org/corfield/framework.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:106) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:344) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:217) at lucee.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:779) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:785) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1710) at corfield.framework_cfc$cf.udfCall6(/org/corfield/framework.cfc:898) at corfield.framework_cfc$cf.udfCall(/org/corfield/framework.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:106) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:344) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:217) at lucee.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:779) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:785) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1710) at layouts.default_cfm$cf.call(/display/layouts/default.cfm:11) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:945) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:837) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:818) at corfield.framework_cfc$cf.udfCall7(/org/corfield/framework.cfc:1509) at corfield.framework_cfc$cf.udfCall(/org/corfield/framework.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:106) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:344) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:217) at lucee.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:779) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:785) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1710) at corfield.framework_cfc$cf.udfCall2(/org/corfield/framework.cfc:554) at corfield.framework_cfc$cf.udfCall(/org/corfield/framework.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:106) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:344) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:217) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:680) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:568) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1898) at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:436) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:215) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:42) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2416) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2406) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2381) at lucee.runtime.engine.Request.exe(Request.java:43) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1170) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1116) at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:97) at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:51) at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:432) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1590) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Thread.java:834)
TagContext
Array
1
Struct
codePrintHTML
string10: &lt;meta http-equiv=&quot;content-type&quot; content=&quot;text/html; charset=UTF-8&quot; /&gt;<br> 11: #view( '/pagelayout/header/robots' )#<br> <b>12: &lt;meta name=&quot;author&quot; content=&quot;#application.stConfig['system_name']#&quot; /&gt;</b><br> 13: &lt;meta name=&quot;generator&quot; content=&quot;n-smith CMS - www.n-smith.com&quot; /&gt;<br> 14: #view( '/pagelayout/header/googleverify' )#<br>
codePrintPlain
string10: <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> 11: #view( '/pagelayout/header/robots' )# 12: <meta name="author" content="#application.stConfig['system_name']#" /> 13: <meta name="generator" content="n-smith CMS - www.n-smith.com" /> 14: #view( '/pagelayout/header/googleverify' )#
column
number0
id
string??
line
number12
Raw_Trace
stringviews.pagelayout.header.meta_cfm$cf.call(/superdisplay/views/pagelayout/header/meta.cfm:12)
template
stringC:\wamp\www\com\nsmith\websites\display\views\pagelayout\header\meta.cfm
type
stringcfml
2
Struct
codePrintHTML
string1533: &lt;/cfif&gt;<br> 1534: <br> <b>1535: &lt;cfsavecontent variable='response'&gt;&lt;cfinclude template=&quot;#viewPath#&quot;/&gt;&lt;/cfsavecontent&gt;</b><br> 1536: <br> 1537: &lt;cfreturn response /&gt;<br>
codePrintPlain
string1533: </cfif> 1534: 1535: <cfsavecontent variable='response'><cfinclude template="#viewPath#"/></cfsavecontent> 1536: 1537: <cfreturn response />
column
number0
id
string??
line
number1535
Raw_Trace
stringcorfield.framework_cfc$cf.udfCall7(/org/corfield/framework.cfc:1535)
template
stringC:\wamp\www\org\corfield\framework.cfc
type
stringcfml
3
Struct
codePrintHTML
string896: <br> 897: &lt;cfset var viewPath = parseViewOrLayoutPath( arguments.path, 'view' ) /&gt;<br> <b>898: &lt;cfreturn internalView( viewPath, arguments.args ) /&gt;</b><br> 899: &lt;/cffunction&gt;<br> 900: <br>
codePrintPlain
string896: 897: <cfset var viewPath = parseViewOrLayoutPath( arguments.path, 'view' ) /> 898: <cfreturn internalView( viewPath, arguments.args ) /> 899: </cffunction> 900:
column
number0
id
string??
line
number898
Raw_Trace
stringcorfield.framework_cfc$cf.udfCall6(/org/corfield/framework.cfc:898)
template
stringC:\wamp\www\org\corfield\framework.cfc
type
stringcfml
4
Struct
codePrintHTML
string9: #view( '/pagelayout/header/metatitle' )#<br> 10: &lt;!-- META Info --&gt;<br> <b>11: #view( '/pagelayout/header/meta' )#</b><br> 12: &lt;link rel=&quot;author&quot; href=&quot;https://plus.google.com/108397042796904220137&quot; /&gt;<br> 13: &lt;!-- CSS Files --&gt;<br>
codePrintPlain
string9: #view( '/pagelayout/header/metatitle' )# 10: <!-- META Info --> 11: #view( '/pagelayout/header/meta' )# 12: <link rel="author" href="https://plus.google.com/108397042796904220137" /> 13: <!-- CSS Files -->
column
number0
id
string??
line
number11
Raw_Trace
stringlayouts.default_cfm$cf.call(/display/layouts/default.cfm:11)
template
stringC:\wamp\www\n-smith.com\www\display\layouts\default.cfm
type
stringcfml
5
Struct
codePrintHTML
string1507: &lt;/cfif&gt;<br> 1508: <br> <b>1509: &lt;cfsavecontent variable='response'&gt;&lt;cfinclude template=&quot;#layoutPath#&quot;/&gt;&lt;/cfsavecontent&gt;</b><br> 1510: <br> 1511: &lt;cfreturn response /&gt;<br>
codePrintPlain
string1507: </cfif> 1508: 1509: <cfsavecontent variable='response'><cfinclude template="#layoutPath#"/></cfsavecontent> 1510: 1511: <cfreturn response />
column
number0
id
string??
line
number1509
Raw_Trace
stringcorfield.framework_cfc$cf.udfCall7(/org/corfield/framework.cfc:1509)
template
stringC:\wamp\www\org\corfield\framework.cfc
type
stringcfml
6
Struct
codePrintHTML
string552: break;<br> 553: }<br> <b>554: out = internalLayout( request.layouts[i], out );</b><br> 555: }<br> 556: writeOutput( out );<br>
codePrintPlain
string552: break; 553: } 554: out = internalLayout( request.layouts[i], out ); 555: } 556: writeOutput( out );
column
number0
id
string??
line
number554
Raw_Trace
stringcorfield.framework_cfc$cf.udfCall2(/org/corfield/framework.cfc:554)
template
stringC:\wamp\www\org\corfield\framework.cfc
type
stringcfml
type
stringexpression
StackTrace
stringlucee.runtime.exp.ExpressionException: key [system_name] doesn't exist at lucee.runtime.type.util.StructSupport.invalidKey(StructSupport.java:67) at lucee.runtime.type.StructImpl.get(StructImpl.java:149) at lucee.runtime.util.VariableUtilImpl.get(VariableUtilImpl.java:278) at lucee.runtime.PageContextImpl.get(PageContextImpl.java:1502) at views.pagelayout.header.meta_cfm$cf.call(/superdisplay/views/pagelayout/header/meta.cfm:12) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:945) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:837) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:818) at corfield.framework_cfc$cf.udfCall7(/org/corfield/framework.cfc:1535) at corfield.framework_cfc$cf.udfCall(/org/corfield/framework.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:106) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:344) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:217) at lucee.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:779) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:785) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1710) at corfield.framework_cfc$cf.udfCall6(/org/corfield/framework.cfc:898) at corfield.framework_cfc$cf.udfCall(/org/corfield/framework.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:106) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:344) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:217) at lucee.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:779) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:785) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1710) at layouts.default_cfm$cf.call(/display/layouts/default.cfm:11) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:945) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:837) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:818) at corfield.framework_cfc$cf.udfCall7(/org/corfield/framework.cfc:1509) at corfield.framework_cfc$cf.udfCall(/org/corfield/framework.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:106) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:344) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:217) at lucee.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:779) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:785) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1710) at corfield.framework_cfc$cf.udfCall2(/org/corfield/framework.cfc:554) at corfield.framework_cfc$cf.udfCall(/org/corfield/framework.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:106) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:344) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:217) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:680) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:568) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1898) at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:436) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:215) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:42) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2416) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2406) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2381) at lucee.runtime.engine.Request.exe(Request.java:43) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1170) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1116) at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:97) at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:51) at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:432) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1590) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Thread.java:834)
TagContext
Array
1
Struct
codePrintHTML
string10: &lt;meta http-equiv=&quot;content-type&quot; content=&quot;text/html; charset=UTF-8&quot; /&gt;<br> 11: #view( '/pagelayout/header/robots' )#<br> <b>12: &lt;meta name=&quot;author&quot; content=&quot;#application.stConfig['system_name']#&quot; /&gt;</b><br> 13: &lt;meta name=&quot;generator&quot; content=&quot;n-smith CMS - www.n-smith.com&quot; /&gt;<br> 14: #view( '/pagelayout/header/googleverify' )#<br>
codePrintPlain
string10: <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> 11: #view( '/pagelayout/header/robots' )# 12: <meta name="author" content="#application.stConfig['system_name']#" /> 13: <meta name="generator" content="n-smith CMS - www.n-smith.com" /> 14: #view( '/pagelayout/header/googleverify' )#
column
number0
id
string??
line
number12
Raw_Trace
stringviews.pagelayout.header.meta_cfm$cf.call(/superdisplay/views/pagelayout/header/meta.cfm:12)
template
stringC:\wamp\www\com\nsmith\websites\display\views\pagelayout\header\meta.cfm
type
stringcfml
2
Struct
codePrintHTML
string1533: &lt;/cfif&gt;<br> 1534: <br> <b>1535: &lt;cfsavecontent variable='response'&gt;&lt;cfinclude template=&quot;#viewPath#&quot;/&gt;&lt;/cfsavecontent&gt;</b><br> 1536: <br> 1537: &lt;cfreturn response /&gt;<br>
codePrintPlain
string1533: </cfif> 1534: 1535: <cfsavecontent variable='response'><cfinclude template="#viewPath#"/></cfsavecontent> 1536: 1537: <cfreturn response />
column
number0
id
string??
line
number1535
Raw_Trace
stringcorfield.framework_cfc$cf.udfCall7(/org/corfield/framework.cfc:1535)
template
stringC:\wamp\www\org\corfield\framework.cfc
type
stringcfml
3
Struct
codePrintHTML
string896: <br> 897: &lt;cfset var viewPath = parseViewOrLayoutPath( arguments.path, 'view' ) /&gt;<br> <b>898: &lt;cfreturn internalView( viewPath, arguments.args ) /&gt;</b><br> 899: &lt;/cffunction&gt;<br> 900: <br>
codePrintPlain
string896: 897: <cfset var viewPath = parseViewOrLayoutPath( arguments.path, 'view' ) /> 898: <cfreturn internalView( viewPath, arguments.args ) /> 899: </cffunction> 900:
column
number0
id
string??
line
number898
Raw_Trace
stringcorfield.framework_cfc$cf.udfCall6(/org/corfield/framework.cfc:898)
template
stringC:\wamp\www\org\corfield\framework.cfc
type
stringcfml
4
Struct
codePrintHTML
string9: #view( '/pagelayout/header/metatitle' )#<br> 10: &lt;!-- META Info --&gt;<br> <b>11: #view( '/pagelayout/header/meta' )#</b><br> 12: &lt;link rel=&quot;author&quot; href=&quot;https://plus.google.com/108397042796904220137&quot; /&gt;<br> 13: &lt;!-- CSS Files --&gt;<br>
codePrintPlain
string9: #view( '/pagelayout/header/metatitle' )# 10: <!-- META Info --> 11: #view( '/pagelayout/header/meta' )# 12: <link rel="author" href="https://plus.google.com/108397042796904220137" /> 13: <!-- CSS Files -->
column
number0
id
string??
line
number11
Raw_Trace
stringlayouts.default_cfm$cf.call(/display/layouts/default.cfm:11)
template
stringC:\wamp\www\n-smith.com\www\display\layouts\default.cfm
type
stringcfml
5
Struct
codePrintHTML
string1507: &lt;/cfif&gt;<br> 1508: <br> <b>1509: &lt;cfsavecontent variable='response'&gt;&lt;cfinclude template=&quot;#layoutPath#&quot;/&gt;&lt;/cfsavecontent&gt;</b><br> 1510: <br> 1511: &lt;cfreturn response /&gt;<br>
codePrintPlain
string1507: </cfif> 1508: 1509: <cfsavecontent variable='response'><cfinclude template="#layoutPath#"/></cfsavecontent> 1510: 1511: <cfreturn response />
column
number0
id
string??
line
number1509
Raw_Trace
stringcorfield.framework_cfc$cf.udfCall7(/org/corfield/framework.cfc:1509)
template
stringC:\wamp\www\org\corfield\framework.cfc
type
stringcfml
6
Struct
codePrintHTML
string552: break;<br> 553: }<br> <b>554: out = internalLayout( request.layouts[i], out );</b><br> 555: }<br> 556: writeOutput( out );<br>
codePrintPlain
string552: break; 553: } 554: out = internalLayout( request.layouts[i], out ); 555: } 556: writeOutput( out );
column
number0
id
string??
line
number554
Raw_Trace
stringcorfield.framework_cfc$cf.udfCall2(/org/corfield/framework.cfc:554)
template
stringC:\wamp\www\org\corfield\framework.cfc
type
stringcfml
type
stringexpression
failedaction
stringmy-blog.2011-03-16-google-web-fonts-api
generateses
booleantrue
item
stringerror
layout
booleanfalse
layouts
Array
1
string/display/layouts/default.cfm
section
stringerror
serviceexecutioncomplete
booleantrue
services
Array
subsystem
string
subsystembase
string/display/
view
string/superdisplay/views/error/error.cfm