20. Illuminate\View\Engines\CompilerEngine handleViewException
…/­vendor/­laravel/­framework/­src/­Illuminate/­View/­Engines/­PhpEngine.php41
19. ErrorException
…/­app/­storage/­views/­32a392c743965355276d69ffad7f44332
18. Illuminate\Exception\Handler handleError
…/­app/­storage/­views/­32a392c743965355276d69ffad7f44332
17. include
…/­vendor/­laravel/­framework/­src/­Illuminate/­View/­Engines/­PhpEngine.php37
16. Illuminate\View\Engines\PhpEngine evaluatePath
…/­vendor/­laravel/­framework/­src/­Illuminate/­View/­Engines/­CompilerEngine.php57
15. Illuminate\View\Engines\CompilerEngine get
…/­vendor/­laravel/­framework/­src/­Illuminate/­View/­View.php140
14. Illuminate\View\View getContents
…/­vendor/­laravel/­framework/­src/­Illuminate/­View/­View.php109
13. Illuminate\View\View renderContents
…/­vendor/­laravel/­framework/­src/­Illuminate/­View/­View.php78
12. Illuminate\View\View render
…/­vendor/­laravel/­framework/­src/­Illuminate/­Http/­Response.php43
11. Illuminate\Http\Response setContent
…/­vendor/­symfony/­http-foundation/­Response.php202
10. Symfony\Component\HttpFoundation\Response __construct
…/­vendor/­laravel/­framework/­src/­Illuminate/­Routing/­Router.php1501
9. Illuminate\Routing\Router prepareResponse
…/­vendor/­laravel/­framework/­src/­Illuminate/­Routing/­Router.php1036
8. Illuminate\Routing\Router dispatchToRoute
…/­vendor/­laravel/­framework/­src/­Illuminate/­Routing/­Router.php1001
7. Illuminate\Routing\Router dispatch
…/­vendor/­laravel/­framework/­src/­Illuminate/­Foundation/­Application.php781
6. Illuminate\Foundation\Application dispatch
…/­vendor/­laravel/­framework/­src/­Illuminate/­Foundation/­Application.php745
5. Illuminate\Foundation\Application handle
…/­vendor/­laravel/­framework/­src/­Illuminate/­Session/­Middleware.php72
4. Illuminate\Session\Middleware handle
…/­vendor/­laravel/­framework/­src/­Illuminate/­Cookie/­Queue.php47
3. Illuminate\Cookie\Queue handle
…/­vendor/­laravel/­framework/­src/­Illuminate/­Cookie/­Guard.php51
2. Illuminate\Cookie\Guard handle
…/­vendor/­stack/­builder/­src/­Stack/­StackedHttpKernel.php23
1. Stack\StackedHttpKernel handle
…/­vendor/­laravel/­framework/­src/­Illuminate/­Foundation/­Application.php641
0. Illuminate\Foundation\Application run
…/­index.php35

ErrorException (E_ERROR)

Callstack information; navigate with mouse or keyboard using Ctrl+↑ or Ctrl+↓
Copy-to-clipboard button
Exception message and its type
Code snippet where the error was thrown
Server state information
Application provided context information
ErrorException thrown with message "Trying to get property of non-object (View: /home/dakotasumc/public_html/app/views/pages/event.blade.php)" Stacktrace: #20 Illuminate\View\Engines\CompilerEngine:handleViewException in /home/dakotasumc/public_html/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:41 #19 ErrorException in /home/dakotasumc/public_html/app/storage/views/32a392c743965355276d69ffad7f4433:2 #18 Illuminate\Exception\Handler:handleError in /home/dakotasumc/public_html/app/storage/views/32a392c743965355276d69ffad7f4433:2 #17 include in /home/dakotasumc/public_html/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:37 #16 Illuminate\View\Engines\PhpEngine:evaluatePath in /home/dakotasumc/public_html/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57 #15 Illuminate\View\Engines\CompilerEngine:get in /home/dakotasumc/public_html/vendor/laravel/framework/src/Illuminate/View/View.php:140 #14 Illuminate\View\View:getContents in /home/dakotasumc/public_html/vendor/laravel/framework/src/Illuminate/View/View.php:109 #13 Illuminate\View\View:renderContents in /home/dakotasumc/public_html/vendor/laravel/framework/src/Illuminate/View/View.php:78 #12 Illuminate\View\View:render in /home/dakotasumc/public_html/vendor/laravel/framework/src/Illuminate/Http/Response.php:43 #11 Illuminate\Http\Response:setContent in /home/dakotasumc/public_html/vendor/symfony/http-foundation/Response.php:202 #10 Symfony\Component\HttpFoundation\Response:__construct in /home/dakotasumc/public_html/vendor/laravel/framework/src/Illuminate/Routing/Router.php:1501 #9 Illuminate\Routing\Router:prepareResponse in /home/dakotasumc/public_html/vendor/laravel/framework/src/Illuminate/Routing/Router.php:1036 #8 Illuminate\Routing\Router:dispatchToRoute in /home/dakotasumc/public_html/vendor/laravel/framework/src/Illuminate/Routing/Router.php:1001 #7 Illuminate\Routing\Router:dispatch in /home/dakotasumc/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:781 #6 Illuminate\Foundation\Application:dispatch in /home/dakotasumc/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:745 #5 Illuminate\Foundation\Application:handle in /home/dakotasumc/public_html/vendor/laravel/framework/src/Illuminate/Session/Middleware.php:72 #4 Illuminate\Session\Middleware:handle in /home/dakotasumc/public_html/vendor/laravel/framework/src/Illuminate/Cookie/Queue.php:47 #3 Illuminate\Cookie\Queue:handle in /home/dakotasumc/public_html/vendor/laravel/framework/src/Illuminate/Cookie/Guard.php:51 #2 Illuminate\Cookie\Guard:handle in /home/dakotasumc/public_html/vendor/stack/builder/src/Stack/StackedHttpKernel.php:23 #1 Stack\StackedHttpKernel:handle in /home/dakotasumc/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:641 #0 Illuminate\Foundation\Application:run in /home/dakotasumc/public_html/index.php:35

Trying to get property of non-object (View: /home/dakotasumc/public_html/app/views/pages/event.blade.php)

		// an exception is thrown. This prevents any partial views from leaking.
		try
		{
			include $__path;
		}
		catch (\Exception $e)
		{
			$this->handleViewException($e, $obLevel);
		}
		catch (\Throwable $e)
 <?php $__env->startSection('precontent'); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <div class="container tight pad-top"> <h1 class="page-title text-uppercase"><?php echo isset($item->heading) ? $item->heading : ''; ?></h1> <?php echo $__env->make('partials.breadcrumbs', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <div class="content-block"> <div style="clear: both"> <?php if(!empty($item->location)): ?> <strong>Location</strong>: <?=$item->location; ?><br /> <?php endif; ?> <? $recur = (!empty(Input::get("recur"))) ? App::make("fluid-mod-event-recur")->find(Input::get("recur")) : $item; ?>
 <strong>Date</strong>: <?=$recur->display_date; ?>
 <?php echo isset($item->content) ? $item->content : ''; ?> <?=$payment; ?>
 </div> <?=App::make("fluid-widget::socialshare")->display(); ?>
 <? /*
    <?=App::make("fluid-widget::comments")
            ->setParam("source", $item)
            ->display(); ?>	
            
            */ ?> </div> </div> <?php $__env->stopSection(); ?> <?php $__env->startSection('postcontent'); ?> <?php $__env->stopSection(); ?>
Exception message: Trying to get property of non-object
 <?php $__env->startSection('precontent'); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <div class="container tight pad-top"> <h1 class="page-title text-uppercase"><?php echo isset($item->heading) ? $item->heading : ''; ?></h1> <?php echo $__env->make('partials.breadcrumbs', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <div class="content-block"> <div style="clear: both"> <?php if(!empty($item->location)): ?> <strong>Location</strong>: <?=$item->location; ?><br /> <?php endif; ?> <? $recur = (!empty(Input::get("recur"))) ? App::make("fluid-mod-event-recur")->find(Input::get("recur")) : $item; ?>
 <strong>Date</strong>: <?=$recur->display_date; ?>
 <?php echo isset($item->content) ? $item->content : ''; ?> <?=$payment; ?>
 </div> <?=App::make("fluid-widget::socialshare")->display(); ?>
 <? /*
    <?=App::make("fluid-widget::comments")
            ->setParam("source", $item)
            ->display(); ?>	
            
            */ ?> </div> </div> <?php $__env->stopSection(); ?> <?php $__env->startSection('postcontent'); ?> <?php $__env->stopSection(); ?>
		extract($__data);
 
		// We'll evaluate the contents of the view inside a try/catch block so we can
		// flush out any stray output that might get out before an error occurs or
		// an exception is thrown. This prevents any partial views from leaking.
		try
		{
			include $__path;
		}
		catch (\Exception $e)
		}
 
		$compiled = $this->compiler->getCompiledPath($path);
 
		// Once we have the path to the compiled file, we will evaluate the paths with
		// typical PHP just like any other templates. We also keep a stack of views
		// which have been rendered for right exception messages to be generated.
		$results = $this->evaluatePath($compiled, $data);
 
		array_pop($this->lastCompiled);
    /**
     * Get the evaluated contents of the view.
     *
     * @return string
     */
    protected function getContents()
    {
        return $this->engine->get($this->path, $this->gatherData());
    }
 
        // We will keep track of the amount of views being rendered so we can flush
        // the section after the complete rendering operation is done. This will
        // clear out the sections for any separate views that may be rendered.
        $this->factory->incrementRender();
 
        $this->factory->callComposer($this);
 
        $contents = $this->getContents();
 
        // Once we've finished rendering the view, we'll decrement the render count
     *
     * @param  \Closure  $callback
     * @return string
     */
    public function render(Closure $callback = null)
    {
        try {
            $contents = $this->renderContents();
 
            $response = isset($callback) ? $callback($this, $contents) : null;
		}
 
		// If this content implements the "RenderableInterface", then we will call the
		// render method on the object so we will avoid any "__toString" exceptions
		// that might be thrown and have their errors obscured by PHP's handling.
		elseif ($content instanceof RenderableInterface)
		{
			$content = $content->render();
		}
 
     * @param array $headers An array of response headers
     *
     * @throws \InvalidArgumentException When the HTTP status code is not valid
     */
    public function __construct($content = '', $status = 200, $headers = array())
    {
        $this->headers = new ResponseHeaderBag($headers);
        $this->setContent($content);
        $this->setStatusCode($status);
        $this->setProtocolVersion('1.0');
	 * @param  mixed  $response
	 * @return \Illuminate\Http\Response
	 */
	protected function prepareResponse($request, $response)
	{
		if ( ! $response instanceof SymfonyResponse)
		{
			$response = new Response($response);
		}
 
		$response = $this->callRouteBefore($route, $request);
 
		if (is_null($response))
		{
			$response = $route->run($request);
		}
 
		$response = $this->prepareResponse($request, $response);
 
		// After we have a prepared response from the route or filter we will call to
		// If no response was returned from the before filter, we will call the proper
		// route instance to get the response. If no route is found a response will
		// still get returned based on why no routes were found for this request.
		$response = $this->callFilter('before', $request);
 
		if (is_null($response))
		{
			$response = $this->dispatchToRoute($request);
		}
 
		}
 
		if ($this->runningUnitTests() && ! $this['session']->isStarted())
		{
			$this['session']->start();
		}
 
		return $this['router']->dispatch($this->prepareRequest($request));
	}
 
	{
		try
		{
			$this->refreshRequest($request = Request::createFromBase($request));
 
			$this->boot();
 
			return $this->dispatch($request);
		}
		catch (\Exception $e)
		if ($this->sessionConfigured())
		{
			$session = $this->startSession($request);
 
			$request->setSession($session);
		}
 
		$response = $this->app->handle($request, $type, $catch);
 
		// Again, if the session has been configured we will need to close out the session
	 * @param  \Symfony\Component\HttpFoundation\Request  $request
	 * @param  int   $type
	 * @param  bool  $catch
	 * @return \Symfony\Component\HttpFoundation\Response
	 */
	public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)
	{
		$response = $this->app->handle($request, $type, $catch);
 
		foreach ($this->cookies->getQueuedCookies() as $cookie)
	 * @param  \Symfony\Component\HttpFoundation\Request  $request
	 * @param  int   $type
	 * @param  bool  $catch
	 * @return \Symfony\Component\HttpFoundation\Response
	 */
	public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)
	{
		return $this->encrypt($this->app->handle($this->decrypt($request), $type, $catch));
	}
 
    {
        $this->app = $app;
        $this->middlewares = $middlewares;
    }
 
    public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)
    {
        return $this->app->handle($request, $type, $catch);
    }
 
	 * @param  \Symfony\Component\HttpFoundation\Request  $request
	 * @return void
	 */
	public function run(SymfonyRequest $request = null)
	{
		$request = $request ?: $this['request'];
 
		$response = with($stack = $this->getStackedClient())->handle($request);
 
		$response->send();
|--------------------------------------------------------------------------
|
| Execute the request and send the response back to the client.
|
*/
 
 
$app->run();
 
Key Value
recur 949
empty
empty
empty
empty
Key Value
REDIRECT_REDIRECT_UNIQUE_ID ZgVnmNT15zhxEZj-na0irAAAACE
REDIRECT_REDIRECT_SCRIPT_URL /camping/calendar/622-smc-confirmation-retreat
REDIRECT_REDIRECT_SCRIPT_URI https://www.dakotasumc.org/camping/calendar/622-smc-confirmation-retreat
REDIRECT_REDIRECT_HTTPS on
REDIRECT_REDIRECT_SSL_TLS_SNI www.dakotasumc.org
REDIRECT_REDIRECT_STATUS 200
REDIRECT_UNIQUE_ID ZgVnmNT15zhxEZj-na0irAAAACE
REDIRECT_SCRIPT_URL /camping/calendar/622-smc-confirmation-retreat
REDIRECT_SCRIPT_URI https://www.dakotasumc.org/camping/calendar/622-smc-confirmation-retreat
REDIRECT_HTTPS on
REDIRECT_SSL_TLS_SNI www.dakotasumc.org
REDIRECT_HANDLER application/x-httpd-ea-php56
REDIRECT_STATUS 200
UNIQUE_ID ZgVnmNT15zhxEZj-na0irAAAACE
SCRIPT_URL /camping/calendar/622-smc-confirmation-retreat
SCRIPT_URI https://www.dakotasumc.org/camping/calendar/622-smc-confirmation-retreat
HTTPS on
SSL_TLS_SNI www.dakotasumc.org
HTTP_ACCEPT */*
HTTP_USER_AGENT claudebot
HTTP_HOST www.dakotasumc.org
HTTP_X_HTTPS 1
PATH /sbin:/usr/sbin:/bin:/usr/bin
SERVER_SIGNATURE <address>Apache Server at www.dakotasumc.org Port 443</address>
SERVER_SOFTWARE Apache
SERVER_NAME www.dakotasumc.org
SERVER_ADDR 70.32.74.110
SERVER_PORT 443
REMOTE_ADDR 3.237.186.170
DOCUMENT_ROOT /home/dakotasumc/public_html
REQUEST_SCHEME https
CONTEXT_PREFIX /cgi-sys
CONTEXT_DOCUMENT_ROOT /usr/local/cpanel/cgi-sys/
SERVER_ADMIN webmaster@dakotasumc.org
SCRIPT_FILENAME /home/dakotasumc/public_html/index.php
REMOTE_PORT 42012
REDIRECT_URL /index.php
REDIRECT_QUERY_STRING recur=949
GATEWAY_INTERFACE CGI/1.1
SERVER_PROTOCOL HTTP/1.1
REQUEST_METHOD GET
QUERY_STRING recur=949
REQUEST_URI /camping/calendar/622-smc-confirmation-retreat?recur=949
SCRIPT_NAME /index.php
ORIG_SCRIPT_FILENAME /usr/local/cpanel/cgi-sys/ea-php56
ORIG_PATH_INFO /index.php
ORIG_PATH_TRANSLATED /home/dakotasumc/public_html/index.php
ORIG_SCRIPT_NAME /cgi-sys/ea-php56
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711630232.26
REQUEST_TIME 1711630232
argv Array ( [0] => recur=949 )
argc 1
PROD 1
URL https://www.dakotasumc.org
DATABASE_HOST localhost
DATABASE_NAME dakotasu_cms
DATABASE_USER dakotasu_cms
DATABASE_PASSWORD 3eSwuXac
Key Value
PROD 1
URL https://www.dakotasumc.org
DATABASE_HOST localhost
DATABASE_NAME dakotasu_cms
DATABASE_USER dakotasu_cms
DATABASE_PASSWORD 3eSwuXac
0. Whoops\Handler\PrettyPageHandler