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/PageController.php(1805): CController->render("view", array("model" => EntityContent))
1800 //$this->sub = $sub;
1801 //MMMMMMMMmm
1802 */
1803               
1804       // $model2 = EntityContent::model()->findByPk($id);
1805         $this->render('view',array('model'=>$model));
1806         //  }//else222
1807           
1808           
1809           }//else111
1810           
#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 19:52:03 Apache Yii Framework/1.1.14