Thanks Adam,

I orignally had the debug level at 2 as I was doing development. Then
I turned it to 0 because I thought the debug might be causing the page
to time out. After that I changed it to 3 to see if it would work then
but still no luck.

The page shows up with an HTML header and footer but it is not the
header from my layout.

I know for sure it is the session as when I use the write function on
the home page it goes blank or when I go to a page that uses it it
goes blank.

Any help again would be blank.


On Sep 15, 4:53 pm, "Adam Royle" <[EMAIL PROTECTED]> wrote:
> Hi Matt,
>
> This usually indicates that there is a script error and cakephp's error
> handling under mode DEBUG = 0 prevents the page from displaying. Set DEBUG
> in app/config/core.php to be higher than 0 (eg 2), and you will see any
> errors that are occurring.
>
> Adam
>
>
>
> ----- Original Message -----
> From: "Matt" <[EMAIL PROTECTED]>
> To: "Cake PHP" <[email protected]>
> Sent: Sunday, September 16, 2007 6:24 AM
> Subject: Re: Pages not rendering
>
> > Okay, I have now ruled this down to one function $this->Session-
> >>write('User', "test")
>
> > I have tried using the database, php and cake session types but all of
> > them give the same result. As soon as I call the write function
> > everything page is displayed as blank.
>
> > Am I missing something with the session component. I'm using cake
> > 1.1.16.5421
>
> > Any help would be greatly appreciated.
>
> > On Sep 12, 11:59 pm, Matt <[EMAIL PROTECTED]> wrote:
> >> I was just doing so work on my site and it seems that some of the
> >> pages are rendering but most are not. It is very variable.
>
> >> For example, the homepage renders fine but then I go to login and when
> >> I go to /users/login I just get a blank page. or if I go to users/ I
> >> get blank page.  Also if I go to groups/ or articles/ all models I
> >> have implemented I get a blank page.
>
> >> I did check the server error log and saw some memory error but that
> >> was just one error. I tried reverting all my changes back to an old
> >> backup but it doesn't seem to work even then. I'm on dreamhost's
> >> servers.
>
> >> Has anyone else had this type of problem?
>
> >> TIA- Hide quoted text -
>
> - Show quoted text -


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