Identifying a PHP problem that doesn't prints a ERROR and the code isn't yours -
i've make website works , don't know right now. can run in virtual machine ubuntu, on company's server in debian, on wamp... can't working in server client.
i think problem gets. form can't modify sended get, using next url:
firefox shows blanc page no error. i've tried force show errors error_reporting(e_all) , ini_set("error_reporting", e_all) show if happens wait page showed 0 errors.
i supposed $_get error , tried put on top of page , in end of <?php if($_get["test"]) echo "works"; ?>
, call webpage with: domain.com/sgap/dades_proj.edit.php?test=testing , works top end... don't know error.
what can check figure white page comming? thank in advance!
here's do.
start @ top of file/stack, , add code:
<? $myuniquecounter = 0; error_log(++$myuniquecounter . ', line ' . __line__ );
then, copy , paste error_log
line on file/stack, , see stops logging.
Comments
Post a Comment