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_blank.php(89)

077 <div  style="margin:0 auto 0;position:relative;cursor:auto;width: 996px;z-index: auto !important; vertical-align:bottom;color:#fff;font-size:11px;text-align:right;" dir="LTR" >
078 
079 <a href="<?php echo "http://www.znu.ac.ir/en"; ?>" style="text-decoration:none; color:#fff;">Home</a><span style="font-weight:bold;">&nbsp;::</span>
080 <a href="<?php echo "http://www.znu.ac.ir"; ?>/members/en" style="text-decoration:none; color:#fff;">Academic Members</a><span style="font-weight:bold;">&nbsp;::</span>
081 <a href="http://news.znu.ac.ir" style="text-decoration:none; color:#fff;">News</a>
082 </div>
083 
084     <div class="art-sheet clearfix">
085     <div class="art-header2" style="background-image:url(<?php echo Yii::app()->request->baseUrl; ?>/files/uploaded/headers/<?php echo $jrnl?>_logo_en.png);">
086     </div>
087 <header class="art-header clearfix">
088 
089 <?php include 'slideshow_en.php'; ?>
090                 
091                     
092 </header>
093 <nav class="art-nav clearfix">
094     <ul class="art-hmenu">
095         <?php
096             $entityparent= Entities::model()->findByAttributes(array('idjrnl' => $qjrnl->Id, 'entity_type' => 2));
097             //////////////////////////////////  BEGIN   HMENU           /////////////////////////////////////
098                         $h_entity1= Entities::model()->findAllByAttributes(array('parent_id' => $entityparent->entity_id,'is_visibleEn'=>'1', 'position' => 'hmenu'),array('order'=>'priority ASC'));
099             if ($h_entity1!=NULL){
100             echo '<li>';
101             /*<a href="http://<?php echo $qjrnl->url ?>.znu.ac.ir"><?php echo yii::t("insider", "Home") ?></a> */

Stack Trace

#0
+
 /var/www/vhosts/znuweb/protected/views/layouts/theme_new_dep_eng/main_en_blank.php(89): include()
84     <div class="art-sheet clearfix">
85     <div class="art-header2" style="background-image:url(<?php echo Yii::app()->request->baseUrl; ?>/files/uploaded/headers/<?php echo $jrnl?>_logo_en.png);">
86     </div>
87 <header class="art-header clearfix">
88 
89 <?php include 'slideshow_en.php'; ?>
90                 
91                     
92 </header>
93 <nav class="art-nav clearfix">
94     <ul class="art-hmenu">
#4
+
 /var/www/vhosts/znuweb/protected/controllers/MembersController.php(434): CController->render("index", array("model" => ZuTeachers, "pgview" => "faculty", "activeserach" => "0"))
429         $model->unsetAttributes();  // clear any default values
430         $model->active_page = 1;
431         $model->groupId = $group->id;
432         
433                 //$model->dbCriteria->order='t.cid DESC, groupId ASC';
434         $this->render('index',array('model'=>$model,'pgview'=>'faculty','activeserach'=>'0')); //vaghti search faal ast list bazneshsteha pas az search tekrari zaher mishavad
435         }
436         else
437             throw new CHttpException(404,'The requested page does not exist.');
438  } //if ($group!=NULL)
439         else
#10
+
 /var/www/vhosts/znuweb/protected/controllers/MembersController.php(64): CFilterChain->run()
59        //   $this->layout = '//layouts/'.$qjrnltm->theme_address.'/main_'.$qjrnl->lang1.'_blank';
60          $this->layout = '//layouts/'.$qjrnltm->theme_address.'/listmembers_'.$language;
61           }
62           Yii::app()->language = Yii::app()->request->cookies['lang']->value;
63 
64         $filterChain->run();
65     }
66     
67       public function accessRules()
68     {
69         return array(
2024-05-21 02:00:03 Apache Yii Framework/1.1.14