Hi Jon,

Thanks for replying so quickly, stupid question but which config file
has the debug code in? The closest I could find was in the core file:

" * Set debug level here:
 * - 0: production
 * - 1: development
 * - 2: full debug with sql
 * - 3: full debug with sql and dump of the current object
 *
 * In production, the "flash messages" redirect after a time interval.
 * With the other debug levels you get to click the "flash message" to
continue.
 *
 */
        define('DEBUG', in_array($_SERVER['REMOTE_ADDR'], array
('212.52.48.1', '82.135.241.73', '127.0.0.1')) ? 3 : 0);
//      define('DEBUG', 0);"

I've checked and the contents of that folder you mentioned is empty.

Regards.

James



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to