CException

Application runtime path "/var/www/m.tn.kz/www/protected/config/../runtime/" is not valid. Please make sure it is a directory writable by the Web server process.

/var/www/m.tn.kz/framework/base/CModule.php(513)

501             $this->setComponent($id,$component,$merge);
502     }
503 
504     /**
505      * Configures the module with the specified configuration.
506      * @param array $config the configuration array
507      */
508     public function configure($config)
509     {
510         if(is_array($config))
511         {
512             foreach($config as $key=>$value)
513                 $this->$key=$value;
514         }
515     }
516 
517     /**
518      * Loads static application components.
519      */
520     protected function preloadComponents()
521     {
522         foreach($this->preload as $id)
523             $this->getComponent($id);
524     }
525 

Stack Trace

#5
+
 /var/www/m.tn.kz/www/index.php(13): YiiBase::createWebApplication("/var/www/m.tn.kz/www/protected/config/common.php")
08 
09 // remove the following line when in production mode
10  defined('YII_DEBUG') or define('YII_DEBUG',true);
11 require_once 'protected/extensions/vendor/autoload.php';
12 require_once($yii);
13 Yii::createWebApplication($config)->run();
2024-03-19 10:55:10 Apache/2.4.10 (Debian) Yii Framework/1.1.13