Illuminate\View\ViewException {#1703 #severity: E_ERROR }
<meta property="og:type" content="website"> <meta property="og:title" content="<?php echo e($seoContents->social_title); ?>"> <meta property="og:description" content="<?php echo e($seoContents->social_description); ?>"> <meta property="og:image" content="<?php echo e($seoContents->image); ?>" > <meta property="og:image:type" content="<?php echo e(pathinfo($seoContents->image)['extension']); ?>" > <meta property="og:image:width" content="<?php echo e($socialImageSize[0]); ?>" > <meta property="og:image:height" content="<?php echo e($socialImageSize[1]); ?>" > <meta property="og:url" content="<?php echo e(url()->current()); ?>"> <meta name="twitter:card" content="summary_large_image"> // 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 { $this->files->getRequire($path, $data); } catch (Throwable $e) { $this->handleViewException($e, $obLevel); } return ltrim(ob_get_clean()); } // 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. try { $results = $this->evaluatePath($this->compiler->getCompiledPath($path), $data); } catch (ViewException $e) { if (! str($e->getMessage())->contains(['No such file or directory', 'File does not exist at path'])) { throw $e; } * * @return string */ protected function getContents() { return $this->engine->get($this->path, $this->gatherData()); } /** * Get the data bound to the view instance. * // 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 // so that each section gets flushed out next time a view is created and // no old sections are staying around in the memory of an environment. $this->factory->decrementRender(); * @throws \Throwable */ public function render(callable $callback = null) { try { $contents = $this->renderContents(); $response = isset($callback) ? $callback($this, $contents) : null; // Once we have the contents of the view, we will flush the sections if we are // done rendering all views so that there is nothing left hanging over when // If this content implements the "Renderable" interface 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 Renderable) { $content = $content->render(); } parent::setContent($content); return $this; */ public function __construct($content = '', $status = 200, array $headers = []) { $this->headers = new ResponseHeaderBag($headers); $this->setContent($content); $this->setStatusCode($status); $this->setProtocolVersion('1.0'); } /** $response instanceof JsonSerializable || $response instanceof stdClass || is_array($response))) { $response = new JsonResponse($response); } elseif (! $response instanceof SymfonyResponse) { $response = new Response($response, 200, ['Content-Type' => 'text/html']); } if ($response->getStatusCode() === Response::HTTP_NOT_MODIFIED) { $response->setNotModified(); } * @param mixed $response * @return \Symfony\Component\HttpFoundation\Response */ public function prepareResponse($request, $response) { return static::toResponse($request, $response); } /** * Static version of prepareResponse. * return (new Pipeline($this->container)) ->send($request) ->through($middleware) ->then(fn ($request) => $this->prepareResponse( $request, $route->run() )); } /** * Gather the middleware for the given route with resolved class names. */ protected function prepareDestination(Closure $destination) { return function ($passable) use ($destination) { try { return $destination($passable); } catch (Throwable $e) { return $this->handleException($passable, $e); } }; } public function __construct() { $this->middleware(function ($request, $next) { $this->activeTemplate = activeTemplate(); return $next($request); }); $className = get_called_class(); Onumoti::mySite($this, $className); } try { if (is_callable($pipe)) { // If the pipe is a callable, then we will call it directly, but otherwise we // will resolve the pipes out of the dependency container and call it with // the appropriate method and arguments, returning the results back out. return $pipe($passable, $stack); } elseif (! is_object($pipe)) { [$name, $parameters] = $this->parsePipeString($pipe); // If the pipe is a string we will parse the string and resolve the class out // of the dependency injection container. We can then build a callable and ]); }else{ return to_route('maintenance'); } } return $next($request); }} // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); $view->with([ 'pages' => Page::where('is_default', 0)->where('tempname', activeTemplate())->orderBy('id', 'DESC')->get() ]); }); return $next($request); }} // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); */ public function handle($request, Closure $next) { session()->put('lang', $this->getCode()); app()->setLocale(session('lang', $this->getCode())); return $next($request); } public function getCode() { if (session()->has('lang')) { // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); } throw $exception; } return $next($request); }} // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); $this->isReading($request) || $this->runningUnitTests() || $this->inExceptArray($request) || $this->tokensMatch($request) ) { return tap($next($request), function ($response) use ($request) { if ($this->shouldAddXsrfTokenCookie()) { $this->addCookieToResponse($request, $response); } }); } // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); // Putting the errors in the view for every view allows the developer to just // assume that some errors are always available, which is convenient since // they don't have to continually run checks for the presence of errors. return $next($request); }} // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); $this->startSession($request, $session) ); $this->collectGarbage($session); $response = $next($request); $this->storeCurrentUrl($request, $session); $this->addCookieToResponse($response, $session); if ($this->manager->shouldBlock() || ($request->route() instanceof Route && $request->route()->locksFor())) { return $this->handleRequestWhileBlocking($request, $session, $next); } return $this->handleStatefulRequest($request, $session, $next); } /** * Handle the given request within session state. * // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); * @param \Closure $next * @return mixed */ public function handle($request, Closure $next) { $response = $next($request); foreach ($this->cookies->getQueuedCookies() as $cookie) { $response->headers->setCookie($cookie); } // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); * @param \Closure $next * @return \Symfony\Component\HttpFoundation\Response */ public function handle($request, Closure $next) { return $this->encrypt($next($this->decrypt($request))); } /** * Decrypt the cookies on the request. * // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e);class Utility{ public function handle($request, Closure $next) { return $next($request); }} // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); { $pipeline = array_reduce( array_reverse($this->pipes()), $this->carry(), $this->prepareDestination($destination) ); return $pipeline($this->passable); } /** * Run the pipeline and return the result. * return (new Pipeline($this->container)) ->send($request) ->through($middleware) ->then(fn ($request) => $this->prepareResponse( $request, $route->run() )); } /** * Gather the middleware for the given route with resolved class names. * $request->setRouteResolver(fn () => $route); $this->events->dispatch(new RouteMatched($route, $request)); return $this->prepareResponse($request, $this->runRouteWithinStack($route, $request) ); } /** * Run the given route within a Stack "onion" instance. * @param \Illuminate\Http\Request $request * @return \Symfony\Component\HttpFoundation\Response */ public function dispatchToRoute(Request $request) { return $this->runRoute($request, $this->findRoute($request)); } /** * Find the route matching a given request. * */ public function dispatch(Request $request) { $this->currentRequest = $request; return $this->dispatchToRoute($request); } /** * Dispatch the request to a route and return the response. * protected function dispatchToRouter() { return function ($request) { $this->app->instance('request', $request); return $this->router->dispatch($request); }; } /** * Call the terminate method on any terminable middleware. */ protected function prepareDestination(Closure $destination) { return function ($passable) use ($destination) { try { return $destination($passable); } catch (Throwable $e) { return $this->handleException($passable, $e); } }; } */ public function handle($request, Closure $next) { $this->clean($request); return $next($request); } /** * Clean the request's data. * if ($callback($request)) { return $next($request); } } return parent::handle($request, $next); } /** * Transform the given value. * // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); */ public function handle($request, Closure $next) { $this->clean($request); return $next($request); } /** * Clean the request's data. * if ($callback($request)) { return $next($request); } } return parent::handle($request, $next); } /** * Transform the given value. * // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); if ($max > 0 && $request->server('CONTENT_LENGTH') > $max) { throw new PostTooLargeException; } return $next($request); } /** * Determine the server 'post_max_size' as bytes. * // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); null, $this->getHeaders($data) ); } return $next($request); } /** * Determine if the incoming request has a maintenance mode bypass cookie. * // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); * @return \Illuminate\Http\Response */ public function handle($request, Closure $next) { if (! $this->hasMatchingPath($request)) { return $next($request); } $this->cors->setOptions($this->container['config']->get('cors', [])); if ($this->cors->isPreflightRequest($request)) { // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); { $request::setTrustedProxies([], $this->getTrustedHeaderNames()); $this->setTrustedProxyIpAddresses($request); return $next($request); } /** * Sets the trusted proxies on the request. * // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e);class Utility{ public function handle($request, Closure $next) { return $next($request); }} // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); { $pipeline = array_reduce( array_reverse($this->pipes()), $this->carry(), $this->prepareDestination($destination) ); return $pipeline($this->passable); } /** * Run the pipeline and return the result. * $this->bootstrap(); return (new Pipeline($this->app)) ->send($request) ->through($this->app->shouldSkipMiddleware() ? [] : $this->middleware) ->then($this->dispatchToRouter()); } /** * Bootstrap the application for HTTP requests. * $this->requestStartedAt = Carbon::now(); try { $request->enableHttpMethodParameterOverride(); $response = $this->sendRequestThroughRouter($request); } catch (Throwable $e) { $this->reportException($e); $response = $this->renderException($request, $e); }$app = require_once __DIR__.'/core/bootstrap/app.php';$kernel = $app->make(Kernel::class);$response = $kernel->handle( $request = Request::capture())->send();$kernel->terminate($request, $response); <meta property="og:type" content="website"> <meta property="og:title" content="<?php echo e($seoContents->social_title); ?>"> <meta property="og:description" content="<?php echo e($seoContents->social_description); ?>"> <meta property="og:image" content="<?php echo e($seoContents->image); ?>" > <meta property="og:image:type" content="<?php echo e(pathinfo($seoContents->image)['extension']); ?>" > <meta property="og:image:width" content="<?php echo e($socialImageSize[0]); ?>" > <meta property="og:image:height" content="<?php echo e($socialImageSize[1]); ?>" > <meta property="og:url" content="<?php echo e(url()->current()); ?>"> <meta name="twitter:card" content="summary_large_image"> // 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 { $this->files->getRequire($path, $data); } catch (Throwable $e) { $this->handleViewException($e, $obLevel); } return ltrim(ob_get_clean()); } // 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. try { $results = $this->evaluatePath($this->compiler->getCompiledPath($path), $data); } catch (ViewException $e) { if (! str($e->getMessage())->contains(['No such file or directory', 'File does not exist at path'])) { throw $e; } * * @return string */ protected function getContents() { return $this->engine->get($this->path, $this->gatherData()); } /** * Get the data bound to the view instance. * // 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 // so that each section gets flushed out next time a view is created and // no old sections are staying around in the memory of an environment. $this->factory->decrementRender(); * @throws \Throwable */ public function render(callable $callback = null) { try { $contents = $this->renderContents(); $response = isset($callback) ? $callback($this, $contents) : null; // Once we have the contents of the view, we will flush the sections if we are // done rendering all views so that there is nothing left hanging over when margin-bottom: 0.5rem !important; font-size: 1.125rem !important; } </style><?php $__env->stopPush(); ?><?php echo $__env->make($activeTemplate . 'layouts.frontend', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/resources/views/templates/basic/blog_details.blade.php ENDPATH**/ ?> $__data = $data; return (static function () use ($__path, $__data) { extract($__data, EXTR_SKIP); return require $__path; })(); } throw new FileNotFoundException("File does not exist at path {$path}."); } return (static function () use ($__path, $__data) { extract($__data, EXTR_SKIP); return require $__path; })(); } throw new FileNotFoundException("File does not exist at path {$path}."); } // 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 { $this->files->getRequire($path, $data); } catch (Throwable $e) { $this->handleViewException($e, $obLevel); } return ltrim(ob_get_clean()); // 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. try { $results = $this->evaluatePath($this->compiler->getCompiledPath($path), $data); } catch (ViewException $e) { if (! str($e->getMessage())->contains(['No such file or directory', 'File does not exist at path'])) { throw $e; } * * @return string */ protected function getContents() { return $this->engine->get($this->path, $this->gatherData()); } /** * Get the data bound to the view instance. * // 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 // so that each section gets flushed out next time a view is created and // no old sections are staying around in the memory of an environment. $this->factory->decrementRender(); * @throws \Throwable */ public function render(callable $callback = null) { try { $contents = $this->renderContents(); $response = isset($callback) ? $callback($this, $contents) : null; // Once we have the contents of the view, we will flush the sections if we are // done rendering all views so that there is nothing left hanging over when // If this content implements the "Renderable" interface 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 Renderable) { $content = $content->render(); } parent::setContent($content); return $this; */ public function __construct($content = '', $status = 200, array $headers = []) { $this->headers = new ResponseHeaderBag($headers); $this->setContent($content); $this->setStatusCode($status); $this->setProtocolVersion('1.0'); } /** $response instanceof JsonSerializable || $response instanceof stdClass || is_array($response))) { $response = new JsonResponse($response); } elseif (! $response instanceof SymfonyResponse) { $response = new Response($response, 200, ['Content-Type' => 'text/html']); } if ($response->getStatusCode() === Response::HTTP_NOT_MODIFIED) { $response->setNotModified(); } * @param mixed $response * @return \Symfony\Component\HttpFoundation\Response */ public function prepareResponse($request, $response) { return static::toResponse($request, $response); } /** * Static version of prepareResponse. * return (new Pipeline($this->container)) ->send($request) ->through($middleware) ->then(fn ($request) => $this->prepareResponse( $request, $route->run() )); } /** * Gather the middleware for the given route with resolved class names. */ protected function prepareDestination(Closure $destination) { return function ($passable) use ($destination) { try { return $destination($passable); } catch (Throwable $e) { return $this->handleException($passable, $e); } }; } public function __construct() { $this->middleware(function ($request, $next) { $this->activeTemplate = activeTemplate(); return $next($request); }); $className = get_called_class(); Onumoti::mySite($this, $className); } try { if (is_callable($pipe)) { // If the pipe is a callable, then we will call it directly, but otherwise we // will resolve the pipes out of the dependency container and call it with // the appropriate method and arguments, returning the results back out. return $pipe($passable, $stack); } elseif (! is_object($pipe)) { [$name, $parameters] = $this->parsePipeString($pipe); // If the pipe is a string we will parse the string and resolve the class out // of the dependency injection container. We can then build a callable and ]); }else{ return to_route('maintenance'); } } return $next($request); }} // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); $view->with([ 'pages' => Page::where('is_default', 0)->where('tempname', activeTemplate())->orderBy('id', 'DESC')->get() ]); }); return $next($request); }} // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); */ public function handle($request, Closure $next) { session()->put('lang', $this->getCode()); app()->setLocale(session('lang', $this->getCode())); return $next($request); } public function getCode() { if (session()->has('lang')) { // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); } throw $exception; } return $next($request); }} // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); $this->isReading($request) || $this->runningUnitTests() || $this->inExceptArray($request) || $this->tokensMatch($request) ) { return tap($next($request), function ($response) use ($request) { if ($this->shouldAddXsrfTokenCookie()) { $this->addCookieToResponse($request, $response); } }); } // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); // Putting the errors in the view for every view allows the developer to just // assume that some errors are always available, which is convenient since // they don't have to continually run checks for the presence of errors. return $next($request); }} // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); $this->startSession($request, $session) ); $this->collectGarbage($session); $response = $next($request); $this->storeCurrentUrl($request, $session); $this->addCookieToResponse($response, $session); if ($this->manager->shouldBlock() || ($request->route() instanceof Route && $request->route()->locksFor())) { return $this->handleRequestWhileBlocking($request, $session, $next); } return $this->handleStatefulRequest($request, $session, $next); } /** * Handle the given request within session state. * // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); * @param \Closure $next * @return mixed */ public function handle($request, Closure $next) { $response = $next($request); foreach ($this->cookies->getQueuedCookies() as $cookie) { $response->headers->setCookie($cookie); } // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); * @param \Closure $next * @return \Symfony\Component\HttpFoundation\Response */ public function handle($request, Closure $next) { return $this->encrypt($next($this->decrypt($request))); } /** * Decrypt the cookies on the request. * // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e);class Utility{ public function handle($request, Closure $next) { return $next($request); }} // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); { $pipeline = array_reduce( array_reverse($this->pipes()), $this->carry(), $this->prepareDestination($destination) ); return $pipeline($this->passable); } /** * Run the pipeline and return the result. * return (new Pipeline($this->container)) ->send($request) ->through($middleware) ->then(fn ($request) => $this->prepareResponse( $request, $route->run() )); } /** * Gather the middleware for the given route with resolved class names. * $request->setRouteResolver(fn () => $route); $this->events->dispatch(new RouteMatched($route, $request)); return $this->prepareResponse($request, $this->runRouteWithinStack($route, $request) ); } /** * Run the given route within a Stack "onion" instance. * @param \Illuminate\Http\Request $request * @return \Symfony\Component\HttpFoundation\Response */ public function dispatchToRoute(Request $request) { return $this->runRoute($request, $this->findRoute($request)); } /** * Find the route matching a given request. * */ public function dispatch(Request $request) { $this->currentRequest = $request; return $this->dispatchToRoute($request); } /** * Dispatch the request to a route and return the response. * protected function dispatchToRouter() { return function ($request) { $this->app->instance('request', $request); return $this->router->dispatch($request); }; } /** * Call the terminate method on any terminable middleware. */ protected function prepareDestination(Closure $destination) { return function ($passable) use ($destination) { try { return $destination($passable); } catch (Throwable $e) { return $this->handleException($passable, $e); } }; } */ public function handle($request, Closure $next) { $this->clean($request); return $next($request); } /** * Clean the request's data. * if ($callback($request)) { return $next($request); } } return parent::handle($request, $next); } /** * Transform the given value. * // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); */ public function handle($request, Closure $next) { $this->clean($request); return $next($request); } /** * Clean the request's data. * if ($callback($request)) { return $next($request); } } return parent::handle($request, $next); } /** * Transform the given value. * // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); if ($max > 0 && $request->server('CONTENT_LENGTH') > $max) { throw new PostTooLargeException; } return $next($request); } /** * Determine the server 'post_max_size' as bytes. * // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); null, $this->getHeaders($data) ); } return $next($request); } /** * Determine if the incoming request has a maintenance mode bypass cookie. * // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); * @return \Illuminate\Http\Response */ public function handle($request, Closure $next) { if (! $this->hasMatchingPath($request)) { return $next($request); } $this->cors->setOptions($this->container['config']->get('cors', [])); if ($this->cors->isPreflightRequest($request)) { // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); { $request::setTrustedProxies([], $this->getTrustedHeaderNames()); $this->setTrustedProxyIpAddresses($request); return $next($request); } /** * Sets the trusted proxies on the request. * // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e);class Utility{ public function handle($request, Closure $next) { return $next($request); }} // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); { $pipeline = array_reduce( array_reverse($this->pipes()), $this->carry(), $this->prepareDestination($destination) ); return $pipeline($this->passable); } /** * Run the pipeline and return the result. * $this->bootstrap(); return (new Pipeline($this->app)) ->send($request) ->through($this->app->shouldSkipMiddleware() ? [] : $this->middleware) ->then($this->dispatchToRouter()); } /** * Bootstrap the application for HTTP requests. * $this->requestStartedAt = Carbon::now(); try { $request->enableHttpMethodParameterOverride(); $response = $this->sendRequestThroughRouter($request); } catch (Throwable $e) { $this->reportException($e); $response = $this->renderException($request, $e); }$app = require_once __DIR__.'/core/bootstrap/app.php';$kernel = $app->make(Kernel::class);$response = $kernel->handle( $request = Request::capture())->send();$kernel->terminate($request, $response); <meta property="og:type" content="website"> <meta property="og:title" content="<?php echo e($seoContents->social_title); ?>"> <meta property="og:description" content="<?php echo e($seoContents->social_description); ?>"> <meta property="og:image" content="<?php echo e($seoContents->image); ?>" > <meta property="og:image:type" content="<?php echo e(pathinfo($seoContents->image)['extension']); ?>" > <meta property="og:image:width" content="<?php echo e($socialImageSize[0]); ?>" > <meta property="og:image:height" content="<?php echo e($socialImageSize[1]); ?>" > <meta property="og:url" content="<?php echo e(url()->current()); ?>"> <meta name="twitter:card" content="summary_large_image"> // 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 { $this->files->getRequire($path, $data); } catch (Throwable $e) { $this->handleViewException($e, $obLevel); } return ltrim(ob_get_clean()); } // 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. try { $results = $this->evaluatePath($this->compiler->getCompiledPath($path), $data); } catch (ViewException $e) { if (! str($e->getMessage())->contains(['No such file or directory', 'File does not exist at path'])) { throw $e; } * * @return string */ protected function getContents() { return $this->engine->get($this->path, $this->gatherData()); } /** * Get the data bound to the view instance. * // 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 // so that each section gets flushed out next time a view is created and // no old sections are staying around in the memory of an environment. $this->factory->decrementRender(); * @throws \Throwable */ public function render(callable $callback = null) { try { $contents = $this->renderContents(); $response = isset($callback) ? $callback($this, $contents) : null; // Once we have the contents of the view, we will flush the sections if we are // done rendering all views so that there is nothing left hanging over when }); })(jQuery); </script><?php $__env->stopPush(); ?><?php echo $__env->make($activeTemplate . 'layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/resources/views/templates/basic/layouts/frontend.blade.php ENDPATH**/ ?> $__data = $data; return (static function () use ($__path, $__data) { extract($__data, EXTR_SKIP); return require $__path; })(); } throw new FileNotFoundException("File does not exist at path {$path}."); } return (static function () use ($__path, $__data) { extract($__data, EXTR_SKIP); return require $__path; })(); } throw new FileNotFoundException("File does not exist at path {$path}."); } // 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 { $this->files->getRequire($path, $data); } catch (Throwable $e) { $this->handleViewException($e, $obLevel); } return ltrim(ob_get_clean()); // 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. try { $results = $this->evaluatePath($this->compiler->getCompiledPath($path), $data); } catch (ViewException $e) { if (! str($e->getMessage())->contains(['No such file or directory', 'File does not exist at path'])) { throw $e; } * * @return string */ protected function getContents() { return $this->engine->get($this->path, $this->gatherData()); } /** * Get the data bound to the view instance. * // 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 // so that each section gets flushed out next time a view is created and // no old sections are staying around in the memory of an environment. $this->factory->decrementRender(); * @throws \Throwable */ public function render(callable $callback = null) { try { $contents = $this->renderContents(); $response = isset($callback) ? $callback($this, $contents) : null; // Once we have the contents of the view, we will flush the sections if we are // done rendering all views so that there is nothing left hanging over when margin-bottom: 0.5rem !important; font-size: 1.125rem !important; } </style><?php $__env->stopPush(); ?><?php echo $__env->make($activeTemplate . 'layouts.frontend', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/resources/views/templates/basic/blog_details.blade.php ENDPATH**/ ?> $__data = $data; return (static function () use ($__path, $__data) { extract($__data, EXTR_SKIP); return require $__path; })(); } throw new FileNotFoundException("File does not exist at path {$path}."); } return (static function () use ($__path, $__data) { extract($__data, EXTR_SKIP); return require $__path; })(); } throw new FileNotFoundException("File does not exist at path {$path}."); } // 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 { $this->files->getRequire($path, $data); } catch (Throwable $e) { $this->handleViewException($e, $obLevel); } return ltrim(ob_get_clean()); // 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. try { $results = $this->evaluatePath($this->compiler->getCompiledPath($path), $data); } catch (ViewException $e) { if (! str($e->getMessage())->contains(['No such file or directory', 'File does not exist at path'])) { throw $e; } * * @return string */ protected function getContents() { return $this->engine->get($this->path, $this->gatherData()); } /** * Get the data bound to the view instance. * // 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 // so that each section gets flushed out next time a view is created and // no old sections are staying around in the memory of an environment. $this->factory->decrementRender(); * @throws \Throwable */ public function render(callable $callback = null) { try { $contents = $this->renderContents(); $response = isset($callback) ? $callback($this, $contents) : null; // Once we have the contents of the view, we will flush the sections if we are // done rendering all views so that there is nothing left hanging over when // If this content implements the "Renderable" interface 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 Renderable) { $content = $content->render(); } parent::setContent($content); return $this; */ public function __construct($content = '', $status = 200, array $headers = []) { $this->headers = new ResponseHeaderBag($headers); $this->setContent($content); $this->setStatusCode($status); $this->setProtocolVersion('1.0'); } /** $response instanceof JsonSerializable || $response instanceof stdClass || is_array($response))) { $response = new JsonResponse($response); } elseif (! $response instanceof SymfonyResponse) { $response = new Response($response, 200, ['Content-Type' => 'text/html']); } if ($response->getStatusCode() === Response::HTTP_NOT_MODIFIED) { $response->setNotModified(); } * @param mixed $response * @return \Symfony\Component\HttpFoundation\Response */ public function prepareResponse($request, $response) { return static::toResponse($request, $response); } /** * Static version of prepareResponse. * return (new Pipeline($this->container)) ->send($request) ->through($middleware) ->then(fn ($request) => $this->prepareResponse( $request, $route->run() )); } /** * Gather the middleware for the given route with resolved class names. */ protected function prepareDestination(Closure $destination) { return function ($passable) use ($destination) { try { return $destination($passable); } catch (Throwable $e) { return $this->handleException($passable, $e); } }; } public function __construct() { $this->middleware(function ($request, $next) { $this->activeTemplate = activeTemplate(); return $next($request); }); $className = get_called_class(); Onumoti::mySite($this, $className); } try { if (is_callable($pipe)) { // If the pipe is a callable, then we will call it directly, but otherwise we // will resolve the pipes out of the dependency container and call it with // the appropriate method and arguments, returning the results back out. return $pipe($passable, $stack); } elseif (! is_object($pipe)) { [$name, $parameters] = $this->parsePipeString($pipe); // If the pipe is a string we will parse the string and resolve the class out // of the dependency injection container. We can then build a callable and ]); }else{ return to_route('maintenance'); } } return $next($request); }} // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); $view->with([ 'pages' => Page::where('is_default', 0)->where('tempname', activeTemplate())->orderBy('id', 'DESC')->get() ]); }); return $next($request); }} // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); */ public function handle($request, Closure $next) { session()->put('lang', $this->getCode()); app()->setLocale(session('lang', $this->getCode())); return $next($request); } public function getCode() { if (session()->has('lang')) { // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); } throw $exception; } return $next($request); }} // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); $this->isReading($request) || $this->runningUnitTests() || $this->inExceptArray($request) || $this->tokensMatch($request) ) { return tap($next($request), function ($response) use ($request) { if ($this->shouldAddXsrfTokenCookie()) { $this->addCookieToResponse($request, $response); } }); } // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); // Putting the errors in the view for every view allows the developer to just // assume that some errors are always available, which is convenient since // they don't have to continually run checks for the presence of errors. return $next($request); }} // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); $this->startSession($request, $session) ); $this->collectGarbage($session); $response = $next($request); $this->storeCurrentUrl($request, $session); $this->addCookieToResponse($response, $session); if ($this->manager->shouldBlock() || ($request->route() instanceof Route && $request->route()->locksFor())) { return $this->handleRequestWhileBlocking($request, $session, $next); } return $this->handleStatefulRequest($request, $session, $next); } /** * Handle the given request within session state. * // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); * @param \Closure $next * @return mixed */ public function handle($request, Closure $next) { $response = $next($request); foreach ($this->cookies->getQueuedCookies() as $cookie) { $response->headers->setCookie($cookie); } // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); * @param \Closure $next * @return \Symfony\Component\HttpFoundation\Response */ public function handle($request, Closure $next) { return $this->encrypt($next($this->decrypt($request))); } /** * Decrypt the cookies on the request. * // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e);class Utility{ public function handle($request, Closure $next) { return $next($request); }} // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); { $pipeline = array_reduce( array_reverse($this->pipes()), $this->carry(), $this->prepareDestination($destination) ); return $pipeline($this->passable); } /** * Run the pipeline and return the result. * return (new Pipeline($this->container)) ->send($request) ->through($middleware) ->then(fn ($request) => $this->prepareResponse( $request, $route->run() )); } /** * Gather the middleware for the given route with resolved class names. * $request->setRouteResolver(fn () => $route); $this->events->dispatch(new RouteMatched($route, $request)); return $this->prepareResponse($request, $this->runRouteWithinStack($route, $request) ); } /** * Run the given route within a Stack "onion" instance. * @param \Illuminate\Http\Request $request * @return \Symfony\Component\HttpFoundation\Response */ public function dispatchToRoute(Request $request) { return $this->runRoute($request, $this->findRoute($request)); } /** * Find the route matching a given request. * */ public function dispatch(Request $request) { $this->currentRequest = $request; return $this->dispatchToRoute($request); } /** * Dispatch the request to a route and return the response. * protected function dispatchToRouter() { return function ($request) { $this->app->instance('request', $request); return $this->router->dispatch($request); }; } /** * Call the terminate method on any terminable middleware. */ protected function prepareDestination(Closure $destination) { return function ($passable) use ($destination) { try { return $destination($passable); } catch (Throwable $e) { return $this->handleException($passable, $e); } }; } */ public function handle($request, Closure $next) { $this->clean($request); return $next($request); } /** * Clean the request's data. * if ($callback($request)) { return $next($request); } } return parent::handle($request, $next); } /** * Transform the given value. * // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); */ public function handle($request, Closure $next) { $this->clean($request); return $next($request); } /** * Clean the request's data. * if ($callback($request)) { return $next($request); } } return parent::handle($request, $next); } /** * Transform the given value. * // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); if ($max > 0 && $request->server('CONTENT_LENGTH') > $max) { throw new PostTooLargeException; } return $next($request); } /** * Determine the server 'post_max_size' as bytes. * // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); null, $this->getHeaders($data) ); } return $next($request); } /** * Determine if the incoming request has a maintenance mode bypass cookie. * // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); * @return \Illuminate\Http\Response */ public function handle($request, Closure $next) { if (! $this->hasMatchingPath($request)) { return $next($request); } $this->cors->setOptions($this->container['config']->get('cors', [])); if ($this->cors->isPreflightRequest($request)) { // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); { $request::setTrustedProxies([], $this->getTrustedHeaderNames()); $this->setTrustedProxyIpAddresses($request); return $next($request); } /** * Sets the trusted proxies on the request. * // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e);class Utility{ public function handle($request, Closure $next) { return $next($request); }} // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); { $pipeline = array_reduce( array_reverse($this->pipes()), $this->carry(), $this->prepareDestination($destination) ); return $pipeline($this->passable); } /** * Run the pipeline and return the result. * $this->bootstrap(); return (new Pipeline($this->app)) ->send($request) ->through($this->app->shouldSkipMiddleware() ? [] : $this->middleware) ->then($this->dispatchToRouter()); } /** * Bootstrap the application for HTTP requests. * $this->requestStartedAt = Carbon::now(); try { $request->enableHttpMethodParameterOverride(); $response = $this->sendRequestThroughRouter($request); } catch (Throwable $e) { $this->reportException($e); $response = $this->renderException($request, $e); }$app = require_once __DIR__.'/core/bootstrap/app.php';$kernel = $app->make(Kernel::class);$response = $kernel->handle( $request = Request::capture())->send();$kernel->terminate($request, $response); <meta property="og:type" content="website"> <meta property="og:title" content="<?php echo e($seoContents->social_title); ?>"> <meta property="og:description" content="<?php echo e($seoContents->social_description); ?>"> <meta property="og:image" content="<?php echo e($seoContents->image); ?>" > <meta property="og:image:type" content="<?php echo e(pathinfo($seoContents->image)['extension']); ?>" > <meta property="og:image:width" content="<?php echo e($socialImageSize[0]); ?>" > <meta property="og:image:height" content="<?php echo e($socialImageSize[1]); ?>" > <meta property="og:url" content="<?php echo e(url()->current()); ?>"> <meta name="twitter:card" content="summary_large_image"> // 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 { $this->files->getRequire($path, $data); } catch (Throwable $e) { $this->handleViewException($e, $obLevel); } return ltrim(ob_get_clean()); } // 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. try { $results = $this->evaluatePath($this->compiler->getCompiledPath($path), $data); } catch (ViewException $e) { if (! str($e->getMessage())->contains(['No such file or directory', 'File does not exist at path'])) { throw $e; } * * @return string */ protected function getContents() { return $this->engine->get($this->path, $this->gatherData()); } /** * Get the data bound to the view instance. * // 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 // so that each section gets flushed out next time a view is created and // no old sections are staying around in the memory of an environment. $this->factory->decrementRender(); * @throws \Throwable */ public function render(callable $callback = null) { try { $contents = $this->renderContents(); $response = isset($callback) ? $callback($this, $contents) : null; // Once we have the contents of the view, we will flush the sections if we are // done rendering all views so that there is nothing left hanging over when <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <title> <?php echo e($general->siteName(__($pageTitle))); ?></title> <?php echo $__env->make('partials.seo', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <link href="<?php echo e(asset($activeTemplateTrue . 'css/bootstrap-5.2.3.min.css')); ?>" rel="stylesheet"> <link href="<?php echo e(asset('assets/global/css/all.min.css')); ?>" rel="stylesheet"> <link href="<?php echo e(asset('assets/global/css/line-awesome.min.css')); ?>" rel="stylesheet"> $__data = $data; return (static function () use ($__path, $__data) { extract($__data, EXTR_SKIP); return require $__path; })(); } throw new FileNotFoundException("File does not exist at path {$path}."); } return (static function () use ($__path, $__data) { extract($__data, EXTR_SKIP); return require $__path; })(); } throw new FileNotFoundException("File does not exist at path {$path}."); } // 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 { $this->files->getRequire($path, $data); } catch (Throwable $e) { $this->handleViewException($e, $obLevel); } return ltrim(ob_get_clean()); // 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. try { $results = $this->evaluatePath($this->compiler->getCompiledPath($path), $data); } catch (ViewException $e) { if (! str($e->getMessage())->contains(['No such file or directory', 'File does not exist at path'])) { throw $e; } * * @return string */ protected function getContents() { return $this->engine->get($this->path, $this->gatherData()); } /** * Get the data bound to the view instance. * // 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 // so that each section gets flushed out next time a view is created and // no old sections are staying around in the memory of an environment. $this->factory->decrementRender(); * @throws \Throwable */ public function render(callable $callback = null) { try { $contents = $this->renderContents(); $response = isset($callback) ? $callback($this, $contents) : null; // Once we have the contents of the view, we will flush the sections if we are // done rendering all views so that there is nothing left hanging over when }); })(jQuery); </script><?php $__env->stopPush(); ?><?php echo $__env->make($activeTemplate . 'layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/resources/views/templates/basic/layouts/frontend.blade.php ENDPATH**/ ?> $__data = $data; return (static function () use ($__path, $__data) { extract($__data, EXTR_SKIP); return require $__path; })(); } throw new FileNotFoundException("File does not exist at path {$path}."); } return (static function () use ($__path, $__data) { extract($__data, EXTR_SKIP); return require $__path; })(); } throw new FileNotFoundException("File does not exist at path {$path}."); } // 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 { $this->files->getRequire($path, $data); } catch (Throwable $e) { $this->handleViewException($e, $obLevel); } return ltrim(ob_get_clean()); // 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. try { $results = $this->evaluatePath($this->compiler->getCompiledPath($path), $data); } catch (ViewException $e) { if (! str($e->getMessage())->contains(['No such file or directory', 'File does not exist at path'])) { throw $e; } * * @return string */ protected function getContents() { return $this->engine->get($this->path, $this->gatherData()); } /** * Get the data bound to the view instance. * // 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 // so that each section gets flushed out next time a view is created and // no old sections are staying around in the memory of an environment. $this->factory->decrementRender(); * @throws \Throwable */ public function render(callable $callback = null) { try { $contents = $this->renderContents(); $response = isset($callback) ? $callback($this, $contents) : null; // Once we have the contents of the view, we will flush the sections if we are // done rendering all views so that there is nothing left hanging over when margin-bottom: 0.5rem !important; font-size: 1.125rem !important; } </style><?php $__env->stopPush(); ?><?php echo $__env->make($activeTemplate . 'layouts.frontend', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/resources/views/templates/basic/blog_details.blade.php ENDPATH**/ ?> $__data = $data; return (static function () use ($__path, $__data) { extract($__data, EXTR_SKIP); return require $__path; })(); } throw new FileNotFoundException("File does not exist at path {$path}."); } return (static function () use ($__path, $__data) { extract($__data, EXTR_SKIP); return require $__path; })(); } throw new FileNotFoundException("File does not exist at path {$path}."); } // 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 { $this->files->getRequire($path, $data); } catch (Throwable $e) { $this->handleViewException($e, $obLevel); } return ltrim(ob_get_clean()); // 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. try { $results = $this->evaluatePath($this->compiler->getCompiledPath($path), $data); } catch (ViewException $e) { if (! str($e->getMessage())->contains(['No such file or directory', 'File does not exist at path'])) { throw $e; } * * @return string */ protected function getContents() { return $this->engine->get($this->path, $this->gatherData()); } /** * Get the data bound to the view instance. * // 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 // so that each section gets flushed out next time a view is created and // no old sections are staying around in the memory of an environment. $this->factory->decrementRender(); * @throws \Throwable */ public function render(callable $callback = null) { try { $contents = $this->renderContents(); $response = isset($callback) ? $callback($this, $contents) : null; // Once we have the contents of the view, we will flush the sections if we are // done rendering all views so that there is nothing left hanging over when // If this content implements the "Renderable" interface 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 Renderable) { $content = $content->render(); } parent::setContent($content); return $this; */ public function __construct($content = '', $status = 200, array $headers = []) { $this->headers = new ResponseHeaderBag($headers); $this->setContent($content); $this->setStatusCode($status); $this->setProtocolVersion('1.0'); } /** $response instanceof JsonSerializable || $response instanceof stdClass || is_array($response))) { $response = new JsonResponse($response); } elseif (! $response instanceof SymfonyResponse) { $response = new Response($response, 200, ['Content-Type' => 'text/html']); } if ($response->getStatusCode() === Response::HTTP_NOT_MODIFIED) { $response->setNotModified(); } * @param mixed $response * @return \Symfony\Component\HttpFoundation\Response */ public function prepareResponse($request, $response) { return static::toResponse($request, $response); } /** * Static version of prepareResponse. * return (new Pipeline($this->container)) ->send($request) ->through($middleware) ->then(fn ($request) => $this->prepareResponse( $request, $route->run() )); } /** * Gather the middleware for the given route with resolved class names. */ protected function prepareDestination(Closure $destination) { return function ($passable) use ($destination) { try { return $destination($passable); } catch (Throwable $e) { return $this->handleException($passable, $e); } }; } public function __construct() { $this->middleware(function ($request, $next) { $this->activeTemplate = activeTemplate(); return $next($request); }); $className = get_called_class(); Onumoti::mySite($this, $className); } try { if (is_callable($pipe)) { // If the pipe is a callable, then we will call it directly, but otherwise we // will resolve the pipes out of the dependency container and call it with // the appropriate method and arguments, returning the results back out. return $pipe($passable, $stack); } elseif (! is_object($pipe)) { [$name, $parameters] = $this->parsePipeString($pipe); // If the pipe is a string we will parse the string and resolve the class out // of the dependency injection container. We can then build a callable and ]); }else{ return to_route('maintenance'); } } return $next($request); }} // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); $view->with([ 'pages' => Page::where('is_default', 0)->where('tempname', activeTemplate())->orderBy('id', 'DESC')->get() ]); }); return $next($request); }} // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); */ public function handle($request, Closure $next) { session()->put('lang', $this->getCode()); app()->setLocale(session('lang', $this->getCode())); return $next($request); } public function getCode() { if (session()->has('lang')) { // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); } throw $exception; } return $next($request); }} // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); $this->isReading($request) || $this->runningUnitTests() || $this->inExceptArray($request) || $this->tokensMatch($request) ) { return tap($next($request), function ($response) use ($request) { if ($this->shouldAddXsrfTokenCookie()) { $this->addCookieToResponse($request, $response); } }); } // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); // Putting the errors in the view for every view allows the developer to just // assume that some errors are always available, which is convenient since // they don't have to continually run checks for the presence of errors. return $next($request); }} // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); $this->startSession($request, $session) ); $this->collectGarbage($session); $response = $next($request); $this->storeCurrentUrl($request, $session); $this->addCookieToResponse($response, $session); if ($this->manager->shouldBlock() || ($request->route() instanceof Route && $request->route()->locksFor())) { return $this->handleRequestWhileBlocking($request, $session, $next); } return $this->handleStatefulRequest($request, $session, $next); } /** * Handle the given request within session state. * // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); * @param \Closure $next * @return mixed */ public function handle($request, Closure $next) { $response = $next($request); foreach ($this->cookies->getQueuedCookies() as $cookie) { $response->headers->setCookie($cookie); } // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); * @param \Closure $next * @return \Symfony\Component\HttpFoundation\Response */ public function handle($request, Closure $next) { return $this->encrypt($next($this->decrypt($request))); } /** * Decrypt the cookies on the request. * // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e);class Utility{ public function handle($request, Closure $next) { return $next($request); }} // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); { $pipeline = array_reduce( array_reverse($this->pipes()), $this->carry(), $this->prepareDestination($destination) ); return $pipeline($this->passable); } /** * Run the pipeline and return the result. * return (new Pipeline($this->container)) ->send($request) ->through($middleware) ->then(fn ($request) => $this->prepareResponse( $request, $route->run() )); } /** * Gather the middleware for the given route with resolved class names. * $request->setRouteResolver(fn () => $route); $this->events->dispatch(new RouteMatched($route, $request)); return $this->prepareResponse($request, $this->runRouteWithinStack($route, $request) ); } /** * Run the given route within a Stack "onion" instance. * @param \Illuminate\Http\Request $request * @return \Symfony\Component\HttpFoundation\Response */ public function dispatchToRoute(Request $request) { return $this->runRoute($request, $this->findRoute($request)); } /** * Find the route matching a given request. * */ public function dispatch(Request $request) { $this->currentRequest = $request; return $this->dispatchToRoute($request); } /** * Dispatch the request to a route and return the response. * protected function dispatchToRouter() { return function ($request) { $this->app->instance('request', $request); return $this->router->dispatch($request); }; } /** * Call the terminate method on any terminable middleware. */ protected function prepareDestination(Closure $destination) { return function ($passable) use ($destination) { try { return $destination($passable); } catch (Throwable $e) { return $this->handleException($passable, $e); } }; } */ public function handle($request, Closure $next) { $this->clean($request); return $next($request); } /** * Clean the request's data. * if ($callback($request)) { return $next($request); } } return parent::handle($request, $next); } /** * Transform the given value. * // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); */ public function handle($request, Closure $next) { $this->clean($request); return $next($request); } /** * Clean the request's data. * if ($callback($request)) { return $next($request); } } return parent::handle($request, $next); } /** * Transform the given value. * // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); if ($max > 0 && $request->server('CONTENT_LENGTH') > $max) { throw new PostTooLargeException; } return $next($request); } /** * Determine the server 'post_max_size' as bytes. * // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); null, $this->getHeaders($data) ); } return $next($request); } /** * Determine if the incoming request has a maintenance mode bypass cookie. * // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); * @return \Illuminate\Http\Response */ public function handle($request, Closure $next) { if (! $this->hasMatchingPath($request)) { return $next($request); } $this->cors->setOptions($this->container['config']->get('cors', [])); if ($this->cors->isPreflightRequest($request)) { // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); { $request::setTrustedProxies([], $this->getTrustedHeaderNames()); $this->setTrustedProxyIpAddresses($request); return $next($request); } /** * Sets the trusted proxies on the request. * // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e);class Utility{ public function handle($request, Closure $next) { return $next($request); }} // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); { $pipeline = array_reduce( array_reverse($this->pipes()), $this->carry(), $this->prepareDestination($destination) ); return $pipeline($this->passable); } /** * Run the pipeline and return the result. * $this->bootstrap(); return (new Pipeline($this->app)) ->send($request) ->through($this->app->shouldSkipMiddleware() ? [] : $this->middleware) ->then($this->dispatchToRouter()); } /** * Bootstrap the application for HTTP requests. * $this->requestStartedAt = Carbon::now(); try { $request->enableHttpMethodParameterOverride(); $response = $this->sendRequestThroughRouter($request); } catch (Throwable $e) { $this->reportException($e); $response = $this->renderException($request, $e); }$app = require_once __DIR__.'/core/bootstrap/app.php';$kernel = $app->make(Kernel::class);$response = $kernel->handle( $request = Request::capture())->send();$kernel->terminate($request, $response); <meta property="og:type" content="website"> <meta property="og:title" content="<?php echo e($seoContents->social_title); ?>"> <meta property="og:description" content="<?php echo e($seoContents->social_description); ?>"> <meta property="og:image" content="<?php echo e($seoContents->image); ?>" > <meta property="og:image:type" content="<?php echo e(pathinfo($seoContents->image)['extension']); ?>" > <meta property="og:image:width" content="<?php echo e($socialImageSize[0]); ?>" > <meta property="og:image:height" content="<?php echo e($socialImageSize[1]); ?>" > <meta property="og:url" content="<?php echo e(url()->current()); ?>"> <meta name="twitter:card" content="summary_large_image"> * @return callable */ protected function forwardsTo($method) { return fn (...$arguments) => static::$app ? $this->{$method}(...$arguments) : false; } /** * Determine if the error level is a deprecation. <meta property="og:type" content="website"> <meta property="og:title" content="<?php echo e($seoContents->social_title); ?>"> <meta property="og:description" content="<?php echo e($seoContents->social_description); ?>"> <meta property="og:image" content="<?php echo e($seoContents->image); ?>" > <meta property="og:image:type" content="<?php echo e(pathinfo($seoContents->image)['extension']); ?>" > <meta property="og:image:width" content="<?php echo e($socialImageSize[0]); ?>" > <meta property="og:image:height" content="<?php echo e($socialImageSize[1]); ?>" > <meta property="og:url" content="<?php echo e(url()->current()); ?>"> <meta name="twitter:card" content="summary_large_image"> $__data = $data; return (static function () use ($__path, $__data) { extract($__data, EXTR_SKIP); return require $__path; })(); } throw new FileNotFoundException("File does not exist at path {$path}."); } return (static function () use ($__path, $__data) { extract($__data, EXTR_SKIP); return require $__path; })(); } throw new FileNotFoundException("File does not exist at path {$path}."); } // 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 { $this->files->getRequire($path, $data); } catch (Throwable $e) { $this->handleViewException($e, $obLevel); } return ltrim(ob_get_clean()); // 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. try { $results = $this->evaluatePath($this->compiler->getCompiledPath($path), $data); } catch (ViewException $e) { if (! str($e->getMessage())->contains(['No such file or directory', 'File does not exist at path'])) { throw $e; } * * @return string */ protected function getContents() { return $this->engine->get($this->path, $this->gatherData()); } /** * Get the data bound to the view instance. * // 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 // so that each section gets flushed out next time a view is created and // no old sections are staying around in the memory of an environment. $this->factory->decrementRender(); * @throws \Throwable */ public function render(callable $callback = null) { try { $contents = $this->renderContents(); $response = isset($callback) ? $callback($this, $contents) : null; // Once we have the contents of the view, we will flush the sections if we are // done rendering all views so that there is nothing left hanging over when <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <title> <?php echo e($general->siteName(__($pageTitle))); ?></title> <?php echo $__env->make('partials.seo', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <link href="<?php echo e(asset($activeTemplateTrue . 'css/bootstrap-5.2.3.min.css')); ?>" rel="stylesheet"> <link href="<?php echo e(asset('assets/global/css/all.min.css')); ?>" rel="stylesheet"> <link href="<?php echo e(asset('assets/global/css/line-awesome.min.css')); ?>" rel="stylesheet"> $__data = $data; return (static function () use ($__path, $__data) { extract($__data, EXTR_SKIP); return require $__path; })(); } throw new FileNotFoundException("File does not exist at path {$path}."); } return (static function () use ($__path, $__data) { extract($__data, EXTR_SKIP); return require $__path; })(); } throw new FileNotFoundException("File does not exist at path {$path}."); } // 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 { $this->files->getRequire($path, $data); } catch (Throwable $e) { $this->handleViewException($e, $obLevel); } return ltrim(ob_get_clean()); // 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. try { $results = $this->evaluatePath($this->compiler->getCompiledPath($path), $data); } catch (ViewException $e) { if (! str($e->getMessage())->contains(['No such file or directory', 'File does not exist at path'])) { throw $e; } * * @return string */ protected function getContents() { return $this->engine->get($this->path, $this->gatherData()); } /** * Get the data bound to the view instance. * // 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 // so that each section gets flushed out next time a view is created and // no old sections are staying around in the memory of an environment. $this->factory->decrementRender(); * @throws \Throwable */ public function render(callable $callback = null) { try { $contents = $this->renderContents(); $response = isset($callback) ? $callback($this, $contents) : null; // Once we have the contents of the view, we will flush the sections if we are // done rendering all views so that there is nothing left hanging over when }); })(jQuery); </script><?php $__env->stopPush(); ?><?php echo $__env->make($activeTemplate . 'layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/resources/views/templates/basic/layouts/frontend.blade.php ENDPATH**/ ?> $__data = $data; return (static function () use ($__path, $__data) { extract($__data, EXTR_SKIP); return require $__path; })(); } throw new FileNotFoundException("File does not exist at path {$path}."); } return (static function () use ($__path, $__data) { extract($__data, EXTR_SKIP); return require $__path; })(); } throw new FileNotFoundException("File does not exist at path {$path}."); } // 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 { $this->files->getRequire($path, $data); } catch (Throwable $e) { $this->handleViewException($e, $obLevel); } return ltrim(ob_get_clean()); // 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. try { $results = $this->evaluatePath($this->compiler->getCompiledPath($path), $data); } catch (ViewException $e) { if (! str($e->getMessage())->contains(['No such file or directory', 'File does not exist at path'])) { throw $e; } * * @return string */ protected function getContents() { return $this->engine->get($this->path, $this->gatherData()); } /** * Get the data bound to the view instance. * // 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 // so that each section gets flushed out next time a view is created and // no old sections are staying around in the memory of an environment. $this->factory->decrementRender(); * @throws \Throwable */ public function render(callable $callback = null) { try { $contents = $this->renderContents(); $response = isset($callback) ? $callback($this, $contents) : null; // Once we have the contents of the view, we will flush the sections if we are // done rendering all views so that there is nothing left hanging over when margin-bottom: 0.5rem !important; font-size: 1.125rem !important; } </style><?php $__env->stopPush(); ?><?php echo $__env->make($activeTemplate . 'layouts.frontend', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/resources/views/templates/basic/blog_details.blade.php ENDPATH**/ ?> $__data = $data; return (static function () use ($__path, $__data) { extract($__data, EXTR_SKIP); return require $__path; })(); } throw new FileNotFoundException("File does not exist at path {$path}."); } return (static function () use ($__path, $__data) { extract($__data, EXTR_SKIP); return require $__path; })(); } throw new FileNotFoundException("File does not exist at path {$path}."); } // 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 { $this->files->getRequire($path, $data); } catch (Throwable $e) { $this->handleViewException($e, $obLevel); } return ltrim(ob_get_clean()); // 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. try { $results = $this->evaluatePath($this->compiler->getCompiledPath($path), $data); } catch (ViewException $e) { if (! str($e->getMessage())->contains(['No such file or directory', 'File does not exist at path'])) { throw $e; } * * @return string */ protected function getContents() { return $this->engine->get($this->path, $this->gatherData()); } /** * Get the data bound to the view instance. * // 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 // so that each section gets flushed out next time a view is created and // no old sections are staying around in the memory of an environment. $this->factory->decrementRender(); * @throws \Throwable */ public function render(callable $callback = null) { try { $contents = $this->renderContents(); $response = isset($callback) ? $callback($this, $contents) : null; // Once we have the contents of the view, we will flush the sections if we are // done rendering all views so that there is nothing left hanging over when // If this content implements the "Renderable" interface 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 Renderable) { $content = $content->render(); } parent::setContent($content); return $this; */ public function __construct($content = '', $status = 200, array $headers = []) { $this->headers = new ResponseHeaderBag($headers); $this->setContent($content); $this->setStatusCode($status); $this->setProtocolVersion('1.0'); } /** $response instanceof JsonSerializable || $response instanceof stdClass || is_array($response))) { $response = new JsonResponse($response); } elseif (! $response instanceof SymfonyResponse) { $response = new Response($response, 200, ['Content-Type' => 'text/html']); } if ($response->getStatusCode() === Response::HTTP_NOT_MODIFIED) { $response->setNotModified(); } * @param mixed $response * @return \Symfony\Component\HttpFoundation\Response */ public function prepareResponse($request, $response) { return static::toResponse($request, $response); } /** * Static version of prepareResponse. * return (new Pipeline($this->container)) ->send($request) ->through($middleware) ->then(fn ($request) => $this->prepareResponse( $request, $route->run() )); } /** * Gather the middleware for the given route with resolved class names. */ protected function prepareDestination(Closure $destination) { return function ($passable) use ($destination) { try { return $destination($passable); } catch (Throwable $e) { return $this->handleException($passable, $e); } }; } public function __construct() { $this->middleware(function ($request, $next) { $this->activeTemplate = activeTemplate(); return $next($request); }); $className = get_called_class(); Onumoti::mySite($this, $className); } try { if (is_callable($pipe)) { // If the pipe is a callable, then we will call it directly, but otherwise we // will resolve the pipes out of the dependency container and call it with // the appropriate method and arguments, returning the results back out. return $pipe($passable, $stack); } elseif (! is_object($pipe)) { [$name, $parameters] = $this->parsePipeString($pipe); // If the pipe is a string we will parse the string and resolve the class out // of the dependency injection container. We can then build a callable and ]); }else{ return to_route('maintenance'); } } return $next($request); }} // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); $view->with([ 'pages' => Page::where('is_default', 0)->where('tempname', activeTemplate())->orderBy('id', 'DESC')->get() ]); }); return $next($request); }} // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); */ public function handle($request, Closure $next) { session()->put('lang', $this->getCode()); app()->setLocale(session('lang', $this->getCode())); return $next($request); } public function getCode() { if (session()->has('lang')) { // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); } throw $exception; } return $next($request); }} // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); $this->isReading($request) || $this->runningUnitTests() || $this->inExceptArray($request) || $this->tokensMatch($request) ) { return tap($next($request), function ($response) use ($request) { if ($this->shouldAddXsrfTokenCookie()) { $this->addCookieToResponse($request, $response); } }); } // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); // Putting the errors in the view for every view allows the developer to just // assume that some errors are always available, which is convenient since // they don't have to continually run checks for the presence of errors. return $next($request); }} // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); $this->startSession($request, $session) ); $this->collectGarbage($session); $response = $next($request); $this->storeCurrentUrl($request, $session); $this->addCookieToResponse($response, $session); if ($this->manager->shouldBlock() || ($request->route() instanceof Route && $request->route()->locksFor())) { return $this->handleRequestWhileBlocking($request, $session, $next); } return $this->handleStatefulRequest($request, $session, $next); } /** * Handle the given request within session state. * // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); * @param \Closure $next * @return mixed */ public function handle($request, Closure $next) { $response = $next($request); foreach ($this->cookies->getQueuedCookies() as $cookie) { $response->headers->setCookie($cookie); } // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); * @param \Closure $next * @return \Symfony\Component\HttpFoundation\Response */ public function handle($request, Closure $next) { return $this->encrypt($next($this->decrypt($request))); } /** * Decrypt the cookies on the request. * // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e);class Utility{ public function handle($request, Closure $next) { return $next($request); }} // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); { $pipeline = array_reduce( array_reverse($this->pipes()), $this->carry(), $this->prepareDestination($destination) ); return $pipeline($this->passable); } /** * Run the pipeline and return the result. * return (new Pipeline($this->container)) ->send($request) ->through($middleware) ->then(fn ($request) => $this->prepareResponse( $request, $route->run() )); } /** * Gather the middleware for the given route with resolved class names. * $request->setRouteResolver(fn () => $route); $this->events->dispatch(new RouteMatched($route, $request)); return $this->prepareResponse($request, $this->runRouteWithinStack($route, $request) ); } /** * Run the given route within a Stack "onion" instance. * @param \Illuminate\Http\Request $request * @return \Symfony\Component\HttpFoundation\Response */ public function dispatchToRoute(Request $request) { return $this->runRoute($request, $this->findRoute($request)); } /** * Find the route matching a given request. * */ public function dispatch(Request $request) { $this->currentRequest = $request; return $this->dispatchToRoute($request); } /** * Dispatch the request to a route and return the response. * protected function dispatchToRouter() { return function ($request) { $this->app->instance('request', $request); return $this->router->dispatch($request); }; } /** * Call the terminate method on any terminable middleware. */ protected function prepareDestination(Closure $destination) { return function ($passable) use ($destination) { try { return $destination($passable); } catch (Throwable $e) { return $this->handleException($passable, $e); } }; } */ public function handle($request, Closure $next) { $this->clean($request); return $next($request); } /** * Clean the request's data. * if ($callback($request)) { return $next($request); } } return parent::handle($request, $next); } /** * Transform the given value. * // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); */ public function handle($request, Closure $next) { $this->clean($request); return $next($request); } /** * Clean the request's data. * if ($callback($request)) { return $next($request); } } return parent::handle($request, $next); } /** * Transform the given value. * // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); if ($max > 0 && $request->server('CONTENT_LENGTH') > $max) { throw new PostTooLargeException; } return $next($request); } /** * Determine the server 'post_max_size' as bytes. * // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); null, $this->getHeaders($data) ); } return $next($request); } /** * Determine if the incoming request has a maintenance mode bypass cookie. * // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); * @return \Illuminate\Http\Response */ public function handle($request, Closure $next) { if (! $this->hasMatchingPath($request)) { return $next($request); } $this->cors->setOptions($this->container['config']->get('cors', [])); if ($this->cors->isPreflightRequest($request)) { // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); { $request::setTrustedProxies([], $this->getTrustedHeaderNames()); $this->setTrustedProxyIpAddresses($request); return $next($request); } /** * Sets the trusted proxies on the request. * // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e);class Utility{ public function handle($request, Closure $next) { return $next($request); }} // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); { $pipeline = array_reduce( array_reverse($this->pipes()), $this->carry(), $this->prepareDestination($destination) ); return $pipeline($this->passable); } /** * Run the pipeline and return the result. * $this->bootstrap(); return (new Pipeline($this->app)) ->send($request) ->through($this->app->shouldSkipMiddleware() ? [] : $this->middleware) ->then($this->dispatchToRouter()); } /** * Bootstrap the application for HTTP requests. * $this->requestStartedAt = Carbon::now(); try { $request->enableHttpMethodParameterOverride(); $response = $this->sendRequestThroughRouter($request); } catch (Throwable $e) { $this->reportException($e); $response = $this->renderException($request, $e); }$app = require_once __DIR__.'/core/bootstrap/app.php';$kernel = $app->make(Kernel::class);$response = $kernel->handle( $request = Request::capture())->send();$kernel->terminate($request, $response);|
[5/5]
ViewException
|
|---|
Illuminate\View\ViewException:
Undefined array key "extension" (View: /home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/resources/views/partials/seo.blade.php) (View: /home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/resources/views/partials/seo.blade.php) (View: /home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/resources/views/partials/seo.blade.php) (View: /home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/resources/views/partials/seo.blade.php)
at /home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/storage/framework/views/ba5b87c09960ebf109fc6e5fcde9740078325deb.php:35
at Illuminate\View\Engines\CompilerEngine->handleViewException()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:60)
at Illuminate\View\Engines\PhpEngine->evaluatePath()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70)
at Illuminate\View\Engines\CompilerEngine->get()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/View/View.php:195)
at Illuminate\View\View->getContents()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/View/View.php:178)
at Illuminate\View\View->renderContents()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/View/View.php:147)
at Illuminate\View\View->render()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Http/Response.php:69)
at Illuminate\Http\Response->setContent()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Http/Response.php:35)
at Illuminate\Http\Response->__construct()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Routing/Router.php:906)
at Illuminate\Routing\Router::toResponse()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Routing/Router.php:875)
at Illuminate\Routing\Router->prepareResponse()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Routing/Router.php:798)
at Illuminate\Routing\Router->Illuminate\Routing\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:141)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/app/Http/Controllers/Controller.php:21)
at App\Http\Controllers\Controller->App\Http\Controllers\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:162)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/app/Http/Middleware/MaintenanceMode.php:25)
at App\Http\Middleware\MaintenanceMode->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/app/Http/Middleware/ActiveTemplateMiddleware.php:28)
at App\Http\Middleware\ActiveTemplateMiddleware->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/app/Http/Middleware/LanguageMiddleware.php:22)
at App\Http\Middleware\LanguageMiddleware->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:50)
at Illuminate\Routing\Middleware\SubstituteBindings->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php:78)
at Illuminate\Foundation\Http\Middleware\VerifyCsrfToken->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php:49)
at Illuminate\View\Middleware\ShareErrorsFromSession->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:121)
at Illuminate\Session\Middleware\StartSession->handleStatefulRequest()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:64)
at Illuminate\Session\Middleware\StartSession->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php:37)
at Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php:67)
at Illuminate\Cookie\Middleware\EncryptCookies->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laramin/utility/src/Utility.php:11)
at Laramin\Utility\Utility->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:116)
at Illuminate\Pipeline\Pipeline->then()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Routing/Router.php:799)
at Illuminate\Routing\Router->runRouteWithinStack()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Routing/Router.php:776)
at Illuminate\Routing\Router->runRoute()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Routing/Router.php:740)
at Illuminate\Routing\Router->dispatchToRoute()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Routing/Router.php:729)
at Illuminate\Routing\Router->dispatch()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:190)
at Illuminate\Foundation\Http\Kernel->Illuminate\Foundation\Http\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:141)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:21)
at Illuminate\Foundation\Http\Middleware\TransformsRequest->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php:31)
at Illuminate\Foundation\Http\Middleware\ConvertEmptyStringsToNull->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:21)
at Illuminate\Foundation\Http\Middleware\TransformsRequest->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php:40)
at Illuminate\Foundation\Http\Middleware\TrimStrings->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php:27)
at Illuminate\Foundation\Http\Middleware\ValidatePostSize->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php:86)
at Illuminate\Foundation\Http\Middleware\PreventRequestsDuringMaintenance->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php:49)
at Illuminate\Http\Middleware\HandleCors->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php:39)
at Illuminate\Http\Middleware\TrustProxies->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laramin/utility/src/Utility.php:11)
at Laramin\Utility\Utility->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:116)
at Illuminate\Pipeline\Pipeline->then()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:165)
at Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:134)
at Illuminate\Foundation\Http\Kernel->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/index.php:52)
|
|
[4/5]
ViewException
|
|---|
Illuminate\View\ViewException:
Undefined array key "extension" (View: /home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/resources/views/partials/seo.blade.php) (View: /home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/resources/views/partials/seo.blade.php) (View: /home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/resources/views/partials/seo.blade.php)
at /home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/storage/framework/views/ba5b87c09960ebf109fc6e5fcde9740078325deb.php:35
at Illuminate\View\Engines\CompilerEngine->handleViewException()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:60)
at Illuminate\View\Engines\PhpEngine->evaluatePath()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70)
at Illuminate\View\Engines\CompilerEngine->get()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/View/View.php:195)
at Illuminate\View\View->getContents()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/View/View.php:178)
at Illuminate\View\View->renderContents()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/View/View.php:147)
at Illuminate\View\View->render()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/storage/framework/views/b37d3c7a31543ef078903e67051603b6bf84b14e.php:95)
at require('/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/storage/framework/views/b37d3c7a31543ef078903e67051603b6bf84b14e.php')
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:109)
at Illuminate\Filesystem\Filesystem::Illuminate\Filesystem\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110)
at Illuminate\Filesystem\Filesystem->getRequire()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58)
at Illuminate\View\Engines\PhpEngine->evaluatePath()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70)
at Illuminate\View\Engines\CompilerEngine->get()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/View/View.php:195)
at Illuminate\View\View->getContents()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/View/View.php:178)
at Illuminate\View\View->renderContents()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/View/View.php:147)
at Illuminate\View\View->render()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Http/Response.php:69)
at Illuminate\Http\Response->setContent()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Http/Response.php:35)
at Illuminate\Http\Response->__construct()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Routing/Router.php:906)
at Illuminate\Routing\Router::toResponse()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Routing/Router.php:875)
at Illuminate\Routing\Router->prepareResponse()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Routing/Router.php:798)
at Illuminate\Routing\Router->Illuminate\Routing\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:141)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/app/Http/Controllers/Controller.php:21)
at App\Http\Controllers\Controller->App\Http\Controllers\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:162)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/app/Http/Middleware/MaintenanceMode.php:25)
at App\Http\Middleware\MaintenanceMode->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/app/Http/Middleware/ActiveTemplateMiddleware.php:28)
at App\Http\Middleware\ActiveTemplateMiddleware->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/app/Http/Middleware/LanguageMiddleware.php:22)
at App\Http\Middleware\LanguageMiddleware->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:50)
at Illuminate\Routing\Middleware\SubstituteBindings->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php:78)
at Illuminate\Foundation\Http\Middleware\VerifyCsrfToken->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php:49)
at Illuminate\View\Middleware\ShareErrorsFromSession->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:121)
at Illuminate\Session\Middleware\StartSession->handleStatefulRequest()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:64)
at Illuminate\Session\Middleware\StartSession->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php:37)
at Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php:67)
at Illuminate\Cookie\Middleware\EncryptCookies->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laramin/utility/src/Utility.php:11)
at Laramin\Utility\Utility->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:116)
at Illuminate\Pipeline\Pipeline->then()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Routing/Router.php:799)
at Illuminate\Routing\Router->runRouteWithinStack()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Routing/Router.php:776)
at Illuminate\Routing\Router->runRoute()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Routing/Router.php:740)
at Illuminate\Routing\Router->dispatchToRoute()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Routing/Router.php:729)
at Illuminate\Routing\Router->dispatch()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:190)
at Illuminate\Foundation\Http\Kernel->Illuminate\Foundation\Http\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:141)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:21)
at Illuminate\Foundation\Http\Middleware\TransformsRequest->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php:31)
at Illuminate\Foundation\Http\Middleware\ConvertEmptyStringsToNull->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:21)
at Illuminate\Foundation\Http\Middleware\TransformsRequest->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php:40)
at Illuminate\Foundation\Http\Middleware\TrimStrings->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php:27)
at Illuminate\Foundation\Http\Middleware\ValidatePostSize->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php:86)
at Illuminate\Foundation\Http\Middleware\PreventRequestsDuringMaintenance->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php:49)
at Illuminate\Http\Middleware\HandleCors->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php:39)
at Illuminate\Http\Middleware\TrustProxies->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laramin/utility/src/Utility.php:11)
at Laramin\Utility\Utility->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:116)
at Illuminate\Pipeline\Pipeline->then()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:165)
at Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:134)
at Illuminate\Foundation\Http\Kernel->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/index.php:52)
|
|
[3/5]
ViewException
|
|---|
Illuminate\View\ViewException:
Undefined array key "extension" (View: /home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/resources/views/partials/seo.blade.php) (View: /home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/resources/views/partials/seo.blade.php)
at /home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/storage/framework/views/ba5b87c09960ebf109fc6e5fcde9740078325deb.php:35
at Illuminate\View\Engines\CompilerEngine->handleViewException()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:60)
at Illuminate\View\Engines\PhpEngine->evaluatePath()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70)
at Illuminate\View\Engines\CompilerEngine->get()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/View/View.php:195)
at Illuminate\View\View->getContents()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/View/View.php:178)
at Illuminate\View\View->renderContents()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/View/View.php:147)
at Illuminate\View\View->render()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/storage/framework/views/49c62a4606e6d90d52fd38010dddf94d171e96f9.php:36)
at require('/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/storage/framework/views/49c62a4606e6d90d52fd38010dddf94d171e96f9.php')
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:109)
at Illuminate\Filesystem\Filesystem::Illuminate\Filesystem\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110)
at Illuminate\Filesystem\Filesystem->getRequire()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58)
at Illuminate\View\Engines\PhpEngine->evaluatePath()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70)
at Illuminate\View\Engines\CompilerEngine->get()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/View/View.php:195)
at Illuminate\View\View->getContents()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/View/View.php:178)
at Illuminate\View\View->renderContents()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/View/View.php:147)
at Illuminate\View\View->render()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/storage/framework/views/b37d3c7a31543ef078903e67051603b6bf84b14e.php:95)
at require('/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/storage/framework/views/b37d3c7a31543ef078903e67051603b6bf84b14e.php')
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:109)
at Illuminate\Filesystem\Filesystem::Illuminate\Filesystem\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110)
at Illuminate\Filesystem\Filesystem->getRequire()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58)
at Illuminate\View\Engines\PhpEngine->evaluatePath()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70)
at Illuminate\View\Engines\CompilerEngine->get()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/View/View.php:195)
at Illuminate\View\View->getContents()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/View/View.php:178)
at Illuminate\View\View->renderContents()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/View/View.php:147)
at Illuminate\View\View->render()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Http/Response.php:69)
at Illuminate\Http\Response->setContent()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Http/Response.php:35)
at Illuminate\Http\Response->__construct()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Routing/Router.php:906)
at Illuminate\Routing\Router::toResponse()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Routing/Router.php:875)
at Illuminate\Routing\Router->prepareResponse()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Routing/Router.php:798)
at Illuminate\Routing\Router->Illuminate\Routing\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:141)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/app/Http/Controllers/Controller.php:21)
at App\Http\Controllers\Controller->App\Http\Controllers\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:162)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/app/Http/Middleware/MaintenanceMode.php:25)
at App\Http\Middleware\MaintenanceMode->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/app/Http/Middleware/ActiveTemplateMiddleware.php:28)
at App\Http\Middleware\ActiveTemplateMiddleware->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/app/Http/Middleware/LanguageMiddleware.php:22)
at App\Http\Middleware\LanguageMiddleware->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:50)
at Illuminate\Routing\Middleware\SubstituteBindings->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php:78)
at Illuminate\Foundation\Http\Middleware\VerifyCsrfToken->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php:49)
at Illuminate\View\Middleware\ShareErrorsFromSession->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:121)
at Illuminate\Session\Middleware\StartSession->handleStatefulRequest()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:64)
at Illuminate\Session\Middleware\StartSession->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php:37)
at Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php:67)
at Illuminate\Cookie\Middleware\EncryptCookies->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laramin/utility/src/Utility.php:11)
at Laramin\Utility\Utility->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:116)
at Illuminate\Pipeline\Pipeline->then()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Routing/Router.php:799)
at Illuminate\Routing\Router->runRouteWithinStack()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Routing/Router.php:776)
at Illuminate\Routing\Router->runRoute()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Routing/Router.php:740)
at Illuminate\Routing\Router->dispatchToRoute()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Routing/Router.php:729)
at Illuminate\Routing\Router->dispatch()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:190)
at Illuminate\Foundation\Http\Kernel->Illuminate\Foundation\Http\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:141)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:21)
at Illuminate\Foundation\Http\Middleware\TransformsRequest->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php:31)
at Illuminate\Foundation\Http\Middleware\ConvertEmptyStringsToNull->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:21)
at Illuminate\Foundation\Http\Middleware\TransformsRequest->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php:40)
at Illuminate\Foundation\Http\Middleware\TrimStrings->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php:27)
at Illuminate\Foundation\Http\Middleware\ValidatePostSize->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php:86)
at Illuminate\Foundation\Http\Middleware\PreventRequestsDuringMaintenance->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php:49)
at Illuminate\Http\Middleware\HandleCors->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php:39)
at Illuminate\Http\Middleware\TrustProxies->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laramin/utility/src/Utility.php:11)
at Laramin\Utility\Utility->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:116)
at Illuminate\Pipeline\Pipeline->then()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:165)
at Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:134)
at Illuminate\Foundation\Http\Kernel->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/index.php:52)
|
|
[2/5]
ViewException
|
|---|
Illuminate\View\ViewException:
Undefined array key "extension" (View: /home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/resources/views/partials/seo.blade.php)
at /home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/storage/framework/views/ba5b87c09960ebf109fc6e5fcde9740078325deb.php:35
at Illuminate\View\Engines\CompilerEngine->handleViewException()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:60)
at Illuminate\View\Engines\PhpEngine->evaluatePath()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70)
at Illuminate\View\Engines\CompilerEngine->get()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/View/View.php:195)
at Illuminate\View\View->getContents()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/View/View.php:178)
at Illuminate\View\View->renderContents()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/View/View.php:147)
at Illuminate\View\View->render()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/storage/framework/views/393c61e5071cad92fc6081c63d9f0af07bb8ace5.php:10)
at require('/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/storage/framework/views/393c61e5071cad92fc6081c63d9f0af07bb8ace5.php')
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:109)
at Illuminate\Filesystem\Filesystem::Illuminate\Filesystem\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110)
at Illuminate\Filesystem\Filesystem->getRequire()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58)
at Illuminate\View\Engines\PhpEngine->evaluatePath()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70)
at Illuminate\View\Engines\CompilerEngine->get()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/View/View.php:195)
at Illuminate\View\View->getContents()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/View/View.php:178)
at Illuminate\View\View->renderContents()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/View/View.php:147)
at Illuminate\View\View->render()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/storage/framework/views/49c62a4606e6d90d52fd38010dddf94d171e96f9.php:36)
at require('/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/storage/framework/views/49c62a4606e6d90d52fd38010dddf94d171e96f9.php')
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:109)
at Illuminate\Filesystem\Filesystem::Illuminate\Filesystem\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110)
at Illuminate\Filesystem\Filesystem->getRequire()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58)
at Illuminate\View\Engines\PhpEngine->evaluatePath()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70)
at Illuminate\View\Engines\CompilerEngine->get()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/View/View.php:195)
at Illuminate\View\View->getContents()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/View/View.php:178)
at Illuminate\View\View->renderContents()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/View/View.php:147)
at Illuminate\View\View->render()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/storage/framework/views/b37d3c7a31543ef078903e67051603b6bf84b14e.php:95)
at require('/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/storage/framework/views/b37d3c7a31543ef078903e67051603b6bf84b14e.php')
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:109)
at Illuminate\Filesystem\Filesystem::Illuminate\Filesystem\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110)
at Illuminate\Filesystem\Filesystem->getRequire()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58)
at Illuminate\View\Engines\PhpEngine->evaluatePath()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70)
at Illuminate\View\Engines\CompilerEngine->get()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/View/View.php:195)
at Illuminate\View\View->getContents()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/View/View.php:178)
at Illuminate\View\View->renderContents()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/View/View.php:147)
at Illuminate\View\View->render()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Http/Response.php:69)
at Illuminate\Http\Response->setContent()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Http/Response.php:35)
at Illuminate\Http\Response->__construct()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Routing/Router.php:906)
at Illuminate\Routing\Router::toResponse()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Routing/Router.php:875)
at Illuminate\Routing\Router->prepareResponse()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Routing/Router.php:798)
at Illuminate\Routing\Router->Illuminate\Routing\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:141)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/app/Http/Controllers/Controller.php:21)
at App\Http\Controllers\Controller->App\Http\Controllers\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:162)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/app/Http/Middleware/MaintenanceMode.php:25)
at App\Http\Middleware\MaintenanceMode->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/app/Http/Middleware/ActiveTemplateMiddleware.php:28)
at App\Http\Middleware\ActiveTemplateMiddleware->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/app/Http/Middleware/LanguageMiddleware.php:22)
at App\Http\Middleware\LanguageMiddleware->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:50)
at Illuminate\Routing\Middleware\SubstituteBindings->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php:78)
at Illuminate\Foundation\Http\Middleware\VerifyCsrfToken->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php:49)
at Illuminate\View\Middleware\ShareErrorsFromSession->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:121)
at Illuminate\Session\Middleware\StartSession->handleStatefulRequest()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:64)
at Illuminate\Session\Middleware\StartSession->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php:37)
at Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php:67)
at Illuminate\Cookie\Middleware\EncryptCookies->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laramin/utility/src/Utility.php:11)
at Laramin\Utility\Utility->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:116)
at Illuminate\Pipeline\Pipeline->then()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Routing/Router.php:799)
at Illuminate\Routing\Router->runRouteWithinStack()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Routing/Router.php:776)
at Illuminate\Routing\Router->runRoute()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Routing/Router.php:740)
at Illuminate\Routing\Router->dispatchToRoute()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Routing/Router.php:729)
at Illuminate\Routing\Router->dispatch()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:190)
at Illuminate\Foundation\Http\Kernel->Illuminate\Foundation\Http\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:141)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:21)
at Illuminate\Foundation\Http\Middleware\TransformsRequest->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php:31)
at Illuminate\Foundation\Http\Middleware\ConvertEmptyStringsToNull->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:21)
at Illuminate\Foundation\Http\Middleware\TransformsRequest->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php:40)
at Illuminate\Foundation\Http\Middleware\TrimStrings->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php:27)
at Illuminate\Foundation\Http\Middleware\ValidatePostSize->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php:86)
at Illuminate\Foundation\Http\Middleware\PreventRequestsDuringMaintenance->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php:49)
at Illuminate\Http\Middleware\HandleCors->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php:39)
at Illuminate\Http\Middleware\TrustProxies->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laramin/utility/src/Utility.php:11)
at Laramin\Utility\Utility->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:116)
at Illuminate\Pipeline\Pipeline->then()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:165)
at Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:134)
at Illuminate\Foundation\Http\Kernel->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/index.php:52)
|
|
[1/5]
ErrorException
|
|---|
ErrorException:
Undefined array key "extension"
at /home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/storage/framework/views/ba5b87c09960ebf109fc6e5fcde9740078325deb.php:35
at Illuminate\Foundation\Bootstrap\HandleExceptions->handleError()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php:270)
at Illuminate\Foundation\Bootstrap\HandleExceptions->Illuminate\Foundation\Bootstrap\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/storage/framework/views/ba5b87c09960ebf109fc6e5fcde9740078325deb.php:35)
at require('/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/storage/framework/views/ba5b87c09960ebf109fc6e5fcde9740078325deb.php')
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:109)
at Illuminate\Filesystem\Filesystem::Illuminate\Filesystem\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110)
at Illuminate\Filesystem\Filesystem->getRequire()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58)
at Illuminate\View\Engines\PhpEngine->evaluatePath()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70)
at Illuminate\View\Engines\CompilerEngine->get()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/View/View.php:195)
at Illuminate\View\View->getContents()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/View/View.php:178)
at Illuminate\View\View->renderContents()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/View/View.php:147)
at Illuminate\View\View->render()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/storage/framework/views/393c61e5071cad92fc6081c63d9f0af07bb8ace5.php:10)
at require('/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/storage/framework/views/393c61e5071cad92fc6081c63d9f0af07bb8ace5.php')
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:109)
at Illuminate\Filesystem\Filesystem::Illuminate\Filesystem\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110)
at Illuminate\Filesystem\Filesystem->getRequire()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58)
at Illuminate\View\Engines\PhpEngine->evaluatePath()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70)
at Illuminate\View\Engines\CompilerEngine->get()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/View/View.php:195)
at Illuminate\View\View->getContents()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/View/View.php:178)
at Illuminate\View\View->renderContents()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/View/View.php:147)
at Illuminate\View\View->render()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/storage/framework/views/49c62a4606e6d90d52fd38010dddf94d171e96f9.php:36)
at require('/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/storage/framework/views/49c62a4606e6d90d52fd38010dddf94d171e96f9.php')
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:109)
at Illuminate\Filesystem\Filesystem::Illuminate\Filesystem\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110)
at Illuminate\Filesystem\Filesystem->getRequire()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58)
at Illuminate\View\Engines\PhpEngine->evaluatePath()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70)
at Illuminate\View\Engines\CompilerEngine->get()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/View/View.php:195)
at Illuminate\View\View->getContents()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/View/View.php:178)
at Illuminate\View\View->renderContents()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/View/View.php:147)
at Illuminate\View\View->render()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/storage/framework/views/b37d3c7a31543ef078903e67051603b6bf84b14e.php:95)
at require('/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/storage/framework/views/b37d3c7a31543ef078903e67051603b6bf84b14e.php')
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:109)
at Illuminate\Filesystem\Filesystem::Illuminate\Filesystem\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110)
at Illuminate\Filesystem\Filesystem->getRequire()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58)
at Illuminate\View\Engines\PhpEngine->evaluatePath()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70)
at Illuminate\View\Engines\CompilerEngine->get()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/View/View.php:195)
at Illuminate\View\View->getContents()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/View/View.php:178)
at Illuminate\View\View->renderContents()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/View/View.php:147)
at Illuminate\View\View->render()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Http/Response.php:69)
at Illuminate\Http\Response->setContent()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Http/Response.php:35)
at Illuminate\Http\Response->__construct()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Routing/Router.php:906)
at Illuminate\Routing\Router::toResponse()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Routing/Router.php:875)
at Illuminate\Routing\Router->prepareResponse()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Routing/Router.php:798)
at Illuminate\Routing\Router->Illuminate\Routing\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:141)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/app/Http/Controllers/Controller.php:21)
at App\Http\Controllers\Controller->App\Http\Controllers\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:162)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/app/Http/Middleware/MaintenanceMode.php:25)
at App\Http\Middleware\MaintenanceMode->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/app/Http/Middleware/ActiveTemplateMiddleware.php:28)
at App\Http\Middleware\ActiveTemplateMiddleware->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/app/Http/Middleware/LanguageMiddleware.php:22)
at App\Http\Middleware\LanguageMiddleware->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:50)
at Illuminate\Routing\Middleware\SubstituteBindings->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php:78)
at Illuminate\Foundation\Http\Middleware\VerifyCsrfToken->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php:49)
at Illuminate\View\Middleware\ShareErrorsFromSession->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:121)
at Illuminate\Session\Middleware\StartSession->handleStatefulRequest()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:64)
at Illuminate\Session\Middleware\StartSession->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php:37)
at Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php:67)
at Illuminate\Cookie\Middleware\EncryptCookies->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laramin/utility/src/Utility.php:11)
at Laramin\Utility\Utility->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:116)
at Illuminate\Pipeline\Pipeline->then()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Routing/Router.php:799)
at Illuminate\Routing\Router->runRouteWithinStack()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Routing/Router.php:776)
at Illuminate\Routing\Router->runRoute()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Routing/Router.php:740)
at Illuminate\Routing\Router->dispatchToRoute()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Routing/Router.php:729)
at Illuminate\Routing\Router->dispatch()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:190)
at Illuminate\Foundation\Http\Kernel->Illuminate\Foundation\Http\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:141)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:21)
at Illuminate\Foundation\Http\Middleware\TransformsRequest->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php:31)
at Illuminate\Foundation\Http\Middleware\ConvertEmptyStringsToNull->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:21)
at Illuminate\Foundation\Http\Middleware\TransformsRequest->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php:40)
at Illuminate\Foundation\Http\Middleware\TrimStrings->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php:27)
at Illuminate\Foundation\Http\Middleware\ValidatePostSize->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php:86)
at Illuminate\Foundation\Http\Middleware\PreventRequestsDuringMaintenance->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php:49)
at Illuminate\Http\Middleware\HandleCors->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php:39)
at Illuminate\Http\Middleware\TrustProxies->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laramin/utility/src/Utility.php:11)
at Laramin\Utility\Utility->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:116)
at Illuminate\Pipeline\Pipeline->then()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:165)
at Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/core/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:134)
at Illuminate\Foundation\Http\Kernel->handle()
(/home/u534443699/domains/gmgsolution.com/public_html/eshopeco/index.php:52)
|