1) debug > 0
2) clear app/tmp/cache/persistent/*
3) check local vhost error log
4) check global httpd-error log
5) restart apache, (stop, start), restart cache services (memcached ect.)
6) enter the world of die('stop'); from app/webroot/index.php and downward in 
your application

That�s my approach when trying to get rid of blanks.

Also, if you use yaml with the syck pecl library, check your yaml files, if the 
syntax is wrong, or the yaml file is empty, syck sometimes just crashes the 
apache child (will show as illegal instruction in apache global error log file)

-----Original Message-----
From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Chris 
Hartjes
Sent: 3. januar 2008 22:05
To: [email protected]
Subject: Re: Upgrade problems


On Jan 3, 2008 3:52 PM, Mech7 <[EMAIL PROTECTED]> wrote:
>
> Ok i was using the latest nightly from a few weeks ago.. but i saw the
> new beta was released so i updated it.. but with the new beta or
> latest nightly my pages don't output anything anymore.. just blank
> does anybody know what is going on here :|
>
> Apache Version :
>     2.2.6
> PHP Version :
>     5.2.5

Have you looked at the error logs for your web server?  Stupid
question, sure, but it's always a good place to look when your
application starts outputting blank pages.  This happened to me the
other day and while the problem did not show up in the error logs, it
did at least force me to make a checklist of things that could go
wrong.

As an aside, back when I used to work at a place where I had some
power to interview people "what do you do when your PHP application
outputs nothing but blank screens" was a question I used to ask just
to get an idea of how they approach solving problems.

Hope that helps.

-- 
Chris Hartjes
Internet Loudmouth
Motto for 2008: "Moving from herding elephants to handling snakes..."
@TheKeyBoard: http://www.littlehart.net/atthekeyboard



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