TConfigurationException

Description

application_runtimepath_invalid

Source File

/data/git_rn/www/framework/TApplication.php (383)

0372:                 {
0373:                     if(@mkdir($runtimePath)===false)
0374:                         throw new TConfigurationException('application_runtimepath_failed',$runtimePath);
0375:                     @chmod($runtimePath, PRADO_CHMOD); //make it deletable
0376:                 }
0377:                 $this->setConfigurationFile($configFile);
0378:             }
0379:             $this->setBasePath($basePath);
0380:             $this->setRuntimePath($runtimePath);
0381:         }
0382:         else
0383: throw new TConfigurationException('application_runtimepath_invalid',$runtimePath);
0384: 0385: } 0386: 0387: /** 0388: * Executes the lifecycles of the application. 0389: * This is the main entry function that leads to the running of the whole 0390: * Prado application. 0391: */ 0392: public function run() 0393: { 0394: try 0395: {

Stack Trace

#0 /data/git_rn/www/framework/TApplication.php(326): TApplication->resolvePaths('protected')
#1 /data/git_rn/www/servicios/soaps/ws_p/index.php(3): TApplication->__construct()
#2 {main}
2023-03-30 14:54 Apache/2.4.6 () OpenSSL/1.0.2k-fips PHP/5.4.16 PRADO/3.3.2