diff --git a/ChangeLog b/ChangeLog index 840a77af4..65eb8cd49 100755 --- a/ChangeLog +++ b/ChangeLog @@ -13,6 +13,8 @@ $Source$ * header.inc.php3, line 89: patch #531864 - display something in title when no db thanks to Michal Cihar. * lang/brazilian_portuguese.inc.php3: removed "^M". + * Documentation.html, lines 1098-1105: added a FAQ entry about bug + #494564 - No Sql Query! 2002-03-20 Marc Delisle * lang/*, removed $strSequence diff --git a/Documentation.html b/Documentation.html index 21bd05adb..94323f4ff 100755 --- a/Documentation.html +++ b/Documentation.html @@ -1091,10 +1091,18 @@

I get an error 'No SQL query' when trying to execute a bookmark.
- If PHP does not have read/write access to its upload_tmp_dir, it + If PHP does not have read/write access to its upload_tmp_dir, it cannot access the uploaded query.

+

+ I get an error 'No SQL query' when trying to submit a query from the + convenient text area. +
+ Check the post_max_size directive from your php configuration file + and try to increase it. +

+

I have problems with mysql.user field names.