#39860 [NEW]: PHP returns a blank page

Ask a Question related to PHP Bugs, Design and Development.

  1. #1

    Default #39860 [NEW]: PHP returns a blank page

    From: j dot hakvoort at publiceren dot net
    Operating system: Linux
    PHP version: 5.2.0
    PHP Bug Type: *General Issues
    Bug description: PHP returns a blank page

    Description:
    ------------
    CMD php index.php on MediaWiki for example does not return anything
    (blank)

    While if you would start the script with a parameter to edit a wiki
    article it would serve the edit page. If you save it the new page will
    will be loaded but if you then refresh the page it will be 404 (blank).

    This does not only occur with MediaWiki but also on my vBulletin forums
    wich sometimes return a blank screen or 404. This does not occur always
    but sometimes on the forum while on MediaWiki the index always returns a
    blank screen.

    My host has already completely reinstalled PHP 5.2.0 and it still returns
    the same errors.

    I did not change anything in MediaWiki or vBulletin so it must be related
    to PHP.

    My host is reall verry experienced and knows what they are doing. PHP has
    been installed 2 times now by 2 difrent techs during the past 10 hours.

    Is this a known bug? Please help!

    Best Regards,
    Jan Jaap

    Reproduce code:
    ---------------
    [url]http://www.celebrityprofiler.com/[/url] (MediaWiki)
    [url]http://www.papegaaienforum.nl/[/url] (vBulletin forum, just click arround a few
    times untill a 404 is given)

    Expected result:
    ----------------
    Blank screen (no output) wich is interpreted by IE as 404.

    Actual result:
    --------------
    Serving the script.

    --
    Edit bug report at [url]http://bugs.php.net/?id=39860&edit=1[/url]
    --
    Try a CVS snapshot (PHP 4.4): [url]http://bugs.php.net/fix.php?id=39860&r=trysnapshot44[/url]
    Try a CVS snapshot (PHP 5.2): [url]http://bugs.php.net/fix.php?id=39860&r=trysnapshot52[/url]
    Try a CVS snapshot (PHP 6.0): [url]http://bugs.php.net/fix.php?id=39860&r=trysnapshot60[/url]
    Fixed in CVS: [url]http://bugs.php.net/fix.php?id=39860&r=fixedcvs[/url]
    Fixed in release: [url]http://bugs.php.net/fix.php?id=39860&r=alreadyfixed[/url]
    Need backtrace: [url]http://bugs.php.net/fix.php?id=39860&r=needtrace[/url]
    Need Reproduce Script: [url]http://bugs.php.net/fix.php?id=39860&r=needscript[/url]
    Try newer version: [url]http://bugs.php.net/fix.php?id=39860&r=oldversion[/url]
    Not developer issue: [url]http://bugs.php.net/fix.php?id=39860&r=support[/url]
    Expected behavior: [url]http://bugs.php.net/fix.php?id=39860&r=notwrong[/url]
    Not enough info: [url]http://bugs.php.net/fix.php?id=39860&r=notenoughinfo[/url]
    Submitted twice: [url]http://bugs.php.net/fix.php?id=39860&r=submittedtwice[/url]
    register_globals: [url]http://bugs.php.net/fix.php?id=39860&r=globals[/url]
    PHP 3 support discontinued: [url]http://bugs.php.net/fix.php?id=39860&r=php3[/url]
    Daylight Savings: [url]http://bugs.php.net/fix.php?id=39860&r=dst[/url]
    IIS Stability: [url]http://bugs.php.net/fix.php?id=39860&r=isapi[/url]
    Install GNU Sed: [url]http://bugs.php.net/fix.php?id=39860&r=gnused[/url]
    Floating point limitations: [url]http://bugs.php.net/fix.php?id=39860&r=float[/url]
    No Zend Extensions: [url]http://bugs.php.net/fix.php?id=39860&r=nozend[/url]
    MySQL Configuration Error: [url]http://bugs.php.net/fix.php?id=39860&r=mysqlcfg[/url]
    j dot hakvoort at publiceren dot net Guest

  2. Similar Questions and Discussions

    1. #40083 [NEW]: in the milter SAPI, the function smfi_getsymval always returns blank strings
      From: tuxracer69 at gmail dot com Operating system: Linux debi 2.6.17-2-k7 #1 SMP Fr PHP version: 5.2.0 PHP Bug Type: ...
    2. #40083 [Opn->Bgs]: in the milter SAPI, the function smfi_getsymval always returns blank strings
      ID: 40083 Updated by: iliaa@php.net Reported By: tuxracer69 at gmail dot com -Status: Open +Status: ...
    3. Log In Returns Blank Page
      I am running ColdFusion MX 6.1 with JRun 4 Updater 6. I have a web application that requires authentication. After entering in my credentials,...
    4. Edit page returns a blank draft page
      The connection to my website is validated. I can see the home page as expected. But when I go to "Edit page" online, it comes back with a blank...
    5. Link target to blank page and sizing new page
      SimpleQ wrote: :: Hello, :: :: I'm linking a simple thumbnail to open a larger image in a new :: brower page. I'm trying to size the border of...
  3. #2

    Default #39860 [Com]: PHP returns a blank page

    ID: 39860
    Comment by: judas dot iscariote at gmail dot com
    Reported By: j dot hakvoort at publiceren dot net
    Status: Open
    Bug Type: *General Issues
    Operating System: Linux
    PHP Version: 5.2.0
    New Comment:

    enable display_errors=On , disable all third party extensions,
    mediawiki works perfectly with php 5.2.0 , most likely not a PHP
    problem.


    Previous Comments:
    ------------------------------------------------------------------------

    [2006-12-18 03:19:52] j dot hakvoort at publiceren dot net

    Description:
    ------------
    CMD php index.php on MediaWiki for example does not return anything
    (blank)

    While if you would start the script with a parameter to edit a wiki
    article it would serve the edit page. If you save it the new page will
    will be loaded but if you then refresh the page it will be 404
    (blank).

    This does not only occur with MediaWiki but also on my vBulletin forums
    wich sometimes return a blank screen or 404. This does not occur always
    but sometimes on the forum while on MediaWiki the index always returns
    a blank screen.

    My host has already completely reinstalled PHP 5.2.0 and it still
    returns the same errors.

    I did not change anything in MediaWiki or vBulletin so it must be
    related to PHP.

    My host is reall verry experienced and knows what they are doing. PHP
    has been installed 2 times now by 2 difrent techs during the past 10
    hours.

    Is this a known bug? Please help!

    Best Regards,
    Jan Jaap

    Reproduce code:
    ---------------
    [url]http://www.celebrityprofiler.com/[/url] (MediaWiki)
    [url]http://www.papegaaienforum.nl/[/url] (vBulletin forum, just click arround a
    few times untill a 404 is given)

    Expected result:
    ----------------
    Blank screen (no output) wich is interpreted by IE as 404.

    Actual result:
    --------------
    Serving the script.


    ------------------------------------------------------------------------


    --
    Edit this bug report at [url]http://bugs.php.net/?id=39860&edit=1[/url]
    judas dot iscariote at gmail dot com Guest

  4. #3

    Default #39860 [Opn]: PHP returns a blank page

    ID: 39860
    User updated by: j dot hakvoort at publiceren dot net
    Reported By: j dot hakvoort at publiceren dot net
    Status: Open
    Bug Type: *General Issues
    Operating System: Linux
    PHP Version: 5.2.0
    New Comment:

    Hi!

    It's not about MediaWiki! It allso affects vBulletin and most likely
    other PHP scripts.

    It's a default PHP instalation so it should work!

    Error reporting has been enabled however, but before it was enabled it
    didn't work either.

    Best Regards,
    Jan Jaap


    Previous Comments:
    ------------------------------------------------------------------------

    [2006-12-18 03:30:28] judas dot iscariote at gmail dot com

    enable display_errors=On , disable all third party extensions,
    mediawiki works perfectly with php 5.2.0 , most likely not a PHP
    problem.

    ------------------------------------------------------------------------

    [2006-12-18 03:19:52] j dot hakvoort at publiceren dot net

    Description:
    ------------
    CMD php index.php on MediaWiki for example does not return anything
    (blank)

    While if you would start the script with a parameter to edit a wiki
    article it would serve the edit page. If you save it the new page will
    will be loaded but if you then refresh the page it will be 404
    (blank).

    This does not only occur with MediaWiki but also on my vBulletin forums
    wich sometimes return a blank screen or 404. This does not occur always
    but sometimes on the forum while on MediaWiki the index always returns
    a blank screen.

    My host has already completely reinstalled PHP 5.2.0 and it still
    returns the same errors.

    I did not change anything in MediaWiki or vBulletin so it must be
    related to PHP.

    My host is reall verry experienced and knows what they are doing. PHP
    has been installed 2 times now by 2 difrent techs during the past 10
    hours.

    Is this a known bug? Please help!

    Best Regards,
    Jan Jaap

    Reproduce code:
    ---------------
    [url]http://www.celebrityprofiler.com/[/url] (MediaWiki)
    [url]http://www.papegaaienforum.nl/[/url] (vBulletin forum, just click arround a
    few times untill a 404 is given)

    Expected result:
    ----------------
    Blank screen (no output) wich is interpreted by IE as 404.

    Actual result:
    --------------
    Serving the script.


    ------------------------------------------------------------------------


    --
    Edit this bug report at [url]http://bugs.php.net/?id=39860&edit=1[/url]
    j dot hakvoort at publiceren dot net Guest

  5. #4

    Default #39860 [Opn]: PHP returns a blank page

    ID: 39860
    User updated by: j dot hakvoort at publiceren dot net
    Reported By: j dot hakvoort at publiceren dot net
    Status: Open
    Bug Type: *General Issues
    Operating System: Linux
    PHP Version: 5.2.0
    New Comment:

    Ok!

    Adding display_errors=On did it! Now it works! :)

    So this might be a real bug, since display_errors=On isn't enabled by
    default and I presume it shouldn't cause script failure (returning
    nothing) of any kind when disabled.


    Previous Comments:
    ------------------------------------------------------------------------

    [2006-12-18 03:34:38] j dot hakvoort at publiceren dot net

    Hi!

    It's not about MediaWiki! It allso affects vBulletin and most likely
    other PHP scripts.

    It's a default PHP instalation so it should work!

    Error reporting has been enabled however, but before it was enabled it
    didn't work either.

    Best Regards,
    Jan Jaap

    ------------------------------------------------------------------------

    [2006-12-18 03:30:28] judas dot iscariote at gmail dot com

    enable display_errors=On , disable all third party extensions,
    mediawiki works perfectly with php 5.2.0 , most likely not a PHP
    problem.

    ------------------------------------------------------------------------

    [2006-12-18 03:19:52] j dot hakvoort at publiceren dot net

    Description:
    ------------
    CMD php index.php on MediaWiki for example does not return anything
    (blank)

    While if you would start the script with a parameter to edit a wiki
    article it would serve the edit page. If you save it the new page will
    will be loaded but if you then refresh the page it will be 404
    (blank).

    This does not only occur with MediaWiki but also on my vBulletin forums
    wich sometimes return a blank screen or 404. This does not occur always
    but sometimes on the forum while on MediaWiki the index always returns
    a blank screen.

    My host has already completely reinstalled PHP 5.2.0 and it still
    returns the same errors.

    I did not change anything in MediaWiki or vBulletin so it must be
    related to PHP.

    My host is reall verry experienced and knows what they are doing. PHP
    has been installed 2 times now by 2 difrent techs during the past 10
    hours.

    Is this a known bug? Please help!

    Best Regards,
    Jan Jaap

    Reproduce code:
    ---------------
    [url]http://www.celebrityprofiler.com/[/url] (MediaWiki)
    [url]http://www.papegaaienforum.nl/[/url] (vBulletin forum, just click arround a
    few times untill a 404 is given)

    Expected result:
    ----------------
    Blank screen (no output) wich is interpreted by IE as 404.

    Actual result:
    --------------
    Serving the script.


    ------------------------------------------------------------------------


    --
    Edit this bug report at [url]http://bugs.php.net/?id=39860&edit=1[/url]
    j dot hakvoort at publiceren dot net Guest

  6. #5

    Default #39860 [Opn]: PHP returns a blank page

    ID: 39860
    User updated by: j dot hakvoort at publiceren dot net
    Reported By: j dot hakvoort at publiceren dot net
    Status: Open
    Bug Type: *General Issues
    Operating System: Linux
    PHP Version: 5.2.0
    New Comment:

    Ok, I was to quick with my reply, it seems to be related to ZEND.

    This is my configuration in PHP.ini:

    ;[Zend]
    zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-3.2.0
    zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-3.2.0
    zend_optimizer.version=3.2.0
    zend_extension=/usr/local/Zend/lib/ZendExtensionManager.so
    zend_extension_ts=/usr/local/Zend/lib/ZendExtensionManager_TS.so

    When this is disabled, it does work!

    Please help!!

    Best Regards,
    Jan Jaap


    Previous Comments:
    ------------------------------------------------------------------------

    [2006-12-18 03:38:38] j dot hakvoort at publiceren dot net

    Ok!

    Adding display_errors=On did it! Now it works! :)

    So this might be a real bug, since display_errors=On isn't enabled by
    default and I presume it shouldn't cause script failure (returning
    nothing) of any kind when disabled.

    ------------------------------------------------------------------------

    [2006-12-18 03:34:38] j dot hakvoort at publiceren dot net

    Hi!

    It's not about MediaWiki! It allso affects vBulletin and most likely
    other PHP scripts.

    It's a default PHP instalation so it should work!

    Error reporting has been enabled however, but before it was enabled it
    didn't work either.

    Best Regards,
    Jan Jaap

    ------------------------------------------------------------------------

    [2006-12-18 03:30:28] judas dot iscariote at gmail dot com

    enable display_errors=On , disable all third party extensions,
    mediawiki works perfectly with php 5.2.0 , most likely not a PHP
    problem.

    ------------------------------------------------------------------------

    [2006-12-18 03:19:52] j dot hakvoort at publiceren dot net

    Description:
    ------------
    CMD php index.php on MediaWiki for example does not return anything
    (blank)

    While if you would start the script with a parameter to edit a wiki
    article it would serve the edit page. If you save it the new page will
    will be loaded but if you then refresh the page it will be 404
    (blank).

    This does not only occur with MediaWiki but also on my vBulletin forums
    wich sometimes return a blank screen or 404. This does not occur always
    but sometimes on the forum while on MediaWiki the index always returns
    a blank screen.

    My host has already completely reinstalled PHP 5.2.0 and it still
    returns the same errors.

    I did not change anything in MediaWiki or vBulletin so it must be
    related to PHP.

    My host is reall verry experienced and knows what they are doing. PHP
    has been installed 2 times now by 2 difrent techs during the past 10
    hours.

    Is this a known bug? Please help!

    Best Regards,
    Jan Jaap

    Reproduce code:
    ---------------
    [url]http://www.celebrityprofiler.com/[/url] (MediaWiki)
    [url]http://www.papegaaienforum.nl/[/url] (vBulletin forum, just click arround a
    few times untill a 404 is given)

    Expected result:
    ----------------
    Blank screen (no output) wich is interpreted by IE as 404.

    Actual result:
    --------------
    Serving the script.


    ------------------------------------------------------------------------


    --
    Edit this bug report at [url]http://bugs.php.net/?id=39860&edit=1[/url]
    j dot hakvoort at publiceren dot net Guest

  7. #6

    Default #39860 [Opn->Bgs]: PHP returns a blank page

    ID: 39860
    Updated by: [email]derick@php.net[/email]
    Reported By: j dot hakvoort at publiceren dot net
    -Status: Open
    +Status: Bogus
    Bug Type: *General Issues
    Operating System: Linux
    PHP Version: 5.2.0
    New Comment:

    Do not file bugs when you have Zend extensions (zend_extension=)
    loaded. Examples are Zend Optimizer, Zend Debugger, Turck MM Cache,
    APC, Xdebug and ionCube loader. These extensions often modify engine
    behavior which is not related to PHP itself.

    ..


    Previous Comments:
    ------------------------------------------------------------------------

    [2006-12-18 04:33:27] j dot hakvoort at publiceren dot net

    Ok, I was to quick with my reply, it seems to be related to ZEND.

    This is my configuration in PHP.ini:

    ;[Zend]
    zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-3.2.0
    zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-3.2.0
    zend_optimizer.version=3.2.0
    zend_extension=/usr/local/Zend/lib/ZendExtensionManager.so
    zend_extension_ts=/usr/local/Zend/lib/ZendExtensionManager_TS.so

    When this is disabled, it does work!

    Please help!!

    Best Regards,
    Jan Jaap

    ------------------------------------------------------------------------

    [2006-12-18 03:38:38] j dot hakvoort at publiceren dot net

    Ok!

    Adding display_errors=On did it! Now it works! :)

    So this might be a real bug, since display_errors=On isn't enabled by
    default and I presume it shouldn't cause script failure (returning
    nothing) of any kind when disabled.

    ------------------------------------------------------------------------

    [2006-12-18 03:34:38] j dot hakvoort at publiceren dot net

    Hi!

    It's not about MediaWiki! It allso affects vBulletin and most likely
    other PHP scripts.

    It's a default PHP instalation so it should work!

    Error reporting has been enabled however, but before it was enabled it
    didn't work either.

    Best Regards,
    Jan Jaap

    ------------------------------------------------------------------------

    [2006-12-18 03:30:28] judas dot iscariote at gmail dot com

    enable display_errors=On , disable all third party extensions,
    mediawiki works perfectly with php 5.2.0 , most likely not a PHP
    problem.

    ------------------------------------------------------------------------

    [2006-12-18 03:19:52] j dot hakvoort at publiceren dot net

    Description:
    ------------
    CMD php index.php on MediaWiki for example does not return anything
    (blank)

    While if you would start the script with a parameter to edit a wiki
    article it would serve the edit page. If you save it the new page will
    will be loaded but if you then refresh the page it will be 404
    (blank).

    This does not only occur with MediaWiki but also on my vBulletin forums
    wich sometimes return a blank screen or 404. This does not occur always
    but sometimes on the forum while on MediaWiki the index always returns
    a blank screen.

    My host has already completely reinstalled PHP 5.2.0 and it still
    returns the same errors.

    I did not change anything in MediaWiki or vBulletin so it must be
    related to PHP.

    My host is reall verry experienced and knows what they are doing. PHP
    has been installed 2 times now by 2 difrent techs during the past 10
    hours.

    Is this a known bug? Please help!

    Best Regards,
    Jan Jaap

    Reproduce code:
    ---------------
    [url]http://www.celebrityprofiler.com/[/url] (MediaWiki)
    [url]http://www.papegaaienforum.nl/[/url] (vBulletin forum, just click arround a
    few times untill a 404 is given)

    Expected result:
    ----------------
    Blank screen (no output) wich is interpreted by IE as 404.

    Actual result:
    --------------
    Serving the script.


    ------------------------------------------------------------------------


    --
    Edit this bug report at [url]http://bugs.php.net/?id=39860&edit=1[/url]
    derick@php.net Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139