Re: debug 0 in CakePHP 1.2 -> blank page

2007-08-15 Thread Marcus
Another bug which caused an empty page when DEBUG was set to 0 (but not when greater than 0) was the not loaded Folder class in Configure::__list() (Ticket #3069). Was fixed in rev. 5525. Marcus On Aug 15, 4:43 pm, Gwoo <[EMAIL PROTECTED]> wrote: > The difference is this: Debugger > > the debugg

Re: debug 0 in CakePHP 1.2 -> blank page

2007-08-15 Thread Gwoo
The difference is this: Debugger the debugger class is used on the default homepage. I have made changes to the latest 1.2 so the white page does not happen. But with Debug 0 and the default homepage in previous 1.2 revisions, you will see a white page, since the Debugger will not be loaded. --

Re: debug 0 in CakePHP 1.2 -> blank page

2007-08-15 Thread [EMAIL PROTECTED]
So. May be you explain me difference between "empty" 1.1.16 & 1.2? In empty install 1.1, when I change Debug to 0, I see "install" default page. In 1.2 - no. Why? Where is difference? On Aug 15, 3:31 pm, "Mike Green" <[EMAIL PROTECTED]> wrote: > When you set the debug to 0, doesnt cake use a dif

Re: debug 0 in CakePHP 1.2 -> blank page

2007-08-15 Thread Mike Green
When you set the debug to 0, doesnt cake use a different overall template? If so, it may not print debugging information at all ! tmp , database and cache status sound like debugging information to me. I could be wrong of course... MIke On 15/08/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

debug 0 in CakePHP 1.2 -> blank page

2007-08-15 Thread [EMAIL PROTECTED]
Hm. I trying to use 1.2.0.5146alpha Latest version of Cake. Under my windows (all directory is writable for cake ;) php 4, Mysql 4.* After install I get this info: >Your tmp directory is writable. >Your cache is set up and initialized properly. >fileengine is being used to cache, to change thi