Application runtime path '/www/iuniwholesale/prado/demos/soap/protected/runtime' does not exist or is not writable by Web server process.
/www/iuniwholesale/prado/framework/TApplication.php (357)
0346: {
0347: if(@mkdir($runtimePath)===false)
0348: throw new TConfigurationException('application_runtimepath_failed',$runtimePath);
0349: @chmod($runtimePath, PRADO_CHMOD); //make it deletable
0350: }
0351: $this->setConfigurationFile($configFile);
0352: }
0353: $this->setBasePath($basePath);
0354: $this->setRuntimePath($runtimePath);
0355: }
0356: else
0357: throw new TConfigurationException('application_runtimepath_invalid',$runtimePath);
0358:
0359: }
0360:
0361: /**
0362: * Executes the lifecycles of the application.
0363: * This is the main entry function that leads to the running of the whole
0364: * Prado application.
0365: */
0366: public function run()
0367: {
0368: try
0369: {
#0 /www/iuniwholesale/prado/framework/TApplication.php(300): TApplication->resolvePaths('protected')
#1 /www/iuniwholesale/prado/demos/soap/index.php(3): TApplication->__construct()
#2 {main}