On Jul 6, 4:19 am, "chanh.ong" <[EMAIL PROTECTED]> wrote:
> I found this:
> In 1.2, it gaves me sessioncomponent object name on sf.net:
>
>                                 $this->controller->{$component} =& new 
> $componentCn($param);
>                                 $loaded[$component] =& 
> $this->controller->{$component};
>
> In 1.1, it gaves me SessionComponent object name on sf.net
>
>                                 $this->__controller->{$component} =& new 
> $componentCn($param);
>                                 $loaded[$component] =& 
> $this->__controller->{$component};
>
> The class name is all lower case on sf in version 1.2 verse camel case
> in 1.1 and that is the cause of my blank page.

Pretty please stop.

Only YOU can solve this problem, and the differences between php4 & 5
are not the reason. None of the things that are the 'cause' in your
messages are the reason you are getting a blank page. Don't you get an
error log with sourceforge? What is in that (I don't want to know, I
want YOU to read it)?

I asked you about 5 days ago to download again, not touch anything and
upload to your server (I didn't say download it to your computer, test
it a bit and then upload it) and ensure that your DEBUG setting is
greater than 0 (which it is by default). Did you do that? If you did,
do it again please. if you didn't .... A blank page almost always
means that DEBUG is 0 and either your tmp dir isn't writable (and it
is full of cached config info for a different install) or the app code
has a fundamental error in it.

Cheers,

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