This commit is contained in:
Marc Delisle
2001-12-04 18:06:52 +00:00
parent 398b4102ad
commit abd7cd315d
2 changed files with 18 additions and 1 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$
$Source$
2001-12-04 Marc Delisle <lem9@users.sourceforge.net>
* Documentation.html: FAQ about Konqueror
2001-12-03 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* tbl_select.php3: fixed bugs with text and time type fields.
* libraries/common.lib.php3, lines 583-585: fixed bug #488317 - 'only_db'

View File

@@ -1081,13 +1081,27 @@
</p>
<p>
<b>With Xitami 2.5b4, phpMyAdmin won't process form fields</b>
<b>With Xitami 2.5b4, phpMyAdmin won't process form fields.</b>
<br />
This is not a phpMyAdmin problem but a Xitami known bug: you'll face it
with each script/website that use forms.<br />
Upgrade or downgrade your Xitami server.
</p>
<p>
<b>I have problems dumping tables with Konqueror (phpMyAdmin 2.2.2)</b>
<br />
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.<br />
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.<br />
Testing needs to be done for Konqueror 2.2.2.<br />
</p>
<h3>[Using phpMyAdmin]</h3>
<p>
<b>I can't insert new rows into a table - MySQL brings up a SQL-error.</b>