CException

Front_SiteController nu poate gasi view-ul "buletinExpeditie" cerut.

/mnt/HC_Volume_23321257/focusextranet/public_html/framework/web/CController.php(879)

867     {
868         if(($viewFile=$this->getViewFile($view))!==false)
869         {
870             $output=$this->renderFile($viewFile,$data,true);
871             if($processOutput)
872                 $output=$this->processOutput($output);
873             if($return)
874                 return $output;
875             else
876                 echo $output;
877         }
878         else
879             throw new CException(Yii::t('yii','{controller} cannot find the requested view "{view}".',
880                 array('{controller}'=>get_class($this), '{view}'=>$view)));
881     }
882 
883     /**
884      * Renders a named clip with the supplied parameters.
885      * This is similar to directly accessing the {@link clips} property.
886      * The main difference is that it can take an array of named parameters
887      * which will replace the corresponding placeholders in the clip.
888      * @param string $name the name of the clip
889      * @param array $params an array of named parameters (name=>value) that should replace
890      * their corresponding placeholders in the clip
891      * @param boolean $return whether to return the clip content or echo it.

Stack Trace

#1
+
 /mnt/HC_Volume_23321257/focusextranet/public_html/protected/controllers/Front_SiteController.php(523): CController->render()
518         if( file_exists( $cache_file ) )
519         {
520             $this->data["pdfGeneratorCounter"] = json_decode( file_get_contents( $cache_file ) );
521         }
522 
523         $this->render( "buletinExpeditie" );
524     }
525     
526     private function handlePostFormular()
527     {
528         include_once( dirname( __FILE__ )."/../vendors/mpdf/mpdf.php" );
#9
+
 /mnt/HC_Volume_23321257/focusextranet/public_html/catalogafaceri.ro/public_html/index.php(44): CApplication->run()
39 define( "LANGUAGE_PATH", BASE_PATH."protected/languages/" );
40 
41 date_default_timezone_set( "Europe/Bucharest" );
42 
43 require_once( $yii );
44 Yii::createWebApplication( $config )->run();
2024-03-19 03:40:31 Apache Yii Framework/1.1.10