TConfigurationException

Description

Application runtime path '/home/stisipol/portalekampus/protected/runtime' does not exist or is not writable by Web server process.

Source File

/home/stisipol/portalekampus/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 /home/stisipol/portalekampus/framework/TApplication.php(326): TApplication->resolvePaths()
#1 /home/stisipol/portalekampus/index.php(11): TApplication->__construct()
#2 {main}
2024-05-08 18:21 Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips PRADO/3.2.4