PHP warning

include(slideshow_en.php): failed to open stream: No such file or directory

/var/www/vhosts/znuweb/protected/views/layouts/theme_new_dep_eng/main_en.php(104)

092    
093 </div>
094     <div class="art-sheet clearfix">
095     <div class="art-header2" style="background-image:url(<?php echo Yii::app()->request->baseUrl; ?>/files/uploaded/headers/<?php echo $jrnl?>_logo_en.png);">
096     </div>
097 <header class="art-header clearfix">
098 
099 
100     <!--<div class="art-shapes">
101 
102 
103             </div>-->
104             <?php include 'slideshow_en.php'; ?>
105 
106                 
107                     
108 </header>
109 <nav class="art-nav clearfix">
110     <ul class="art-hmenu">
111         <?php
112             $entityparent= Entities::model()->findByAttributes(array('idjrnl' => $qjrnl->Id, 'entity_type' => 2));
113             //////////////////////////////////  BEGIN   HMENU           /////////////////////////////////////
114                         $h_entity1= Entities::model()->findAllByAttributes(array('parent_id' => $entityparent->entity_id,'is_visibleEn'=>'1', 'position' => 'hmenu'),array('order'=>'priority ASC'));
115                         if ($h_entity1!=NULL){
116                         

Stack Trace

#0
+
 /var/www/vhosts/znuweb/protected/views/layouts/theme_new_dep_eng/main_en.php(104): include()
099 
100     <!--<div class="art-shapes">
101 
102 
103             </div>-->
104             <?php include 'slideshow_en.php'; ?>
105 
106                 
107                     
108 </header>
109 <nav class="art-nav clearfix">
#4
+
 /var/www/vhosts/znuweb/protected/controllers/PageController.php(204): CController->render("index", array("model" => Journals))
199 //$this->id2 = $id2;
200 //$this->sub = $sub;
201 //MMMMMMMMmm
202         $this->render('index', array(
203             'model' => Journals::model()->findByAttributes(array('url'=>$jrnl))
204         ));
205     }
206     
207     
208 /////////////////////////////////////////////////////////////////////////////////////////////////////////    
209     public function actionTel($id='NULL',$lang='fa')//$id=$url=>jrnl
#18
+
 /var/www/vhosts/znuweb/index.php(13): CApplication->run()
08 defined('YII_DEBUG') or define('YII_DEBUG',true);
09 // specify how many levels of call stack should be shown in each log message
10 defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL',3);
11 
12 require_once($yii);
13 Yii::createWebApplication($config)->run();
2024-05-20 17:06:58 Apache Yii Framework/1.1.14