ReflectionException

Class AlbumsModule does not exist

/home/a56radio7/public_html/vendor/yiisoft/yii/framework/i18n/CPhpMessageSource.php(118)

106         if(!isset($this->_files[$category][$language]))
107         {
108             if(($pos=strpos($category,'.'))!==false)
109             {
110                 $extensionClass=substr($category,0,$pos);
111                 $extensionCategory=substr($category,$pos+1);
112                 // First check if there's an extension registered for this class.
113                 if(isset($this->extensionPaths[$extensionClass]))
114                     $this->_files[$category][$language]=Yii::getPathOfAlias($this->extensionPaths[$extensionClass]).DIRECTORY_SEPARATOR.$language.DIRECTORY_SEPARATOR.$extensionCategory.'.php';
115                 else
116                 {
117                     // No extension registered, need to find it.
118                     $class=new ReflectionClass($extensionClass);
119                     $this->_files[$category][$language]=dirname($class->getFileName()).DIRECTORY_SEPARATOR.'messages'.DIRECTORY_SEPARATOR.$language.DIRECTORY_SEPARATOR.$extensionCategory.'.php';
120                 }
121             }
122             else
123                 $this->_files[$category][$language]=$this->basePath.DIRECTORY_SEPARATOR.$language.DIRECTORY_SEPARATOR.$category.'.php';
124         }
125         return $this->_files[$category][$language];
126     }
127 
128     /**
129      * Loads the message translation for the specified language and category.
130      * @param string $category the message category

Stack Trace

#5
+
 /home/a56radio7/public_html/themes/default/views/layouts/yupe.php(12): YiiBase::t("AlbumsModule.albums", "Live streaming")
07 
08 <!-- sidebar -->
09 <aside class="col-sm-3 sidebar">
10     <div class="widget tags-cloud-widget">
11         <div class="widget">
12             <h3><?= Yii::t('AlbumsModule.albums', 'Live streaming') ?></h3>
13             <audio src="http://94.23.36.117:5551/stream" controls="" style="max-width: 258px;"></audio>
14         </div>
15 
16         <?php /* $this->widget('application.modules.news.widgets.LastNewsWidget', ['limit' => 7]); */ ?>
17 
#9
+
 /home/a56radio7/public_html/protected/modules/news/controllers/NewsController.php(44): CController->render("view", array("model" => News))
39         Yii::app()->clientScript->registerMetaTag($model->getQuote(), null, null, ['property' => 'og:description']);
40         if (!empty($model->image)) {
41             Yii::app()->clientScript->registerMetaTag($model->getImageUrl(), null, null, ['property' => 'og:image']);
42         }
43 
44         $this->render('view', ['model' => $model]);
45     }
46 
47     public function actionIndex()
48     {
49         $dbCriteria = new CDbCriteria([
#19
+
 /home/a56radio7/public_html/public/index.php(39): CApplication->run()
34 $confManager = new yupe\components\ConfigManager();
35 $confManager->sentEnv(\yupe\components\ConfigManager::ENV_WEB);
36 
37 require __DIR__ . '/../vendor/autoload.php';
38 
39 Yii::createWebApplication($confManager->merge($base))->run();
2024-03-19 12:28:17 LiteSpeed Yii Framework/1.1.17