diff --git a/ChangeLog b/ChangeLog index 9b4b0874d..e5e689f6c 100755 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,8 @@ $Source$ 2005-08-01 Marc Delisle * libraries/common.lib.php: bug #1249239, XSS vulnerability on Create page + * Documentation.html: "bug #1248598, explain another cause of the Missing + parameter error 2005-07-29 Marc Delisle * tbl_change.php, lang/*: new message $strAndThen diff --git a/Documentation.html b/Documentation.html index 18c56f8de..6b72e0881 100755 --- a/Documentation.html +++ b/Documentation.html @@ -2936,7 +2936,11 @@ To create a new, empty mimetype please see libraries/transformations/template_ge set to the default (200) or another low value, you could get this error if your table has a high number of columns. Adjust this setting accordingly. (Thanks to Klaus Dorninger for the hint). - + +
  • + In the php.ini directive arg_separator.input, a value + of ";" will cause this error. Replace it with "&;". +