CException

Application runtime path "/home/www/34ab61b960fc324dd606bf69bfc25b8b/web/limesurvey/tmp/runtime" is not valid. Please make sure it is a directory writable by the Web server process.

/home/www/34ab61b960fc324dd606bf69bfc25b8b/web/limesurvey/framework/base/CModule.php(483)

471         }
472     }
473 
474     /**
475      * Configures the module with the specified configuration.
476      * @param array $config the configuration array
477      */
478     public function configure($config)
479     {
480         if(is_array($config))
481         {
482             foreach($config as $key=>$value)
483                 $this->$key=$value;
484         }
485     }
486 
487     /**
488      * Loads static application components.
489      */
490     protected function preloadComponents()
491     {
492         foreach($this->preload as $id)
493             $this->getComponent($id);
494     }
495 

Stack Trace

#3
+
 /home/www/34ab61b960fc324dd606bf69bfc25b8b/web/limesurvey/application/core/LSYii_Application.php(36): CApplication->__construct("/home/www/34ab61b960fc324dd606bf69bfc25b8b/web/limesurvey/applic...")
31     {
32         if (!file_exists($config))
33         {
34             $config = APPPATH . 'config/config-sample' . EXT;
35         }
36         parent::__construct($config);
37         // Load the default and environmental settings from different files into self.
38         $ls_config = require(APPPATH . '/config/config-defaults.php');
39         $email_config = require(APPPATH . '/config/email.php');
40         $version_config = require(APPPATH . '/config/version.php');
41 
#5
+
 /home/www/34ab61b960fc324dd606bf69bfc25b8b/web/limesurvey/index.php(171): YiiBase::createApplication("LSYii_Application", "/home/www/34ab61b960fc324dd606bf69bfc25b8b/web/limesurvey/applic...")
166  *
167  */
168 require_once BASEPATH . 'yii' . EXT;
169 require_once APPPATH . 'core/LSYii_Application' . EXT;
170 
171 Yii::createApplication('LSYii_Application', APPPATH . 'config/config' . EXT)->run();
172 
173 /* End of file index.php */
174 /* Location: ./index.php */
2012-07-19 14:49:45 Apache Yii Framework/1.1.10