Bad parameters (2) code 400

/home/t/tayu0512/mirmylovarov.ru/public_html/wa-system/controller/waFrontController.class.php (88)

## /home/t/tayu0512/mirmylovarov.ru/public_html/wa-system/controller/waFrontController.class.php(88)
#0 /home/t/tayu0512/mirmylovarov.ru/public_html/wa-system/controller/waFrontController.class.php(53): waFrontController->getDispatchParams()
#1 /home/t/tayu0512/mirmylovarov.ru/public_html/wa-system/waSystem.class.php(683): waFrontController->dispatch()
#2 /home/t/tayu0512/mirmylovarov.ru/public_html/wa-system/waSystem.class.php(478): waSystem->dispatchFrontend('wholesale/cart/...')
#3 /home/t/tayu0512/mirmylovarov.ru/public_html/index.php(7): waSystem->dispatch()
#4 {main}

/home/t/tayu0512/mirmylovarov.ru/public_html/wa-system/controller/waFrontController.class.php around line 88

83	
   84	        // Make sure parameters are sane
   85	        $result = array($plugin, $module, $action, $widget);
   86	        foreach ($result as $i => $v) {
   87	            if ($v && !$this->isDispatchParamValid($v)) {
 >>88	                throw new waException('Bad parameters ('.$i.')', 400);
   89	            }
   90	        }
   91	
   92	        return $result;
   93	    }

Request

array()

Params

array(
  'app' => 'shop',
  'theme' => 'mirmylovarov',
  'theme_mobile' => 'mirmylovarov',
  'locale' => 'ru_RU',
  'title' => '',
  'meta_keywords' => '',
  'meta_description' => '',
  'og_title' => '',
  'og_image' => '',
  'og_video' => '',
  'og_description' => '',
  'og_type' => '',
  'url_type' => '2',
  'type_id' => array(
    0 => '4',
  ),
  'currency' => 'RUB',
  'public_stocks' => '0',
  'drop_out_of_stock' => '0',
  'payment_id' => array(
    0 => '2',
    1 => '5',
  ),
  'shipping_id' => array(
    0 => '9',
    1 => '14',
    2 => '10',
    3 => '11',
    4 => '12',
    5 => '13',
  ),
  'action' => ' 79206303001',
  'module' => 'frontendCart',
)