Exceptions
Exception
Symfony\Component\Debug\Exception\ ContextErrorException
CustomerEditController->acclog(object(Request), '10')
in
/home/dalian/buy.hits.jp/public_html/tao-eva/vendor/symfony/http-kernel/HttpKernel.php
(line 151)
$this->dispatcher->dispatch(KernelEvents::CONTROLLER_ARGUMENTS, $event);$controller = $event->getController();$arguments = $event->getArguments();// call controller$response = \call_user_func_array($controller, $arguments);// viewif (!$response instanceof Response) {$event = new GetResponseForControllerResultEvent($this, $request, $type, $response);$this->dispatcher->dispatch(KernelEvents::VIEW, $event);
HttpKernel->handleRaw(object(Request), 1)
in
/home/dalian/buy.hits.jp/public_html/tao-eva/vendor/symfony/http-kernel/HttpKernel.php
(line 68)
public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true){$request->headers->set('X-Php-Ob-Level', (string) ob_get_level());try {return $this->handleRaw($request, $type);} catch (\Exception $e) {if ($e instanceof RequestExceptionInterface) {$e = new BadRequestHttpException($e->getMessage(), $e);}if (false === $catch) {
HttpKernel->handle(object(Request), 1, true)
in
/home/dalian/buy.hits.jp/public_html/tao-eva/vendor/symfony/http-kernel/Kernel.php
(line 200)
Stack Trace
ContextErrorException |
|---|
Symfony\Component\Debug\Exception\ContextErrorException:
Notice: Undefined variable: page
at /home/dalian/buy.hits.jp/public_html/tao-eva/app/Customize/Controller/Admin/Customer/CustomerEditController.php:547
at Customize\Controller\Admin\Customer\CustomerEditController->acclog(object(Request), '10')
(/home/dalian/buy.hits.jp/public_html/tao-eva/vendor/symfony/http-kernel/HttpKernel.php:151)
at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1)
(/home/dalian/buy.hits.jp/public_html/tao-eva/vendor/symfony/http-kernel/HttpKernel.php:68)
at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true)
(/home/dalian/buy.hits.jp/public_html/tao-eva/vendor/symfony/http-kernel/Kernel.php:200)
at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
(/home/dalian/buy.hits.jp/public_html/tao-eva/index.php:76)
|