Changes between Version 13 and Version 14 of SetupDev
- Timestamp:
- 2012-12-03T10:09:24Z (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SetupDev
v13 v14 60 60 61 61 === For version 3.x === 62 To turn on debug mode, change the line in file app/config/core.php from: 63 {{{ 64 Configure::write('debug', 0); 65 }}} 66 to 62 To turn on debug mode, create a local configuration file under app/config/config.local.php with the following content: 67 63 {{{ 68 64 Configure::write('debug', 2);