I run another test today to compare between my pc and sf and they both
have the same

             [error] => Array
                 (
                     [2] => Config doesn't exist
                     [1] => Session is valid
                 )

But on sf I got a blank page verse a Cake sample page on the pc.

Brother!  This is hard to track down!

On Jul 4, 2:27 pm, "chanh.ong" <[EMAIL PROTECTED]> wrote:
> I found something interesting but don't know what!
>
> At sf.net
>     [Session] => sessioncomponent Object
>         (
>             [__active] => 1
>             [valid] => 1
>             [error] => Array
>                 (
>                     [2] => Config doesn't exist
>                     [1] => Session is valid
>                 )
>
>             [_userAgent] => dde3c1f5760fa123c1c0436135c6399f
>             [path] => /caketest/
>             [lastError] => 1
>
> On my pc:
>     [Session] => SessionComponent Object
>         (
>             [__active] => 1
>             [valid] => 1
>             [error] =>
>             [_userAgent] => d9fd8457f94661075e763061f6305e20
>             [path] => /cake_1.2.0.5146alpha/
>             [lastError] =>
>
> On Jul 4, 2:19 pm, "chanh.ong" <[EMAIL PROTECTED]> wrote:
>
> > On line 526 in _invoke I put my debug right after  $output =
> > call_user_func_array(array(&$controller, $params['action']),
> > empty($params['pass'])? null: $params['pass']);
>
> > I got lot of output on my pc here at the bin:
>
> >http://bin.cakephp.org/view/751268208
>
> > But on sf.net same line but I just got blank:
>
> > So the problem in at this line 526
>
> > Here is the bin for before line 526:http://bin.cakephp.org/view/771816764
>
> > The debug is set to 3.
>
> > Please let me know what you see from a Cake expert eyes.
>
> > Thanks
>
> > On Jul 4, 1:39 pm, AD7six <[EMAIL PROTECTED]> wrote:
>
> > > On Jul 4, 10:27 pm, "chanh.ong" <[EMAIL PROTECTED]> wrote:
>
> > > > Here is the bin of the debugging session:
>
> > > > === BEFORE _invoke function call I got something
>
> > > invoke may aswell be called "do everything".
>
> > > You need to debug yourself to find the (much) lower cause for your
> > > blank page and then figure out what on your server is the cause. I do
> > > hope that you already set debug to > 0 btw..
>
> > > hth,
>
> > > AD


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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