CException

Псевдоним "contacts.ContactsModule" неверен. Убедитесь, что он указывает на существующий PHP файл.

/var/www/dobromart/data/www/framework/yiilite.php(166)

154         $isClass=$className!=='*';
155         if($isClass && (class_exists($className,false) || interface_exists($className,false)))
156             return self::$_imports[$alias]=$className;
157         if(($path=self::getPathOfAlias($alias))!==false)
158         {
159             if($isClass)
160             {
161                 if($forceInclude)
162                 {
163                     if(is_file($path.'.php'))
164                         require($path.'.php');
165                     else
166                         throw new CException(Yii::t('yii','Alias "{alias}" is invalid. Make sure it points to an existing PHP file and the file is readable.',array('{alias}'=>$alias)));
167                     self::$_imports[$alias]=$className;
168                 }
169                 else
170                     self::$classMap[$className]=$path.'.php';
171                 return $className;
172             }
173             else  // a directory
174             {
175                 if(self::$_includePaths===null)
176                 {
177                     self::$_includePaths=array_unique(explode(PATH_SEPARATOR,get_include_path()));
178                     if(($pos=array_search('.',self::$_includePaths,true))!==false)

Stack Trace

#6
+
 /var/www/dobromart/data/www/dobromart.ru/index.php(7): CApplication->run()
2 error_reporting(E_ALL ^ E_NOTICE);
3 
4 require_once( __DIR__ . '/../app/config/settings.php' );
5 require_once( __DIR__ . '/../framework/yiilite.php');
6 
7 Yii::createWebApplication( __DIR__ . '/../app/config/frontend.php' )->run();
2024-03-29 10:55:57 Apache Yii Framework/1.1.18