Here is the bin of the debugging session:

=== BEFORE _invoke function call I got something
mydebug($controller);
                return $this->_invoke($controller, $params,
$missingAction);

http://bin.cakephp.org/view/1333926955

=== inside _invoke function call before return
I got blank just as before

So the problem is in the invoke somewhere.

Would someone take a look at the bin and provide some insight?

Thanks

On Jul 3, 8:56 pm, "chanh.ong" <[EMAIL PROTECTED]> wrote:
> I can't access my sf shell account at all so I can't try out your
> tips.
>
> That's very help tip!
>
> Thanks very much!
>
> On Jul 3, 1:19 pm, AD7six <[EMAIL PROTECTED]> wrote:
>
> > On Jul 3, 9:34 pm, "chanh.ong" <[EMAIL PROTECTED]> wrote:
>
> > > I did you you suggest.
>
> > > . Copy my cake 1.1 to caketest.
> > > . copy .htacess and edit the rewritebase to caketest
> > > . Test it to make sure it still work and it does
> > > . Then rename cake to cakecore11
> > > . Copy cake core 1.2 to caketest and all I got is a blank page just
> > > like before.
>
> > > I just wondering what was changed in dispatcher.php for Cake 1.2 so I
> > > can have a starting point to attempt to look.
>
> > echo "<pre>";
> > print_r($aVariable); // Anything in the code you want to see the value
> > of
> > print_r('Made it to:' .__FILE__.':'.__LINE__); die;
>
> > paste that as the first line of your index.php file. If you don't see
> > anything then the problem isn't cake. If you see your debug message
> > copy and paste moving forwards in the same file until you don't see it
> > anymore. when you see nothing go into the method you just stepped over
> > pasting at the beginning. etc. until you see something you can fix.
>
> > 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 [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