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: #set($locationCount = 0)
002: #foreach($facility in $Website.Facilities)
003: #if($facility.DisplayInPublicList)
004: #set($locationCount = $locationCount + 1)
005: #end
006: #end
007:
008: #set($maxItemsOnMenu = 6)
009: #foreach($section in $Website.Sections)
010: #if ($section.Name == 'About Us' && $section.NavigationShowInHeader == false)
011: #set($maxItemsOnMenu = $maxItemsOnMenu - 1)
012: #end
013: #end
014:
015: #set($hideHomeMenu = false)
016:
017: #if ($Tools.ParseDate('11/01/2018').Date.Subtract($Website.CreationDate.Date).Days <= 0 || $Website.AccountId == 39700)
018: #set($hideHomeMenu = true)
019: #end
020:
021: #if($hideHomeMenu || $Website.AccountId == 20360)
022: #set($maxItemsOnMenu = $maxItemsOnMenu + 1)
023: #end
024:
025: #set($hasMultiplePhones = false)
026: #set($hasPhonePopup = false)
027: #if($Website.Phones.count > 0)
028: #set($hasMultiplePhones = true)
029: #if($Website.Phones.count > 3)
030: #set($hasPhonePopup = true)
031: #end
032: #end
033: #set($hasPhone = false)
034: #if($hasMultiplePhones || "$!{Website.Phone}" != "")
035: #set($hasPhone = true)
036: #end
037:
038: #if($Website.CurrentTribute)
039: #set($hideStoreButton = $Website.CurrentTribute.HasOption(4001))
040: #end
041:
042: <header id="TemplateHeader" class="template-header #if(!$Store)no-store#end #if(!$Website.HasSystem(3))no-obituaries#end #if($hasPhone)has-phone#end #if($hasMultiplePhones)multiple-phones#end #if($hideStoreButton)hide-store-button#end">
043: ${Website.RenderDesignElement("WARNING-MESSAGE")}
044:
045: #if ($hasPhone && !$tributePage)
046: <div class="template-header-mobile-bar #if($hasMultiplePhones)template-header-mobile-bar--$!{Website.Phones.Count} #else template-header-mobile-bar--1#end">
047: #if($hasMultiplePhones)
048: #if($Website.Phones.Count > 2)
049: <a class="template-header-mobile-bar__phone template-header-mobile-bar__phone--popuplink" href="#phones-modal" data-mfp>
050: <span><i class="fa fa-phone mr-xs"></i> Call Us</span>
051: </a>
052: #end
053: #foreach($phone in $Website.Phones)
054: #set($phoneLocationClass = "")
055: #if($Tools.ToBool($phone.LocationId))
056: #set($phoneLocationClass = "phone-location-$!{phone.LocationId}")
057: #end
058: <div class="template-header-mobile-bar__phone">
059: <span class="phone-label">$!{phone.Label}:</span>
060: <a class="phone phone-location $!{phoneLocationClass}" href="tel:${phone.PhoneNumber}">$!{phone.Phone}</a>
061: </div>
062: #end
063: #elseif($Tools.ToBool($Website.Phone))
064: <div class="template-header-mobile-bar__phone template-header-mobile-bar__phone--single">
065: <span class="phone-label">Call Us</span>
066: <a href="tel:${Website.PhoneNumber}" class="phone phone-location phone-location-$!{Website.DefaultLocation.SharedLocationId}">${Website.Phone}</a>
067: </div>
068: #end
069: </div>
070: #end
071:
072: <button class="navbar-toggle visible-xs visible-sm" type="button">
073: <span class="icon-bar first"></span>
074: <span class="icon-bar middle"></span>
075: <span class="icon-bar last"></span>
076: <span class="sr-only">Toggle navigation</span>
077: </button>
078:
079: <div class="template-header-wrapper">
080:
081: <div class="header-top">
082: <div class="header-search">
083: <!-- SEARCH -->
084: <div class="search-area" id="obit-search" data-not-found-text="No $!{Tools.ResolveTextTributes("obituaries", "tributes")} found matching the search term.">
085: <form name="MainNavSearch" class="form-obit-search" role="search" method="get" action="$!{Website.ObituariesPath}" aria-label="Search $!{Tools.ResolveTextTributes("obituaries", "tributes")}">
086: <input type="text" name="filter" id="ObitSearch" placeholder="SEARCH $!{Tools.ResolveTextTributes("OBITUARIES", "TRIBUTES")} BY NAME" autocomplete="off" aria-label="Search $!{Tools.ResolveTextTributes("obituaries", "tributes")} by name" tabindex="-1">
087: </form>
088: <button type="button" class="search-close" aria-label="Close Search">
089: <i class="fa fa-times" aria-hidden="true"></i>
090: </button>
091: </div>
092: </div>
093: #if ($Website.HasSystem(3))
094: <div class="header-items">
095: <button type="button" class="btn btn-search">
096: <span>
097: Search
098: <i class="fa fa-search" aria-hidden="true"></i>
099: </span>
100: </button>
101: </div>
102: #end
103: </div>
104: <div id="ObitSuggestions">
105: </div>
106:
107: <div class="header-bottom">
108:
109: <!-- LOGO -->
110: <div class="header-col logo-wrapper">
111: ${Website.RenderDesignElement(89)}
112: </div>
113:
114: <div class="header-col nav-links">
115:
116: <!-- SUB NAVIGATION -->
117: <div class="sub-nav-wrapper">
118: <nav class="sub-nav">
119: <ul>
120: #if($Website.HasSharedTemplatePage(10))
121: <li>
122: <a href="${Website.GetSharedTemplatePageUrl(10)}">
123: <span>About Us</span>
124: </a>
125: </li>
126: #end
127: #if($Website.HasSharedTemplatePage(9))
128: #if($locationCount > 1)
129: <li>
130: <a href="${Website.GetSharedTemplatePageUrl(9)}" data-count="${locationCount}">
131: <span>Locations</span>
132: </a>
133: </li>
134: #else
135: <li>
136: <a href="${Website.GetSharedTemplatePageUrl(9)}" data-count="1">
137: <span>Location</span>
138: </a>
139: </li>
140: #end
141: #end
142: #if($Website.HasSharedTemplatePage(22))
143: <li>
144: <a href="${Website.GetSharedTemplatePageUrl(22)}">
145: <span>Contact</span>
146: </a>
147: </li>
148: #end
149: #if($hasMultiplePhones)
150: #if($hasPhonePopup)
151: <li class="website-phone-dropdown">
152: <span tabindex="0"><i class="fa fa-phone"></i> Call Us</span>
153: <ul>
154: #end
155: #foreach($phone in $Website.Phones)
156: #set($phoneLocationClass = "")
157: #if($Tools.ToBool($phone.LocationId))
158: #set($phoneLocationClass = "phone-location-$!{phone.LocationId}")
159: #end
160: <li class="website-phone">
161: <a class="phone phone-location $!{phoneLocationClass}" href="tel:${phone.PhoneNumber}" title="$!{phone.Label}">
162: <span class="phone-label">$!{phone.Label}:</span>
163: <span class="phone-number">$!{phone.Phone}</span>
164: </a>
165: </li>
166: #end
167: #if($hasPhonePopup)
168: </ul>
169: </li>
170: #end
171: #elseif($Tools.ToBool($Website.Phone))
172: <li class="website-phone">
173: <i class="fa fa-phone"></i>
174: <a href="tel:${Website.PhoneNumber}" class="phone phone-location phone-location-$!{Website.DefaultLocation.SharedLocationId}">
175: <span>${Website.Phone}</span>
176: </a>
177: </li>
178: #end
179: </ul>
180: </nav>
181: </div>
182:
183: <!-- NAVIGATION LINKS -->
184: <nav class="header-col main-nav">
185: <ul>
186: #if(!$hideHomeMenu)
187: <li class="nav-item home-link">
188: <a #if($Config.Path == "/") class="active"#end href="/">Home</a>
189: </li>
190: #end
191: #if ($Website.HasSystem(3))
192: #set($obituariesCssClass = "")
193: #if($Page.ContentTemplatePageId == 8000 || ($Config.Path.StartsWith("/obituaries") && !$Config.Path.StartsWith("/obituaries/RemoveSubscription")))
194: #set($obituariesCssClass = "active")
195: #end
196: <li class="nav-item obituaries">
197: <a class="$!{obituariesCssClass}" href="$!{Website.ObituariesPath}"><span>$!{Tools.ResolveTextPet("", "Pet")} $!{Website.ObituariesLabel}</span></a>
198: </li>
199: #end
200: #set($sectionCount = 0)
201: #foreach($section in $Website.Sections)
202: #if($section.NavigationShowInHeader)
203: #set($sectionCount = $sectionCount + 1)
204: #if($sectionCount <= $maxItemsOnMenu)
205: #set($isExternal = $section.Url.StartsWith("http://") || $section.Url.StartsWith("https://"))
206: #if($section.Url != "/store/")
207: <li class="nav-item">
208: <a
209: href="${section.Url}"
210: #if($isExternal)
211: target="_blank"
212: rel="noopener"
213: #end
214: #if($section.Equals($Section) && !$is404 && !$isSitemap)
215: class="active"
216: #end
217: >
218: <span>${section.Name}</span>
219: </a>
220: </li>
221: #else
222: <li class="nav-item store-item">
223: <a href="/store/?icn=desktop_site_menu&icc=desktop">
224: <span>${section.Name}</span>
225: </a>
226: </li>
227: #end
228: #end
229: #end
230: #end
231: </ul>
232: </nav>
233: </div>
234:
235: <!-- STORE BUTTON -->
236: #if($Store)
237: <div class="header-col store-button">
238: #if($Store.HasFlowers)
239: <a class="btn btn-primary btn-store-flowers" href="/store/?icn=top_banner&icc=fs_store">Send Flowers</a>
240: #else
241: <a class="btn btn-primary btn-store-gifts" href="/store/?icn=top_banner&icc=fs_store">Sympathy Store</a>
242: #end
243: </div>
244: #end
245: </div>
246:
247: </div>
248:
249: <div class="navbar-side">
250: <div class="navbar-side-wrapper">
251:
252: <!-- SUB NAVIGATION -->
253: <nav class="sub-nav">
254: <ul>
255: #if($Website.HasSharedTemplatePage(10))
256: <li><a href="${Website.GetSharedTemplatePageUrl(10)}">About Us</a></li>
257: #end
258: #if($Website.HasSharedTemplatePage(9))
259: #if($locationCount > 1)
260: <li><a href="${Website.GetSharedTemplatePageUrl(9)}" data-count="${locationCount}">Locations</a></li>
261: #else
262: <li><a href="${Website.GetSharedTemplatePageUrl(9)}" data-count="1">Location</a></li>
263: #end
264: #end
265: #if($Website.HasSharedTemplatePage(22))
266: <li><a href="${Website.GetSharedTemplatePageUrl(22)}">Contact</a></li>
267: #end
268: </ul>
269: </nav>
270:
271: #if ($Website.HasSystem(3))
272: <!-- SEARCH -->
273: <div class="search-area" id="obit-search-mobile" data-not-found-text="No $!{Tools.ResolveTextTributes("obituaries", "tributes")} found matching the search term.">
274: <form name="MainNavSearch" class="form-obit-search" role="search" method="post" action="$!{Website.ObituariesPath}">
275: <div class="input-group input-search">
276: <input type="text" name="filter" class="form-control input-sm" placeholder="SEARCH" autocomplete="off" aria-label="Search">
277: <div class="input-group-btn">
278: <button type="submit" class="btn btn-sm" aria-label="Search">
279: <i class="fa fa-search" aria-hidden="true"></i>
280: </button>
281: </div>
282: </div>
283: </form>
284: </div>
285: #end
286:
287: <!-- NAVIGATION LINKS -->
288: <nav class="header-col main-nav">
289: <ul>
290: #if(!$hideHomeMenu)
291: <li class="nav-item home-link">
292: <a #if($Config.Path == "/") class="active"#end href="/">Home</a>
293: </li>
294: #end
295: #if ($Website.HasSystem(3))
296: #set($obituariesCssClass = "")
297: #if($Page.ContentTemplatePageId == 8000 || ($Config.Path.StartsWith("/obituaries") && !$Config.Path.StartsWith("/obituaries/RemoveSubscription")))
298: #set($obituariesCssClass = "active")
299: #end
300: <li class="nav-item obituaries">
301: <a class="$!{obituariesCssClass}" href="$!{Website.ObituariesPath}"><span>$!{Tools.ResolveTextPet("", "Pet")} $!{Website.ObituariesLabel}</span></a>
302: </li>
303: #end
304: #set($sectionCount = 0)
305: #foreach($section in $Website.Sections)
306: #if($section.NavigationShowInHeader)
307: #set($sectionCount = $sectionCount + 1)
308: #if($sectionCount <= $maxItemsOnMenu)
309: #set($isExternal = $section.Url.StartsWith("http://") || $section.Url.StartsWith("https://"))
310: <li class="nav-item">
311: <a #if($section.Equals($Section) && !$is404) class="active"#end href="${section.Url}#if($section.Url == "/store/")?icn=top_nav&icc=fs_store#end"#if($isExternal) target="_blank" rel="noopener"#end><span>${section.Name}</span></a>
312: </li>
313: #end
314: #end
315: #end
316: </ul>
317: </nav>
318:
319: <!-- STORE BUTTON -->
320: #if($Store)
321: <div class="header-col store-button">
322: #if($Store.HasFlowers)
323: <a class="btn btn-primary btn-store-flowers" href="/store/?icn=top_banner&icc=fs_store">Send Flowers</a>
324: #else
325: <a class="btn btn-primary btn-store-gifts" href="/store/?icn=top_banner&icc=fs_store">Sympathy Store</a>
326: #end
327: </div>
328: #end
329:
330: </div>
331: </div>
332: #if($hasMultiplePhones && !$tributePage)
333: #if($Website.Phones.Count > 2)
334: <div id="phones-modal" class="modal-inline modal-callus mfp-hidden">
335: <div class="modal-callus-header">
336: <span><i class="fa fa-phone mr-xs"></i> Call Us</span>
337: </div>
338:
339: #foreach($phone in $Website.Phones)
340: #set($phoneLocationClass = "")
341: #if($Tools.ToBool($phone.LocationId))
342: #set($phoneLocationClass = "phone-location-$!{phone.LocationId}")
343: #end
344: <div class="template-header-mobile-bar__phone">
345: <span class="phone-label">$!{phone.Label}:</span>
346: <a class="phone phone-location $!{phoneLocationClass}" href="tel:${phone.PhoneNumber}">$!{phone.Phone}</a>
347: </div>
348: #end
349: </div>
350: #end
351: #end
352: </header>
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
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.