Empty module and/or action after parsing the URL "/contacts/" (frontend/).<br />Not found classes: contactsFrontendController, contactsFrontendAction, contactsFrontendActions code 404

## wa-system/controller/waFrontController.class.php(220)
#0 wa-system/controller/waFrontController.class.php(163): waFrontController->getController(NULL, 'frontend', NULL, false)
#1 wa-system/controller/waFrontController.class.php(58): waFrontController->execute(NULL, 'frontend', NULL)
#2 wa-system/waSystem.class.php(748): waFrontController->dispatch()
#3 wa-system/waSystem.class.php(495): waSystem->dispatchFrontend('contacts/')
#4 index.php(7): waSystem->dispatch()
#5 {main}

/var/www/web/data/www/stabelektro.ru/wa-system/controller/waFrontController.class.php around line 220

215	        if ($action && $try_default) {
   216	            return $this->getController($plugin, $module, null, false, $class_names);
   217	        }
   218	
   219	        // Too bad. 404.
 >>220	        throw new waException(sprintf('Empty module and/or action after parsing the URL "%s" (%s/%s).<br />Not found classes: %s', $this->system->getConfig()->getCurrentUrl(), $module, $action,implode(', ',$class_names)), 404);
   221	    }
   222	
   223	    /**
   224	     * Helper for $this->execute()
   225	     * Makes sense to override this in subclasses to add error handling, event dispatching, etc.

GET

array()

Params

array(
  'app' => 'contacts',
  'private' => '1',
  'theme' => NULL,
  'theme_mobile' => NULL,
)