Re : Re: Re : Re: Make forum datadump => the document contains no data. [message #22588 is a reply to message #22561] |
Mon, 07 February 2005 19:22 |
ogoth
Messages: 6 Registered: February 2005
Karma:
|
Junior Member |
|
|
I don't believe that the problem come from time out.
The first line off admdump.php is:
@set_time_limit(6000);
I try to change value, comment the line, remove the @ ( to see if i can find mesage about this ) and nothing more.
I do some tests and i find what happen but no why.
1: When i click "make backup" the navigator say:
waiting for my domain... Nothing else.
I try to do this:
Insert of this lines:
echo "<br>----- START ------<br>";
echo $_POST['btn_submit']."<br>";
At the begin off the script admdump.php.
and Modify somme parts off the form like this:
echo "<br>------".$_SERVER['REMOTE_ADDR']." -- ".$_SERVER['HTTP_HOST']." --".$_SERVER['PHP_SELF']."--------<br>";
//print_r($_SERVER);
echo "<form method=\"post\" action=\"".$_SERVER['PHP_SELF']."\" target=\"_blank\">";
//echo "<form method=\"post\" action=\"./admdump.php\" target=\"_blank\">";
//echo "<form method=\"post\" action=\"admdump.php\" target=\"_blank\">";
( I've try all this combinations. At the first call all the values in array $_SERVER are right ).
When i click "make backup" that's open my blank windows and nothing else... Nothing in the url bar, no message in windows, just waiting for my domain, my upload graph stay flat. Sounds like something loose my distant host.
If i remove this line:
<input type="hidden" name="submitted" value="1">
The form work in new windows but of course nothing else hapen's.
I do all this tests on my localhost and on my localhost no problem, all tests work's perfectly.
That's make me crazy...
[Updated on: Mon, 07 February 2005 19:23] Report message to a moderator
|
|
|