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:

http://domain.com/sgap/dades_proj_edit.php?idedit=2011854&id=&projectname=afsdfasdf&comptitle=asasfdafsdafs&codarea=eciv&grauimp=1&codtipus=2&codsubtipus=6&subtipusdef=fdsaafasfddfs&codpais=8&clientid=2&promotor=asdfa&entfin=fsdafadsfds&impcontract=2&initdate=21%2f01%2f2011&findate=30%2f01%2f2011&uteflag=false&utepartic=&utepercent=0&descprelim=fdsadasdadfsadfs&codprojstatus=1&statusstamp=25%2f01%2f2011&cruserid=&action=update

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

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -