From a8021957a4c09069a3357c726f04fa4d73968e32 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 1 Sep 2001 00:39:30 +0000 Subject: [PATCH] Doc updates --- ChangeLog | 1 + Documentation.html | 16 +++++++++++++--- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index b3148944f..ecfbf575a 100755 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,7 @@ $Source$ 2001-08-31 Marc Delisle * lang/norwegian.inc.php3 other updates, thanks to Sven-Erik Andersen. + * Documentation.html updates 2001-08-31 Loïc Chapeaux * lib.inc.php3: diff --git a/Documentation.html b/Documentation.html index 59b47af33..cb3931eed 100755 --- a/Documentation.html +++ b/Documentation.html @@ -890,13 +890,23 @@ I get an out of memory error, and my controls are non-functional, when trying to create a table with more than 14 fields.
- This is a problem under investigation. Seems to be OS and/or browser- - dependent. For now, create a smaller number of fields, then come back to + We could reproduce this problem only under Win98/98SE. Testing under + WinNT4 or Win2K, we could easily create more than 60 fields. +
+ A workaround is to create a smaller number of fields, then come back to your table properties and add the other fields.

- I have found a bug. How do I inform developpers? + I get errors about not being able to include a file in /lang +
+ Check php.ini, or ask your sysadmin to check it. The include_path + must contain "." somewhere in it, and open_basedir, if used, + must contain "." and "./lang" to allow normal operation of phpMyAdmin. +

+ +

+ I have found a bug. How do I inform developers?
Our Bug Tracker is located at http://sourceforge.net/projects/phpmyadmin under the Bugs section.