^ "category from cache"
} // Once we have the path to the compiled file, we will evaluate the paths with // typical PHP just like any other templates. We also keep a stack of views // which have been rendered for right exception messages to be generated. $results = $this->evaluatePath($this->compiler->getCompiledPath($path), $data); array_pop($this->lastCompiled); return $results; } // 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 sections get 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; $response instanceof ArrayObject || $response instanceof JsonSerializable || 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(); } // 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); // 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); // 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); // 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); // 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); // 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); // 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); // 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); // 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); // 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) { // Check if we're dealing with CORS and if we should handle it if (! $this->shouldRun($request)) { return $next($request); } // For Preflight, return the Preflight response if ($this->cors->isPreflightRequest($request)) { return $this->cors->handlePreflightRequest($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 $request, Closure $next) { $request::setTrustedProxies([], $this->getTrustedHeaderNames()); // Reset trusted proxies between requests $this->setTrustedProxyIpAddresses($request); return $next($request); } /** * Sets the trusted proxies on the request to the value of trustedproxy.proxies * // 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->replaceRouteParameters($route->uri(), $parameters), $route ), $parameters); if (preg_match('/\{.*?\}/', $uri)) { throw UrlGenerationException::forMissingParameters($route); } // Once we have ensured that there are no missing parameters in the URI we will encode // the URI and prepare it for returning to the developer. If the URI is supposed to // be absolute, we will return it as-is. Otherwise we will remove the URL's root. * @throws \Symfony\Component\Routing\Exception\RouteNotFoundException */ public function route($name, $parameters = [], $absolute = true) { if (! is_null($route = $this->routes->getByName($name))) { return $this->toRoute($route, $parameters, $absolute); } throw new RouteNotFoundException("Route [{$name}] not defined."); } / <a href="<?php echo e(route('main-category-view', ['lang' => $lang, 'main_category_slug' => $mainCategory->slug, 'category_id' => $mainCategory->id ])); ?>" class="lien_bold"><?php echo e($mainCategory->name); ?></a> / <?php if(($application == null || $application->display == false) && ($subcategory == null || $subcategory->display == false)): ?> <a href="<?php echo e(route('category-view', ['lang' => $lang, 'main_category_slug' => $mainCategory->slug, 'category_id' => $category->id, 'category_slug' => $category->slug ])); ?>" class="lien_bold"><b><?php echo e($category->name); ?></b></a> <?php else: ?> <a href="<?php echo e(route('category-view', ['lang' => $lang, 'main_category_slug' => $mainCategory->slug, 'category_id' => $category->id, 'category_slug' => $category->slug ])); ?>" class="lien_bold"><?php echo e($category->name); ?></a> <?php endif; ?> // We'll evaluate the contents of the view inside a try/catch block so we can // flush out any stray output that might get out before an error occurs or // an exception is thrown. This prevents any partial views from leaking. try { include $__path; } catch (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. $results = $this->evaluatePath($this->compiler->getCompiledPath($path), $data); array_pop($this->lastCompiled); return $results; } // 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 sections get 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; $response instanceof ArrayObject || $response instanceof JsonSerializable || 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(); } // 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); // 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); // 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); // 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); // 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); // 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); // 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); // 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); // 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); // 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) { // Check if we're dealing with CORS and if we should handle it if (! $this->shouldRun($request)) { return $next($request); } // For Preflight, return the Preflight response if ($this->cors->isPreflightRequest($request)) { return $this->cors->handlePreflightRequest($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 $request, Closure $next) { $request::setTrustedProxies([], $this->getTrustedHeaderNames()); // Reset trusted proxies between requests $this->setTrustedProxyIpAddresses($request); return $next($request); } /** * Sets the trusted proxies on the request to the value of trustedproxy.proxies * // 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);
[2/2] ErrorException |
|---|
ErrorException:
Missing required parameters for [Route: category-view] [URI: {lang}/{main_category_slug}/{category_slug}/{category_id}/{subcategory_id?}]. (View: /home/ftpdoubl/www/ORAPI/transnet/resources/views/product.blade.php)
at /home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/Routing/Exceptions/UrlGenerationException.php:17
at Illuminate\View\Engines\CompilerEngine->handleViewException(object(UrlGenerationException), 1)
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:43)
at Illuminate\View\Engines\PhpEngine->evaluatePath('/home/ftpdoubl/www/ORAPI/transnet/storage/framework/views/d51182201a2b109dff955534db798c73d3d18b71.php', array('__env' => object(Factory), 'app' => object(Application), 'errors' => object(ViewErrorBag), 'categories' => array(object(Category), object(Category), object(Category), object(Category)), 'mainCategory' => object(Category), 'category' => object(SubCategory), 'product' => object(Product), 'lang' => 'fr', 'subcategory_id' => '4461', 'subcategory' => null, 'application' => null, 'selected_variation_id' => 5052))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57)
at Illuminate\View\Engines\CompilerEngine->get('/home/ftpdoubl/www/ORAPI/transnet/resources/views/product.blade.php', array('__env' => object(Factory), 'app' => object(Application), 'errors' => object(ViewErrorBag), 'categories' => array(object(Category), object(Category), object(Category), object(Category)), 'mainCategory' => object(Category), 'category' => object(SubCategory), 'product' => object(Product), 'lang' => 'fr', 'subcategory_id' => '4461', 'subcategory' => null, 'application' => null, 'selected_variation_id' => 5052))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/View/View.php:139)
at Illuminate\View\View->getContents()
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/View/View.php:122)
at Illuminate\View\View->renderContents()
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/View/View.php:91)
at Illuminate\View\View->render()
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/Http/Response.php:62)
at Illuminate\Http\Response->setContent(object(View))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/Http/Response.php:34)
at Illuminate\Http\Response->__construct(object(View), 200, array('Content-Type' => 'text/html'))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/Routing/Router.php:753)
at Illuminate\Routing\Router::toResponse(object(Request), object(View))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/Routing/Router.php:725)
at Illuminate\Routing\Router->prepareResponse(object(Request), object(View))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/Routing/Router.php:685)
at Illuminate\Routing\Router->Illuminate\Routing\{closure}(object(Request))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:128)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Request))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:41)
at Illuminate\Routing\Middleware\SubstituteBindings->handle(object(Request), object(Closure))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Request))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php:76)
at Illuminate\Foundation\Http\Middleware\VerifyCsrfToken->handle(object(Request), object(Closure))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Request))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php:49)
at Illuminate\View\Middleware\ShareErrorsFromSession->handle(object(Request), object(Closure))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Request))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:56)
at Illuminate\Session\Middleware\StartSession->handle(object(Request), object(Closure))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Request))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php:37)
at Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse->handle(object(Request), object(Closure))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Request))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php:66)
at Illuminate\Cookie\Middleware\EncryptCookies->handle(object(Request), object(Closure))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Request))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:103)
at Illuminate\Pipeline\Pipeline->then(object(Closure))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/Routing/Router.php:687)
at Illuminate\Routing\Router->runRouteWithinStack(object(Route), object(Request))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/Routing/Router.php:662)
at Illuminate\Routing\Router->runRoute(object(Request), object(Route))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/Routing/Router.php:628)
at Illuminate\Routing\Router->dispatchToRoute(object(Request))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/Routing/Router.php:617)
at Illuminate\Routing\Router->dispatch(object(Request))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:165)
at Illuminate\Foundation\Http\Kernel->Illuminate\Foundation\Http\{closure}(object(Request))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:128)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Request))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:21)
at Illuminate\Foundation\Http\Middleware\TransformsRequest->handle(object(Request), object(Closure))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Request))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:21)
at Illuminate\Foundation\Http\Middleware\TransformsRequest->handle(object(Request), object(Closure))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Request))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php:27)
at Illuminate\Foundation\Http\Middleware\ValidatePostSize->handle(object(Request), object(Closure))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Request))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php:63)
at Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(object(Request), object(Closure))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Request))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/fruitcake/laravel-cors/src/HandleCors.php:36)
at Fruitcake\Cors\HandleCors->handle(object(Request), object(Closure))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Request))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/fideloper/proxy/src/TrustProxies.php:57)
at Fideloper\Proxy\TrustProxies->handle(object(Request), object(Closure))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Request))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:103)
at Illuminate\Pipeline\Pipeline->then(object(Closure))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:140)
at Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(object(Request))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:109)
at Illuminate\Foundation\Http\Kernel->handle(object(Request))
(/home/ftpdoubl/www/ORAPI/transnet/public/index.php:55)
|
[1/2] UrlGenerationException |
|---|
Illuminate\Routing\Exceptions\UrlGenerationException:
Missing required parameters for [Route: category-view] [URI: {lang}/{main_category_slug}/{category_slug}/{category_id}/{subcategory_id?}].
at /home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/Routing/Exceptions/UrlGenerationException.php:17
at Illuminate\Routing\Exceptions\UrlGenerationException::forMissingParameters(object(Route))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/Routing/RouteUrlGenerator.php:91)
at Illuminate\Routing\RouteUrlGenerator->to(object(Route), array('category_slug' => null), true)
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/Routing/UrlGenerator.php:442)
at Illuminate\Routing\UrlGenerator->toRoute(object(Route), array('lang' => 'fr', 'main_category_slug' => 'poids-lourds', 'category_id' => 194, 'category_slug' => null), true)
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/Routing/UrlGenerator.php:417)
at Illuminate\Routing\UrlGenerator->route('category-view', array('lang' => 'fr', 'main_category_slug' => 'poids-lourds', 'category_id' => 194, 'category_slug' => null), true)
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php:766)
at route('category-view', array('lang' => 'fr', 'main_category_slug' => 'poids-lourds', 'category_id' => 194, 'category_slug' => null))
(/home/ftpdoubl/www/ORAPI/transnet/storage/framework/views/d51182201a2b109dff955534db798c73d3d18b71.php:18)
at include('/home/ftpdoubl/www/ORAPI/transnet/storage/framework/views/d51182201a2b109dff955534db798c73d3d18b71.php')
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:41)
at Illuminate\View\Engines\PhpEngine->evaluatePath('/home/ftpdoubl/www/ORAPI/transnet/storage/framework/views/d51182201a2b109dff955534db798c73d3d18b71.php', array('__env' => object(Factory), 'app' => object(Application), 'errors' => object(ViewErrorBag), 'categories' => array(object(Category), object(Category), object(Category), object(Category)), 'mainCategory' => object(Category), 'category' => object(SubCategory), 'product' => object(Product), 'lang' => 'fr', 'subcategory_id' => '4461', 'subcategory' => null, 'application' => null, 'selected_variation_id' => 5052))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57)
at Illuminate\View\Engines\CompilerEngine->get('/home/ftpdoubl/www/ORAPI/transnet/resources/views/product.blade.php', array('__env' => object(Factory), 'app' => object(Application), 'errors' => object(ViewErrorBag), 'categories' => array(object(Category), object(Category), object(Category), object(Category)), 'mainCategory' => object(Category), 'category' => object(SubCategory), 'product' => object(Product), 'lang' => 'fr', 'subcategory_id' => '4461', 'subcategory' => null, 'application' => null, 'selected_variation_id' => 5052))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/View/View.php:139)
at Illuminate\View\View->getContents()
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/View/View.php:122)
at Illuminate\View\View->renderContents()
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/View/View.php:91)
at Illuminate\View\View->render()
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/Http/Response.php:62)
at Illuminate\Http\Response->setContent(object(View))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/Http/Response.php:34)
at Illuminate\Http\Response->__construct(object(View), 200, array('Content-Type' => 'text/html'))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/Routing/Router.php:753)
at Illuminate\Routing\Router::toResponse(object(Request), object(View))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/Routing/Router.php:725)
at Illuminate\Routing\Router->prepareResponse(object(Request), object(View))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/Routing/Router.php:685)
at Illuminate\Routing\Router->Illuminate\Routing\{closure}(object(Request))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:128)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Request))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:41)
at Illuminate\Routing\Middleware\SubstituteBindings->handle(object(Request), object(Closure))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Request))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php:76)
at Illuminate\Foundation\Http\Middleware\VerifyCsrfToken->handle(object(Request), object(Closure))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Request))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php:49)
at Illuminate\View\Middleware\ShareErrorsFromSession->handle(object(Request), object(Closure))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Request))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:56)
at Illuminate\Session\Middleware\StartSession->handle(object(Request), object(Closure))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Request))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php:37)
at Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse->handle(object(Request), object(Closure))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Request))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php:66)
at Illuminate\Cookie\Middleware\EncryptCookies->handle(object(Request), object(Closure))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Request))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:103)
at Illuminate\Pipeline\Pipeline->then(object(Closure))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/Routing/Router.php:687)
at Illuminate\Routing\Router->runRouteWithinStack(object(Route), object(Request))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/Routing/Router.php:662)
at Illuminate\Routing\Router->runRoute(object(Request), object(Route))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/Routing/Router.php:628)
at Illuminate\Routing\Router->dispatchToRoute(object(Request))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/Routing/Router.php:617)
at Illuminate\Routing\Router->dispatch(object(Request))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:165)
at Illuminate\Foundation\Http\Kernel->Illuminate\Foundation\Http\{closure}(object(Request))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:128)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Request))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:21)
at Illuminate\Foundation\Http\Middleware\TransformsRequest->handle(object(Request), object(Closure))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Request))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:21)
at Illuminate\Foundation\Http\Middleware\TransformsRequest->handle(object(Request), object(Closure))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Request))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php:27)
at Illuminate\Foundation\Http\Middleware\ValidatePostSize->handle(object(Request), object(Closure))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Request))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php:63)
at Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(object(Request), object(Closure))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Request))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/fruitcake/laravel-cors/src/HandleCors.php:36)
at Fruitcake\Cors\HandleCors->handle(object(Request), object(Closure))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Request))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/fideloper/proxy/src/TrustProxies.php:57)
at Fideloper\Proxy\TrustProxies->handle(object(Request), object(Closure))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Request))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:103)
at Illuminate\Pipeline\Pipeline->then(object(Closure))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:140)
at Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(object(Request))
(/home/ftpdoubl/www/ORAPI/transnet/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:109)
at Illuminate\Foundation\Http\Kernel->handle(object(Request))
(/home/ftpdoubl/www/ORAPI/transnet/public/index.php:55)
|