php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #65609 Blank page even with display_error=1 and error_reporting E^ALL
Submitted: 2013-09-03 09:57 UTC Modified: 2013-09-03 11:01 UTC
From: seyhun_cavus at hotmail dot com Assigned:
Status: Not a bug Package: *General Issues
PHP Version: 5.5.3 OS: Centos 6.4
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: seyhun_cavus at hotmail dot com
New email:
PHP Version: OS:

 

 [2013-09-03 09:57 UTC] seyhun_cavus at hotmail dot com
Description:
------------
php webpage is displaying only blank page!

I use PHP with Apache HTTP Server v2.4.6 via mod_php.
And when I go to shell to run php scripts using php command
php index.php; it runs with no problem. However it is blank when I run that page from the browser.




Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2013-09-03 10:02 UTC] requinix@php.net
-Status: Open +Status: Not a bug
 [2013-09-03 10:02 UTC] requinix@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.


 [2013-09-03 10:05 UTC] seyhun_cavus at hotmail dot com
Ok, I see somewhere it has no effect even with php command from terminal. it returns no data.
 [2013-09-03 10:08 UTC] seyhun_cavus at hotmail dot com
" [2013-09-03 10:02 UTC] requinix@php.net

Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.
"

haha, I don't need a support! And it is actually a BUG in PHP! 
Check this out; http://stackoverflow.com/questions/15493629/getting-a-blank-page-on-wordpress-blog
It seems some others have the same problem with php v5.5 itself.
 [2013-09-03 10:17 UTC] requinix@php.net
Did you read the comments in that SO thread? The problem was that OP hadn't 
configured nginx and/or FPM correctly:
>ok I finally figured it out. I wrote a new nginx vhost and it finally got
>working. I saw that blank screen error and started looking out in that regard
>and came upon those articles which I had earlier listed here, but it was
>php5-fpm which wasnt able to find those php files in that particular
>subdomain. 

I'm all for you reopening this with a test script that can illustrate an actual 
bug, but we're not here to help you troubleshoot what is, to be completely honest, 
likely a configuration problem.
 [2013-09-03 10:24 UTC] seyhun_cavus at hotmail dot com
alright, that's maybe I miss something. I will try to figure out the problem. Thanks for the interest.
 [2013-09-03 11:00 UTC] seyhun_cavus at hotmail dot com
I apologize.. I had totally forgotten to set the error_log. Sorry again.
 [2013-09-03 11:01 UTC] requinix@php.net
No problem. Glad you got it fixed :)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue May 14 11:01:32 2024 UTC