CException

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

/var/www/html/limesurvey/vendor/yiisoft/yii/framework/base/CModule.php(520)

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

Stack Trace

#3
+
 /var/www/html/limesurvey/application/core/LSYii_Application.php(98): CApplication->__construct()
093         if (array_key_exists('use_custom_twig_extensions', $baseConfig) && $baseConfig ['use_custom_twig_extensions']) {
094             $aApplicationConfig = $this->getTwigCustomExtensionsConfig($baseConfig['usertwigextensionrootdir'], $aApplicationConfig);
095         }
096 
097         /* Construct CWebApplication */
098         parent::__construct($aApplicationConfig);
099 
100         /* Because we have app now : we have to call again the config (usage of Yii::app() for publicurl) */
101         $this->setConfigs();
102         /* Since session can be set by DB : need to be set again … */
103         $this->setSessionByDB($aApplicationConfig);
#5
+
 /var/www/html/limesurvey/index.php(161): YiiBase::createApplication()
156 require_once APPPATH . 'core/LSYii_Application' . EXT;
157 
158 $config = require_once(APPPATH . 'config/internal' . EXT);
159 
160 Yii::$enableIncludePath = false;
161 Yii::createApplication('LSYii_Application', $config)->run();
162 
163 /* End of file index.php */
164 /* Location: ./index.php */
2024-02-12 09:38:42 Apache/2.4.57 (AlmaLinux) OpenSSL/3.0.7 Yii Framework/1.1.29