If I try to have 2.2.0 Finial to send me a copy of the
database it only sends the following:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
Frameset//EN" "DTD/xhtml1-frameset.dtd">
<html>
<head>
<title>phpMyAdmin 2.2.0 - www.internet-
crawler.com</title>
</head>
<frameset cols="200,*" rows="*" border="0"
frameborder="0">
<frame src="left.php?lang=en&server=1" name="nav">
<frame src="main.php?lang=en&server=1"
name="phpmain">
</frameset>
<noframes>
<body bgcolor="#FFFFFF">
</body>
</noframes>
</html>
Logged In: YES
user_id=210714
Please tell us the details:
browser type and platform
server type and platform
Logged In: YES
user_id=210714
Does it work if you replace
$mime_type = 'application/octetstream';
by
$mime_type = 'application/octet-stream';
in tbl_dump.php, line 118?
Logged In: YES
user_id=315110
Browser: MSIE 5.5 SP2
Server: http://bobmarion.hostbet.com/phpinfo.php (not my
own server)
-----------------------------------------------------------
Does it work if you replace
$mime_type = 'application/octetstream';
by
$mime_type = 'application/octet-stream';
in tbl_dump.php, line 118?
No, this doesn't help
-----------------------------------------------------------
See http://bobmarion.hostbet.com/phpadmin for more details
then I can put here.
-----------------------------------------------------------
Logged In: YES
user_id=210714
Thanks for your complete bug report. After the first Go in
phpMyAdmin, you should immediately choose "save this file to
disk". Try this and give us the results.
Logged In: YES
user_id=299418
I have the same problem.
I try to send a copy of the database, but only get the
frameset.
WAMP System, IE 5.5
Logged In: YES
user_id=299418
I have the same problem.
I try to send a copy of the database, but only get the
frameset.
WAMP System, IE 5.5
Logged In: YES
user_id=315110
-----------------------------------------------------------
Thanks for your complete bug report. After the first Go in
phpMyAdmin, you should immediately choose "save this file
to disk". Try this and give us the results.
-----------------------------------------------------------
If I go this route it saves index.htm to disk which is the
frameset.
Logged In: YES
user_id=210714
Solution:
in tbl_dump.php3, replace "attachment" by "inline" in the
Content-Disposition line.
Tested with IE 5.5, IE 5.0, NN4. Testers welcome!
Logged In: YES
user_id=315110
-----------------------------------------------------------
in tbl_dump.php3, replace "attachment" by "inline"
in the Content-Disposition line
-----------------------------------------------------------
That fixed it :) Thank You
Logged In: YES
user_id=299418
Yes Thanks, it works :).