added FAQ entry

This commit is contained in:
Marc Delisle
2001-07-12 21:35:07 +00:00
parent 1060884952
commit dc4d64d9c9
2 changed files with 13 additions and 0 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$
$Source$
2001-07-12 Marc Delisle <lem9@users.sourceforge.net>
* Documentation.html: added a FAQ entry about upload errors
2001-07-12 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* tbl_properties.php3: fixed an IE5.0 display bug and an other one with
Mozilla.

View File

@@ -692,6 +692,16 @@
So, you must have PHP4 >= 4.0.4 and Zlib support (--with-zlib).
</p>
<p>
<b>I try to upload a file and I get: <br />
Error MySQL said: The file '/tmp/phpkvpp60' must be in the database directory or be readable by all </b>
<br />
Your uploaded file is saved by PHP in the "upload dir", as defined in php.ini by the variable upload_tmp_dir (usually the system default is /tmp). If this directory is not readable by all, the MySQL server (which must be running on the same machine) cannot open the file (except if running as root, which is not recommended).
<br />
The system administrator can do a "chmod 777 /tmp" to enable uploads.
</p>
<!-- FAQ -->
<a name="Developers"></a><br />