TConfigurationException

Description

Application runtime path '/data/vhosts/taradquickweb.com/protected/runtime' does not exist or is not writable by Web server process.

Source File

/var/www/prado_mod/framework/TApplication.php (351)

0340:                 {
0341:                     if(@mkdir($runtimePath)===false)
0342:                         throw new TConfigurationException('application_runtimepath_failed',$runtimePath);
0343:                     @chmod($runtimePath, PRADO_CHMOD); //make it deletable
0344:                 }
0345:                 $this->setConfigurationFile($configFile);
0346:             }
0347:             $this->setBasePath($basePath);
0348:             $this->setRuntimePath($runtimePath);
0349:         }
0350:         else
0351: throw new TConfigurationException('application_runtimepath_invalid',$runtimePath);
0352: 0353: } 0354: 0355: /** 0356: * Executes the lifecycles of the application. 0357: * This is the main entry function that leads to the running of the whole 0358: * Prado application. 0359: */ 0360: public function run() 0361: { 0362: try 0363: {

Stack Trace

#0 /var/www/prado_mod/framework/TApplication.php(295): TApplication->resolvePaths('protected')
#1 /var/www/taradqw/index.php(71): TApplication->__construct()
#2 {main}
2025-08-21 12:07 Apache PRADO/3.1.0b