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
-~----------~----~----~----~------~----~------~--~---