TConfigurationException

Description

Application runtime path '/www/iuniwholesale/prado32/demos/soap/protected/runtime' does not exist or is not writable by Web server process.

Source File

/www/iuniwholesale/prado32/framework/TApplication.php (395)

0384:                 {
0385:                     if(@mkdir($runtimePath)===false)
0386:                         throw new TConfigurationException('application_runtimepath_failed',$runtimePath);
0387:                     @chmod($runtimePath, PRADO_CHMOD); //make it deletable
0388:                 }
0389:                 $this->setConfigurationFile($configFile);
0390:             }
0391:             $this->setBasePath($basePath);
0392:             $this->setRuntimePath($runtimePath);
0393:         }
0394:         else
0395: throw new TConfigurationException('application_runtimepath_invalid',$runtimePath);
0396: 0397: } 0398: 0399: /** 0400: * Executes the lifecycles of the application. 0401: * This is the main entry function that leads to the running of the whole 0402: * Prado application. 0403: */ 0404: public function run() 0405: { 0406: try 0407: {

Stack Trace

#0 /www/iuniwholesale/prado32/framework/TApplication.php(335): TApplication->resolvePaths('protected')
#1 /www/iuniwholesale/prado32/demos/soap/index.php(3): TApplication->__construct()
#2 {main}
2026-04-14 03:53 Apache PRADO/3.2-dev