TP3.1.3 framework configuration cannot be changed, the configuration will be read from ~runtime.php
index.php won’t set cache files if debug is turned on, right?
Add in index.php: define('APP_DEBUG',True);// Turn on debugging mode. It is recommended to turn it on during the development stage. Comment or set it to false during the deployment stage
index.php won’t set cache files if debug is turned on, right?
Add in index.php:
define('APP_DEBUG',True);// Turn on debugging mode. It is recommended to turn it on during the development stage. Comment or set it to false during the deployment stage