Application Error

An unexpected error has occured.

System.Web.HttpException (0x80004005): Error executing child request for handler 'System.Web.Mvc.HttpHandlerUtil+ServerExecuteHttpHandlerWrapper'. ---> System.Web.HttpUnhandledException (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.Exception: 

Error processing template 
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Message: The wait operation timed out
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
StackTrace: 
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Source: 
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
TargetSite: 
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
001: $Website.RenderPartial("HtmlStart")
002:   <head>
003:     #set($isObituaryPage = true)
004:     <meta charset="utf-8" />
005:     <title>$!{Page.Title}</title>
006: 
007:     #if($Tools.ToBool($Page.MetaDescription))
008:       <meta name="description" content="${Page.MetaDescription}" />
009:     #else
010:       <meta name="description" content="$!{Page.Title}" />
011:     #end
012: 
013:     <meta name="viewport" content="width=device-width" />
014: 
015:     $!{Website.RenderPartial("html-head")}
016: 
017:     <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
018: 
019:     <link href="https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;600;700&display=swap" rel="stylesheet" />
020: 
021:     <meta name="format-detection" content="telephone=no" />
022: 
023:     <script>
024:       (function() {
025:         var html = document.querySelector('html');
026:         if(navigator.platform === "MacIntel" && navigator.maxTouchPoints > 0) {
027:           html.classList.add('mobile-device');
028:           html.classList.remove('not-mobile-device');
029:         }
030: 
031:         if (html.classList.contains('mobile-device')) {
032:           var orientationChangeTimer;
033:           document.documentElement.style.setProperty('--vh', (window.innerHeight / 100) + 'px');
034:           window.addEventListener('orientationchange', function() {
035:             clearTimeout(orientationChangeTimer);
036:             orientationChangeTimer = setTimeout(function() {
037:               document.documentElement.style.setProperty('--vh', (window.innerHeight / 100) + 'px');
038:             }, 250);
039:           });
040:         }
041:       })();
042:     </script>
043: 
044:     #if(false && $Website.HasCustomFonts)
045:       #set($fonts = $Website.RenderStorageFile("/custom/fonts.css"))
046:       <style id="TemplateFonts">
047:         $!{fonts}
048:       </style>
049:     #end
050:     #if ($Website.HasCustomColorScheme)
051:       #set($skin = $Website.RenderStorageFile("/custom/skin.css"))
052:       <style id="TemplateSkin">
053:         $!{skin}
054:       </style>
055:     #end
056:     <link rel="stylesheet" type="text/css" href='${Website.ResolveAssetPath("/css/theme-obituary${Website.AssetSuffix}.css")}' />
057:     #if ( $Tools.ToBool($Website.WarningMessage) )
058:       #if ( $Website.WarningMessageShowAllPages || $isHome )
059:         $Website.RenderPartial("StyleTag", "href", "/css/chunks/warning-message${Website.AssetSuffix}.css")
060:         <style>
061:           .warning-message__container {
062:             position: relative !important;
063:           }
064:         </style>
065:       #end
066:     #end
067: 
068:     #if ( $Assets.HasAsset("custom.css") )
069:       ${Assets.RenderInline("custom.css")}
070:     #end
071: 
072:     $Website.RenderPartial("ScriptTag", "src", "/js/lazyload${Website.AssetSuffix}.js")
073:     <script src='${Website.ResolveAssetPath("/js/theme-obituary${Website.AssetSuffix}.js")}'></script>
074:     #if ( $Assets.HasAsset("tribute-custom.js") )
075:       ${Assets.RenderInline('tribute-custom.js')}
076:     #end
077: 
078:     $!{Assets.Render("header.inc")}
079:     $!{Website.RenderSharedFile("userTimeZone.inc")}
080: 
081:     $!{Website.RenderPartial("SpeculationRules")}
082:   </head>
083:   <body
084:     data-template="$!{Website.TemplateName}"
085:     data-section="$!{Section.SectionName}"
086:     data-domain="$!{Tools.GetHostDomain($Config.Host)}"
087:     #if($Tools.ToBool($Store))
088:       data-has-store="true"
089:       data-store-products="${Website.StoreCatalog}"
090:     #end
091:     #if(!$IsEditor && $Website.EnableCaptcha && $Page.IncludeCaptchaScript)
092:       data-captcha-key="$!{Website.CaptchaApiKey}"
093:     #end
094:   >
095:     $!{Website.RenderPartial("TagManager-Body")}
096:     $!{Website.RenderPartial("Accessibility-NavHead")}
097:     $!{Website.RenderPartial("WarningMessage")}
098: 
099:     <div class="relative">
100:       $!{Website.RenderPartial("Menu", "sticky", "false")}
101: 
102:       <main id="PageContent">
103:         $!{Website.RenderWidgetGroup("Hero")}
104:         <div class="page-wrap">
105:           ${Page.Content}
106:         </div>
107:       </main>
108: 
109:       $!{Website.RenderPartial("Footer")}
110:     </div>
111: 
112:     $Website.RenderPartial("MenuModal-Obituaries")
113:     #if ( $Tools.ToBool($Website.WarningMessage) && !$IsEditor && $Website.WarningMessageShowAllPages)
114:       <script src='$Website.ResolveAssetPath("/js/chunks/warning-message${Website.AssetSuffix}.js")' defer></script>
115:     #end
116:     #if($IsEditor)
117:       <link rel="stylesheet" type="text/css" href='${Website.ResolveAssetPath("/css/editor${Website.AssetSuffix}.css")}' />
118:       <script src='${Website.ResolveAssetPath("/js/editor${Website.AssetSuffix}.js")}'></script>
119:     #end
120: 
121:     $!{Website.RenderPartial("facebook-pixel")}
122:     $!{Assets.Render("footer.inc")}
123:   </body>
124: </html>

--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

   at funeralOne.WMS2.View.VelocityHelper.ProcessTemplate(String filename, String tplKey, String templateContent, VelocityContext context, Boolean ignoreException) in C:\hi\git\f1connect-wms\funeralOne.WMS\WMS2\View\VelocityHelper.cs:line 207
   at funeralOne.WMS2.View.VelocityHelper.ProcessTemplate(String tplKey, String templateContent, VelocityContext context, Boolean ignoreException) in C:\hi\git\f1connect-wms\funeralOne.WMS\WMS2\View\VelocityHelper.cs:line 52
   at funeralOne.WMS2.View.Wms2Processor.RenderPage(Nullable`1 elementId, String designTemplateElementData, String pageContent, Page page, String pageName, String sectionName, Nullable`1 sectionId) in C:\hi\git\f1connect-wms\funeralOne.WMS\WMS2\View\Wms2Processor.cs:line 1620
   at funeralOne.WMS.Web.WmsHttpModule.InternalRenderPage(Nullable`1 elementId, String elementContent, Section section, String sectionName, Page page, String pageName, String pageContent) in C:\hi\git\f1connect-wms\funeralOne.WMS\Web\WmsHttpModule.cs:line 1600
   at funeralOne.WMS.Web.WmsHttpModule.RenderPage(Int32 elementId, String sectionName, String pageName, String pageContent) in C:\hi\git\f1connect-wms\funeralOne.WMS\Web\WmsHttpModule.cs:line 1577
   at ASP.views_shared_memorial_master.__Render__control1(HtmlTextWriter __w, Control parameterContainer)
   at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)
   at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter)
   at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)
   at System.Web.Mvc.ViewPage.Render(HtmlTextWriter writer)
   at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter)
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
   at System.Web.UI.Page.HandleError(Exception e)
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
   at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
   at System.Web.UI.Page.ProcessRequest()
   at System.Web.UI.Page.ProcessRequest(HttpContext context)
   at ASP.views_memorial_memorial_aspx.ProcessRequest(HttpContext context)
   at System.Web.Mvc.HttpHandlerUtil.ServerExecuteHttpHandlerWrapper.<>c__DisplayClass4.<Wrap>b__3()
   at System.Web.Mvc.HttpHandlerUtil.ServerExecuteHttpHandlerWrapper.Wrap[TResult](Func`1 func)
   at System.Web.HttpServerUtility.ExecuteInternal(IHttpHandler handler, TextWriter writer, Boolean preserveForm, Boolean setPreviousPage, VirtualPath path, VirtualPath filePath, String physPath, Exception error, String queryStringOverride)
   at System.Web.HttpServerUtility.ExecuteInternal(IHttpHandler handler, TextWriter writer, Boolean preserveForm, Boolean setPreviousPage, VirtualPath path, VirtualPath filePath, String physPath, Exception error, String queryStringOverride)
   at System.Web.HttpServerUtility.Execute(IHttpHandler handler, TextWriter writer, Boolean preserveForm, Boolean setPreviousPage)
   at System.Web.HttpServerUtility.Execute(IHttpHandler handler, TextWriter writer, Boolean preserveForm)
   at System.Web.Mvc.ViewPage.RenderView(ViewContext viewContext)
   at System.Web.Mvc.ViewResultBase.ExecuteResult(ControllerContext context)
   at System.Web.Mvc.ControllerActionInvoker.<>c__DisplayClass1a.<InvokeActionResultWithFilters>b__17()
   at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter(IResultFilter filter, ResultExecutingContext preContext, Func`1 continuation)
   at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter(IResultFilter filter, ResultExecutingContext preContext, Func`1 continuation)
   at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter(IResultFilter filter, ResultExecutingContext preContext, Func`1 continuation)
   at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter(IResultFilter filter, ResultExecutingContext preContext, Func`1 continuation)
   at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter(IResultFilter filter, ResultExecutingContext preContext, Func`1 continuation)
   at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass25.<BeginInvokeAction>b__22(IAsyncResult asyncResult)
   at System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeAction(IAsyncResult asyncResult)
   at System.Web.Mvc.Controller.<>c__DisplayClass1d.<BeginExecuteCore>b__18(IAsyncResult asyncResult)
   at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult ar)
   at System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult)
   at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult ar)
   at System.Web.Mvc.Controller.EndExecute(IAsyncResult asyncResult)
   at System.Web.Mvc.MvcHandler.<>c__DisplayClass8.<BeginProcessRequest>b__3(IAsyncResult asyncResult)
   at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult ar)
   at System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult)
   at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
   at System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step)
   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

- Please try refreshing the page and trying again.
- If the problem persists, please notify the website owner.
- The administrators of this website have been notified of this error.

Powered by the funeralOne F1Connect/2.267.0.0 Platform.
funeralOne F1Connect 2.267.0.0/WMS Diagnostic Messages (FOR INTERNAL USE ONLY)

* Removing GZip filter
* GZip filter removed

-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

* HTTP Request: (GET) (/obituaries/betty-lingner/)

* Total Cache items: (99982)
* Total HttpCache items: (7379)
* Time taken to process request: (0 ms)

-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

* Machine Name: (WEB14)
* App Physical path: (C:\inetpub\websites\wms-processor\obituaries\)

* INSTANCE_META_PATH: (/LM/W3SVC/3)
* Website Name: (funeralOne.WMS)
* Application Pool: (funeralOne.Obituaries)

* Stackify.AppName: (ObituariesDesktop)
* WmsSharedDir: (C:\hi\shared\WMS)
* WMS.Cache.Path: (C:\hi\shared\WMS-Cache)
* WMS.Cache.TextFiles.Enabled: (True)
* WMS.Templates.Path: (C:\hi\shared\WMS-Templates)
* WMS.Templates.Watch: (True)
* WMS.Templates.WatchTimeoutMs: (15000)
* WMS.Resources.FromS3.Enabled: (True)
* WMS.Resources.DynamicCSS.Files: (custom/skin.css,custom/skin.min.css,custom/fonts.css,custom/fonts.min.css,custom/skin.store.css,custom/skin.store.min.css,skins/custom/css/_dev/app.css,skins/custom/css/_dev/app.min.css,skins/custom/css/_qa/app.css,skins/custom/css/_qa/app.min.css,skins/custom/css/app.css,skins/custom/css/app.min.css,css/theme-appointments.css,css/theme-appointments.min.css)
* WMS.CacheFlush.Enabled: (True)
* WMS.Cdn.Fingerprint.CacheIndexKey: (Fingerprint)
* WMS.Cdn.Bucket: (Live)
* WMS.Cdn.Bucket.Image: (https://cdn.f1connect.net)
* WMS.MinifyAssets.Enabled: (True)
* WMS.ImageCompress.Enabled: (true)
* DefaultBranchId: (1)
* awsBucketVideos: (videos.f1connect.com)
* awsBucketMemorialWebsites: (storage.lifetributes.com)
* awsBucketWMS: (storage.funeralone.net)

* Connection: (close)
* Accept: (*/*)
* Accept-Encoding: (gzip, br)
* Cookie: (__cflb=0H28v75KBnxu6WT9mha2FL5Njs6tCxnCi4c6AKiN1Kq; _cfuvid=tIgnjD1LPcLkNbblbv.oOCpY06YHsWmHkedO2D5GPL0-1768122042931-0.0.1.1-604800000)
* Host: (www.phillipsrobinson.com)
* Referer: (https://www.phillipsrobinson.com/m/obituaries/betty-lingner)
* User-Agent: (Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected]))
* cf-ray: (9bc339b058a53cd0-DFW)
* x-original-host: (www.phillipsrobinson.com)
* x-forwarded-proto: (https)
* cf-ipcountry: (US)
* cf-visitor: ({"scheme":"https"})
* cdn-loop: (cloudflare; loops=1)
* x-forwarded-for: (216.73.216.2)
* cf-connecting-ip: (216.73.216.2)
* x-datadog-trace-id: (11690057983370345999)
* x-datadog-parent-id: (18018001738396652127)
* x-datadog-sampling-priority: (-1)
* x-datadog-tags: (_dd.p.tid=696366c100000000)
* traceparent: (00-696366c100000000a23b6dcc9e823e0f-fa0ccd1e1b80d25f-00)
* tracestate: (dd=s:-1;p:fa0ccd1e1b80d25f)