Changes between Version 13 and Version 14 of SetupDev


Ignore:
Timestamp:
2012-12-03T10:09:24Z (11 years ago)
Author:
Pan Luo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SetupDev

    v13 v14  
    6060
    6161=== 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
     62To turn on debug mode, create a local configuration file under app/config/config.local.php with the following content:
    6763{{{
    6864Configure::write('debug', 2);