protected function _check()
 {
     try {
         $this->checkFilePermissions();
         sfSympalToolkit::checkRequirements();
     } catch (Exception $e) {
         $this->getUser()->setFlash('error', $e->getMessage());
     }
 }