Prado\Exceptions\TConfigurationException

Description

Application runtime path '/var/www/vhosts/marco-glietsch.de/backup.marco-glietsch.de/protected/runtime' does not exist or is not writable by Web server process.

Source File

/var/www/vhosts/marco-glietsch.de/backup.marco-glietsch.de/protected/vendor/pradosoft/prado/framework/TApplication.php (357)

0346:                 if (!is_dir($runtimePath)) {
0347:                     if (@mkdir($runtimePath) === false) {
0348:                         throw new TConfigurationException('application_runtimepath_failed', $runtimePath);
0349:                     }
0350:                     @chmod($runtimePath, PRADO_CHMOD); //make it deletable
0351:                 }
0352:                 $this->setConfigurationFile($configFile);
0353:             }
0354:             $this->setBasePath($basePath);
0355:             $this->setRuntimePath($runtimePath);
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: $this->initApplication();

Stack Trace

#0 /var/www/vhosts/marco-glietsch.de/backup.marco-glietsch.de/protected/vendor/pradosoft/prado/framework/TApplication.php(302): Prado\TApplication->resolvePaths()
#1 /var/www/vhosts/marco-glietsch.de/backup.marco-glietsch.de/index.php(31): Prado\TApplication->__construct()
#2 {main}
2026-01-19 10:51 Apache PRADO/4.0.1