Exception detected!

This Shop Doesn't Exists, Please try again

404 Not Found - NotFoundHttpException

Stack Trace

  1. in src/Kalibazar/EcommerceBundle/Helper/TemplateHelper.php at line 58  -
    1.         $shop $this->em->getRepository('KalibazarEcommerceBundle:Shop')->findOneBy(array('slug'=>$slug));
    2.         if(!$shop)
    3.         {
    4.             throw new NotFoundHttpException('This Shop Doesn\'t Exists, Please try again');
    5.         }
    6.         return $shop ;
    7.     }
  2. at TemplateHelper ->shopExists ('Ripley%20CC')
    in src/Kalibazar/EcommerceBundle/Controller/FrontEndController.php at line 432  +
  3. at FrontEndController ->indexAction ('Ripley%20CC', object(Request))
  4. at call_user_func_array (array(object(FrontEndController), 'indexAction'), array('Ripley%20CC', object(Request)))
    in app/bootstrap.php.cache at line 3054  +
  5. at HttpKernel ->handleRaw (object(Request), '1')
    in app/bootstrap.php.cache at line 3016  +
  6. at HttpKernel ->handle (object(Request), '1', true)
    in app/bootstrap.php.cache at line 3165  +
  7. at ContainerAwareHttpKernel ->handle (object(Request), '1', true)
    in app/bootstrap.php.cache at line 2406  +
  8. at Kernel ->handle (object(Request))
    in web/app.php at line 35  +

Logs  -

Stack Trace (Plain Text)  +