Hello i cloned an existing yii1.1 project for work. I work on ubuntu. After setup the apache2 configuration the framework return the runtime folder error about the permissions, i tryied to gave 777 -R to the folder but when i do this the website crash and say you can’t reach it. I tried with docker but is the same. Someone can help me?
You may not have original content in index.php
This is the default:
// remove the following line when in production mode
defined('YII_DEBUG') or define('YII_DEBUG',true);
// include Yii bootstrap file
require_once('path/to/yii/framework/yii.php');
// create application instance and run
$configFile='path/to/config/file.php';
Yii::createWebApplication($configFile)->run();