Application runtime path '/home/gierki24h/domains/gierki24h.pl/public_html/protected/runtime' does not exist or is not writable by Web server process.
/home/gierki24h/domains/gierki24h.pl/public_html/libs/prado/TApplication.php (317)
0306: {
0307: if($this->_configFile!==null)
0308: {
0309: $subdir=basename($this->_configFile);
0310: $this->_runtimePath.='/'.$subdir;
0311: if(!is_dir($this->_runtimePath))
0312: if(@mkdir($this->_runtimePath)===false)
0313: throw new TConfigurationException('application_runtimepath_failed',$this->_runtimePath);
0314: }
0315: }
0316: else
0317: throw new TConfigurationException('application_runtimepath_invalid',$this->_runtimePath);
0318:
0319: $this->_cacheFile=$cacheConfig ? $this->_runtimePath.'/'.self::CONFIGCACHE_FILE : null;
0320:
0321: // generates unique ID by hashing the runtime path
0322: $this->_uniqueID=md5($this->_runtimePath);
0323: }
0324:
0325: /**
0326: * Executes the lifecycles of the application.
0327: * This is the main entry function that leads to the running of the whole
0328: * Prado application.
0329: */
#0 /home/gierki24h/domains/gierki24h.pl/public_html/index.php(36): TApplication->__construct()
#1 {main}