bug #1248598, explain another cause of the Missing parameter error

This commit is contained in:
Marc Delisle
2005-08-01 13:16:04 +00:00
parent 2e5c10aa2f
commit 382577919a
2 changed files with 7 additions and 1 deletions

View File

@@ -7,6 +7,8 @@ $Source$
2005-08-01 Marc Delisle <lem9@users.sourceforge.net> 2005-08-01 Marc Delisle <lem9@users.sourceforge.net>
* libraries/common.lib.php: bug #1249239, XSS vulnerability on Create page * 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 <lem9@users.sourceforge.net> 2005-07-29 Marc Delisle <lem9@users.sourceforge.net>
* tbl_change.php, lang/*: new message $strAndThen * tbl_change.php, lang/*: new message $strAndThen

View File

@@ -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 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 error if your table has a high number of columns. Adjust this setting
accordingly. (Thanks to Klaus Dorninger for the hint). accordingly. (Thanks to Klaus Dorninger for the hint).
</li> </li>
<li>
In the <tt>php.ini</tt> directive <tt>arg_separator.input</tt>, a value
of &quot;;&quot; will cause this error. Replace it with &quot;&amp;;&quot;.
</li>
</ul> </ul>
<a name="faqlimitations"></a><br /> <a name="faqlimitations"></a><br />