Error

Failed opening required 'modul/' (include_path='.:/home/bkpsdmmuaraenim/public_html/protected/extensions:/home/bkpsdmmuaraenim/public_html/protected/modules/referensi/models:/home/bkpsdmmuaraenim/public_html/protected/components:/home/bkpsdmmuaraenim/public_html/protected/models:/opt/cpanel/ea-php80/root/usr/share/pear')

/home/bkpsdmmuaraenim/public_html/themes/ui/views/layouts/main.php(296)

284             <?php include 'layout_homeintro.php'; ?>
285             <!-- <?php include 'layout_linkwebsite.php'; ?> -->
286             <?php else: ?>
287             <?php endif ?>
288 
289                 <div class="home-intro" style="background: url('<?php echo Yii::app()->theme->baseUrl; ?>/img/background1.png');width: 100%;background-repeat: no-repeat;background-position: bottom;margin-bottom: 5%;">
290                     <div class="container">
291                         <div class="row">
292                             <div class="col-md-8">
293                                 <?php if ($this->action->id=='kontent'): ?>
294                                     <?php echo $content; ?>
295                                 <?php elseif ($this->action->id=='page'): ?>
296                                     <?php @require 'modul/'.$this->namamodul; ?>
297                                 <?php else: ?>
298                                     <?php echo $content; ?>
299                                 <?php endif ?>
300                             </div>
301 
302                             <div class="col-md-4">
303                                 <?php include 'widget/kiri.php'; ?>
304                             </div>
305                         </div>
306                     </div>
307                 </div>
308 

Stack Trace

#7
+
 /home/bkpsdmmuaraenim/public_html/protected/views/layouts/column1.php(6): CBaseController->endContent()
1 <?php /* @var $this Controller */ ?>
2 <?php $this->beginContent('//layouts/main'); ?>
3 <div id="content">
4     <?php echo $content; ?>
5 </div><!-- content -->
6 <?php $this->endContent(); ?>
#11
+
 /home/bkpsdmmuaraenim/public_html/protected/controllers/WebController.php(56): CController->render("page")
51         $idmenu = Yii::app()->request->getParam('id');
52         $idmodul = Webmenu::model()->findByPk($idmenu)->tblwebmodul_id;
53         $model_modul = WebModul::model()->find('tblwebmodul_id=:idmodul', array(':idmodul'=>$idmodul));
54         $this->namamodul = $model_modul['tblwebmodul_file'];
55 
56         $this->render('page');
57     }
58     public function actionDiskusi()
59     {    
60         $this->webconfig = WebConfig::model()->find();
61         $this->modemenu = $this->action->id; 
#19
+
 /home/bkpsdmmuaraenim/public_html/index.php(16): CApplication->run()
11 defined('YII_DEBUG') or define('YII_DEBUG',true);
12 // specify how many levels of call stack should be shown in each log message
13 defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL',3);
14 
15 require_once($yii);
16 Yii::createWebApplication($config)->run();
2023-06-07 15:01:38 Apache Yii Framework/1.1.15