20. ErrorException
…/­app/­bindings.php47
19. Illuminate\Exception\Handler handleError
…/­app/­bindings.php47
18. {closure}
<#unknown>0
17. call_user_func
…/­vendor/­laravel/­framework/­src/­Illuminate/­Database/­Eloquent/­Builder.php604
16. Illuminate\Database\Eloquent\Builder has
…/­vendor/­laravel/­framework/­src/­Illuminate/­Database/­Eloquent/­Builder.php633
15. Illuminate\Database\Eloquent\Builder whereHas
…/­app/­bindings.php48
14. {closure}
<#unknown>0
13. call_user_func
…/­vendor/­laravel/­framework/­src/­Illuminate/­Routing/­Router.php1083
12. Illuminate\Routing\Router performBinding
…/­vendor/­laravel/­framework/­src/­Illuminate/­Routing/­Router.php1066
11. Illuminate\Routing\Router substituteBindings
…/­vendor/­laravel/­framework/­src/­Illuminate/­Routing/­Router.php1051
10. Illuminate\Routing\Router findRoute
…/­vendor/­laravel/­framework/­src/­Illuminate/­Routing/­Router.php1017
9. Illuminate\Routing\Router dispatchToRoute
…/­vendor/­laravel/­framework/­src/­Illuminate/­Routing/­Router.php996
8. Illuminate\Routing\Router dispatch
…/­vendor/­laravel/­framework/­src/­Illuminate/­Foundation/­Application.php775
7. Illuminate\Foundation\Application dispatch
…/­vendor/­laravel/­framework/­src/­Illuminate/­Foundation/­Application.php745
6. Illuminate\Foundation\Application handle
…/­vendor/­barryvdh/­laravel-debugbar/­src/­Middleware/­Stack.php34
5. Barryvdh\Debugbar\Middleware\Stack 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
…/­public_html/­index.php50

ErrorException (E_UNKNOWN) ErrorException thrown with message "Trying to get property of non-object" Stacktrace: #20 ErrorException in /home/storage/5/73/d5/congregacao1/app/bindings.php:47 #19 Illuminate\Exception\Handler:handleError in /home/storage/5/73/d5/congregacao1/app/bindings.php:47 #18 {closure} in <#unknown>:0 #17 call_user_func in /home/storage/5/73/d5/congregacao1/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php:604 #16 Illuminate\Database\Eloquent\Builder:has in /home/storage/5/73/d5/congregacao1/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php:633 #15 Illuminate\Database\Eloquent\Builder:whereHas in /home/storage/5/73/d5/congregacao1/app/bindings.php:48 #14 {closure} in <#unknown>:0 #13 call_user_func in /home/storage/5/73/d5/congregacao1/vendor/laravel/framework/src/Illuminate/Routing/Router.php:1083 #12 Illuminate\Routing\Router:performBinding in /home/storage/5/73/d5/congregacao1/vendor/laravel/framework/src/Illuminate/Routing/Router.php:1066 #11 Illuminate\Routing\Router:substituteBindings in /home/storage/5/73/d5/congregacao1/vendor/laravel/framework/src/Illuminate/Routing/Router.php:1051 #10 Illuminate\Routing\Router:findRoute in /home/storage/5/73/d5/congregacao1/vendor/laravel/framework/src/Illuminate/Routing/Router.php:1017 #9 Illuminate\Routing\Router:dispatchToRoute in /home/storage/5/73/d5/congregacao1/vendor/laravel/framework/src/Illuminate/Routing/Router.php:996 #8 Illuminate\Routing\Router:dispatch in /home/storage/5/73/d5/congregacao1/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:775 #7 Illuminate\Foundation\Application:dispatch in /home/storage/5/73/d5/congregacao1/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:745 #6 Illuminate\Foundation\Application:handle in /home/storage/5/73/d5/congregacao1/vendor/barryvdh/laravel-debugbar/src/Middleware/Stack.php:34 #5 Barryvdh\Debugbar\Middleware\Stack:handle in /home/storage/5/73/d5/congregacao1/vendor/laravel/framework/src/Illuminate/Session/Middleware.php:72 #4 Illuminate\Session\Middleware:handle in /home/storage/5/73/d5/congregacao1/vendor/laravel/framework/src/Illuminate/Cookie/Queue.php:47 #3 Illuminate\Cookie\Queue:handle in /home/storage/5/73/d5/congregacao1/vendor/laravel/framework/src/Illuminate/Cookie/Guard.php:51 #2 Illuminate\Cookie\Guard:handle in /home/storage/5/73/d5/congregacao1/vendor/stack/builder/src/Stack/StackedHttpKernel.php:23 #1 Stack\StackedHttpKernel:handle in /home/storage/5/73/d5/congregacao1/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:641 #0 Illuminate\Foundation\Application:run in /home/storage/5/73/d5/congregacao1/public_html/index.php:50

Trying to get property of non-object

                {
                    return false;
                }
            }
            break;
        case 3:
            $return = Estigmatinos\Material\Categoria::where('url', $value)->whereHas('areas', function($q) use($area) {
                $q->where('url', $area->url);
            });
            if ($return)
                {
                    return false;
                }
            }
            break;
        case 3:
            $return = Estigmatinos\Material\Categoria::where('url', $value)->whereHas('areas', function($q) use($area) {
                $q->where('url', $area->url);
            });
            if ($return)
<#unknown>
	 */
	public function has($relation, $operator = '>=', $count = 1, $boolean = 'and', Closure $callback = null)
	{
		$relation = $this->getHasRelationQuery($relation);
 
		$query = $relation->getRelationCountQuery($relation->getRelated()->newQuery(), $this);
 
		if ($callback) call_user_func($callback, $query);
 
		return $this->addHasWhere($query, $relation, $operator, $count, $boolean);
	 * @param  \Closure  $callback
	 * @param  string    $operator
	 * @param  int       $count
	 * @return \Illuminate\Database\Eloquent\Builder|static
	 */
	public function whereHas($relation, Closure $callback, $operator = '>=', $count = 1)
	{
		return $this->has($relation, $operator, $count, 'and', $callback);
	}
 
                    return false;
                }
            }
            break;
        case 3:
            $return = Estigmatinos\Material\Categoria::where('url', $value)->whereHas('areas', function($q) use($area) {
                $q->where('url', $area->url);
            });
            if ($return)
            {
<#unknown>
	 * @param  string  $key
	 * @param  string  $value
	 * @param  \Illuminate\Routing\Route  $route
	 * @return mixed
	 */
	protected function performBinding($key, $value, $route)
	{
		return call_user_func($this->binders[$key], $value, $route);
	}
 
	 */
	protected function substituteBindings($route)
	{
		foreach ($route->parameters() as $key => $value)
		{
			if (isset($this->binders[$key]))
			{
				$route->setParameter($key, $this->performBinding($key, $value, $route));
			}
		}
	 * @param  \Illuminate\Http\Request  $request
	 * @return \Illuminate\Routing\Route
	 */
	protected function findRoute($request)
	{
		$this->current = $route = $this->routes->match($request);
 
		return $this->substituteBindings($route);
	}
 
	 * Dispatch the request to a route and return the response.
	 *
	 * @param  \Illuminate\Http\Request  $request
	 * @return mixed
	 */
	public function dispatchToRoute(Request $request)
	{
		$route = $this->findRoute($request);
 
		$this->events->fire('router.matched', array($route, $request));
		// 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)
     */
    public function handle(Request $request, $type = self::MASTER_REQUEST, $catch = true)
    {
        /** @var \Barryvdh\Debugbar\LaravelDebugbar $debugbar */
        $debugbar = $this->app['debugbar'];
 
        /** @var \Illuminate\Http\Response $response */
        $response = $this->kernel->handle($request, $type, $catch);
        
        return $debugbar->modifyResponse($request, $response);
		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();
| Once we have the application, we can simply call the run method,
| which will execute the request and send the response back to
| the client's browser allowing them to enjoy the creative
| and wonderful application we have whipped up for them.
|
*/
 
$app->run();
 
Key Value
DOCUMENT_ROOT /home/storage/5/73/d5/congregacao1/public_html/
GATEWAY_INTERFACE CGI/1.1
HTTP_ACCEPT */*
HTTP_CONNECTION close
HTTP_HOST estigmatinos.com
HTTP_USER_AGENT claudebot
HTTP_X_FORWARDED_CLIENTPORT 42248
HTTP_X_FORWARDED_FOR 44.223.31.148
HTTP_X_VARNISH 10174228
LOG_SUBDIR congregacao1
PATH /bin:/usr/bin
PHPRC /home/estigmatinos200/
QUERY_STRING
REDIRECT_LOG_SUBDIR congregacao1
REDIRECT_SCRIPT_URI http://estigmatinos.com/vocacional/full/yzyboosta/
REDIRECT_SCRIPT_URL /vocacional/full/yzyboosta/
REDIRECT_STATUS 200
REDIRECT_UNIQUE_ID ZgVOYrrKmZIAACSB@0EAAAAD
REDIRECT_URL /vocacional/full/yzyboosta/
REDIRECT_forwarded 1
REMOTE_ADDR 44.223.31.148
REMOTE_PORT 36314
REQUEST_METHOD GET
REQUEST_URI /vocacional/full/yzyboosta/
SCRIPT_FILENAME /home/storage/5/73/d5/congregacao1/public_html/index.php
SCRIPT_NAME /index.php
SCRIPT_URI http://estigmatinos.com/vocacional/full/yzyboosta/
SCRIPT_URL /vocacional/full/yzyboosta/
SERVER_ADDR 186.202.153.146
SERVER_ADMIN webmaster@estigmatinos.com
SERVER_NAME estigmatinos.com
SERVER_PORT 80
SERVER_PROTOCOL HTTP/1.1
SERVER_SIGNATURE
SERVER_SOFTWARE Apache
SUPHP_URI /index.php
UNIQUE_ID ZgVOYrrKmZIAACSB@0EAAAAD
forwarded 1
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711623779.0383
REQUEST_TIME 1711623779
argv Array ( )
argc 0
empty
empty
empty
empty
empty
Key Value
DOCUMENT_ROOT /home/storage/5/73/d5/congregacao1/public_html/
GATEWAY_INTERFACE CGI/1.1
HTTP_ACCEPT */*
HTTP_CONNECTION close
HTTP_HOST estigmatinos.com
HTTP_USER_AGENT claudebot
HTTP_X_FORWARDED_CLIENTPORT 42248
HTTP_X_FORWARDED_FOR 44.223.31.148
HTTP_X_VARNISH 10174228
LOG_SUBDIR congregacao1
PATH /bin:/usr/bin
PHPRC /home/estigmatinos200/
QUERY_STRING
REDIRECT_LOG_SUBDIR congregacao1
REDIRECT_SCRIPT_URI http://estigmatinos.com/vocacional/full/yzyboosta/
REDIRECT_SCRIPT_URL /vocacional/full/yzyboosta/
REDIRECT_STATUS 200
REDIRECT_UNIQUE_ID ZgVOYrrKmZIAACSB@0EAAAAD
REDIRECT_URL /vocacional/full/yzyboosta/
REDIRECT_forwarded 1
REMOTE_ADDR 44.223.31.148
REMOTE_PORT 36314
REQUEST_METHOD GET
REQUEST_URI /vocacional/full/yzyboosta/
SCRIPT_FILENAME /home/storage/5/73/d5/congregacao1/public_html/index.php
SCRIPT_NAME /index.php
SCRIPT_URI http://estigmatinos.com/vocacional/full/yzyboosta/
SCRIPT_URL /vocacional/full/yzyboosta/
SERVER_ADDR 186.202.153.146
SERVER_ADMIN webmaster@estigmatinos.com
SERVER_NAME estigmatinos.com
SERVER_PORT 80
SERVER_PROTOCOL HTTP/1.1
SERVER_SIGNATURE
SERVER_SOFTWARE Apache
SUPHP_URI /index.php
UNIQUE_ID ZgVOYrrKmZIAACSB@0EAAAAD
forwarded 1
0. Whoops\Handler\PrettyPageHandler