This commit is contained in:
Marc Delisle
2002-08-24 13:04:18 +00:00
parent 40627b5584
commit 86696c37cd
2 changed files with 9 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ $Source$
2002-08-24 Marc Delisle <lem9@users.sourceforge.net>
* Documentation.html, faq 6.15: creating an index on a BLOB field
and faq 1.22 about php.ini file_uploads
2002-08-23 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* left.php3, lines 169-181: XHTML optimizations.

View File

@@ -1756,6 +1756,14 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
In <i>php.ini</i>, set <tt>mysql.max_links</tt> higher than 1.
</p>
<p>
<b>[1.22] I don't see the &quot;Location of text file&quot; field, so
I cannot upload.</b>
<br />
This is most likely because in <i>php.ini</i>, your <tt>file_uploads</tt>
parameter is not set to &quot;on&quot;.
</p>
<a name="faqconfig"></a>
<h3>[2. Configuration]</h3>