Hi,

Okay i've changed that but nothing seems to have happened?

This is the new section of code:

" * 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', 1);
//"

I take it something is wrong with the above? I've saved, uploaded the
new core file, refreshed page and nothing.

Thanks,

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