PHP warning

require() [<a href='function.require'>function.require</a>]: Filename cannot be empty

/home/storage/3/77/60/diarioforense/public_html/yii/framework/web/CBaseController.php(130)

118         if(is_array($_data_))
119             extract($_data_,EXTR_PREFIX_SAME,'data');
120         else
121             $data=$_data_;
122         if($_return_)
123         {
124             ob_start();
125             ob_implicit_flush(false);
126             require($_viewFile_);
127             return ob_get_clean();
128         }
129         else
130             require($_viewFile_);
131     }
132 
133     /**
134      * Creates a widget and initializes it.
135      * This method first creates the specified widget instance.
136      * It then configures the widget's properties with the given initial values.
137      * At the end it calls {@link CWidget::init} to initialize the widget.
138      * Starting from version 1.1, if a {@link CWidgetFactory widget factory} is enabled,
139      * this method will use the factory to create the widget, instead.
140      * @param string $className class name (can be in path alias format)
141      * @param array $properties initial property values
142      * @return CWidget the fully initialized widget instance.

Stack Trace

#8
+
 /home/storage/3/77/60/diarioforense/public_html/protected/views/site/colunista.php(84): CBaseController->widget("zii.widgets.CListView", array("dataProvider" => CActiveDataProvider, "itemView" => "_list_noticias_interna", "pagerCssClass" => "paginacao", "pager" => array("class" => "CLinkPager", "firstPageLabel" => "<<", "prevPageLabel" => "<", "nextPageLabel" => ">", ...)))
79 $this->widget('zii.widgets.CListView', array(
80     'dataProvider' => $dataProviderNoticias,
81     'itemView' => '_list_noticias_interna',
82     'pagerCssClass'=>'paginacao',
83     'pager'=>$this->pager
84 ));
85 ?>
86 
87 <!-- Second, add the Timer and Easing plugins -->
88 <script type="text/javascript" src="<?php echo Yii::app()->request->baseUrl; ?>/js/jquery.timers-1.2.js"></script>
89 <script type="text/javascript" src="<?php echo Yii::app()->request->baseUrl; ?>/js/jquery.easing.1.3.js"></script>
#13
+
 /home/storage/3/77/60/diarioforense/public_html/protected/controllers/SiteController.php(606): CController->render("colunista", array("dataProviderNoticias" => CActiveDataProvider, "colunista" => Colunista, "noticia" => Noticia, "dataProviderTags" => CActiveDataProvider, ...))
601             'dataProviderNoticias' => $dataProviderNoticias,
602             'colunista' => $colunista,
603             'noticia' => $noticia,
604             'dataProviderTags' => $dataProviderTags,
605             'dataProviderImagens' => $dataProviderImagens
606         ));
607     }
608 
609     public function actionCategoria($id) {
610 
611         $categoria = Categoria::model()->findByPk($id);
#23
+
 /home/storage/3/77/60/diarioforense/public_html/index.php(17): CApplication->run()
12 defined('YII_DEBUG') or define('YII_DEBUG',true);
13 // specify how many levels of call stack should be shown in each log message
14 defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL',3);
15 
16 require_once($yii);
17 Yii::createWebApplication($config)->run();
2024-03-28 17:25:26 Apache Yii Framework/1.1.13