https://buy.hits.jp/tao-eva/administrator/customer/authent

Exceptions

Notice: Undefined variable: name1

Exception

Symfony\Component\Debug\Exception\ ContextErrorException

  1.                     $query 'UPDATE dtb_customer SET customer_status_id=2, update_date= "'.$create.'" where id='.$id ;
  2.                     $statement $em->getConnection()->prepare($query) ;
  3.                     $result $statement->execute() ;
  4.                     $query 'select * from dtb_customer where id='.$id ;
  5.                     $statement $em->getConnection()->prepare($query) ;
  6.                     $result $statement->execute() ;
  7.                     $buff $statement->fetchall() ;
  8.                     foreach($buff as $b){
  9.                         $id $b['id'] ;
CustomerEditController->authent(object(Request), '11') in /home/dalian/buy.hits.jp/public_html/tao-eva/vendor/symfony/http-kernel/HttpKernel.php (line 151)
  1.         $this->dispatcher->dispatch(KernelEvents::CONTROLLER_ARGUMENTS$event);
  2.         $controller $event->getController();
  3.         $arguments $event->getArguments();
  4.         // call controller
  5.         $response = \call_user_func_array($controller$arguments);
  6.         // view
  7.         if (!$response instanceof Response) {
  8.             $event = new GetResponseForControllerResultEvent($this$request$type$response);
  9.             $this->dispatcher->dispatch(KernelEvents::VIEW$event);
  1.     public function handle(Request $request$type HttpKernelInterface::MASTER_REQUEST$catch true)
  2.     {
  3.         $request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
  4.         try {
  5.             return $this->handleRaw($request$type);
  6.         } catch (\Exception $e) {
  7.             if ($e instanceof RequestExceptionInterface) {
  8.                 $e = new BadRequestHttpException($e->getMessage(), $e);
  9.             }
  10.             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)
  1.         $this->boot();
  2.         ++$this->requestStackSize;
  3.         $this->resetServices true;
  4.         try {
  5.             return $this->getHttpKernel()->handle($request$type$catch);
  6.         } finally {
  7.             --$this->requestStackSize;
  8.         }
  9.     }
Kernel->handle(object(Request)) in /home/dalian/buy.hits.jp/public_html/tao-eva/index.php (line 76)
  1.         return;
  2.     }
  3. }
  4. $kernel = new Kernel($env$debug);
  5. $response $kernel->handle($request);
  6. $response->send();
  7. $kernel->terminate($request$response);

Stack Trace

ContextErrorException

Symfony\Component\Debug\Exception\ContextErrorException:
Notice: Undefined variable: name1

  at /home/dalian/buy.hits.jp/public_html/tao-eva/app/Customize/Controller/Admin/Customer/CustomerEditController.php:423
  at Customize\Controller\Admin\Customer\CustomerEditController->authent(object(Request), '11')
     (/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)