From abd7cd315d69f85e828e3f4af95067f439a6656a Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Tue, 4 Dec 2001 18:06:52 +0000 Subject: [PATCH] Konq. --- ChangeLog | 3 +++ Documentation.html | 16 +++++++++++++++- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ea2fc2101..2a8e59518 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ phpMyAdmin - Changelog $Id$ $Source$ +2001-12-04 Marc Delisle + * Documentation.html: FAQ about Konqueror + 2001-12-03 Loïc Chapeaux * tbl_select.php3: fixed bugs with text and time type fields. * libraries/common.lib.php3, lines 583-585: fixed bug #488317 - 'only_db' diff --git a/Documentation.html b/Documentation.html index a328fe751..a297e19cf 100755 --- a/Documentation.html +++ b/Documentation.html @@ -1081,13 +1081,27 @@

- With Xitami 2.5b4, phpMyAdmin won't process form fields + With Xitami 2.5b4, phpMyAdmin won't process form fields.
This is not a phpMyAdmin problem but a Xitami known bug: you'll face it with each script/website that use forms.
Upgrade or downgrade your Xitami server.

+

+ I have problems dumping tables with Konqueror (phpMyAdmin 2.2.2) +
+ With Konqueror 2.1.1: plain dumps, zip and gzip dumps work ok, except that + the proposed file name for the dump is always 'tbl_dump.php'. Bzip2 dumps + don't seem to work.
+ + With Konqueror 2.2.1: plain dumps work; zip dumps are placed into + the user's temporary directory, so they must be moved before closing + Konqueror, or else they disappear. Gzip dumps give an error message.
+ + Testing needs to be done for Konqueror 2.2.2.
+

+

[Using phpMyAdmin]

I can't insert new rows into a table - MySQL brings up a SQL-error.