bug 1111533 (FAQ added)

This commit is contained in:
Marc Delisle
2005-02-26 12:55:25 +00:00
parent 51969f13e9
commit 7cf3719362
2 changed files with 27 additions and 0 deletions

View File

@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
$Id$ $Id$
$Source$ $Source$
2005-02-26 Marc Delisle <lem9@users.sourceforge.net>
* Documentation.html: added FAQ 5.16 about various IE and Windows
problems. Thanks to Michael Keck.
2005-02-24 Alexander M. Turek <me@derrabus.de> 2005-02-24 Alexander M. Turek <me@derrabus.de>
* libraries/grab_globals.lib.php: Fixed the fix, thanks to Marc. :-) * libraries/grab_globals.lib.php: Fixed the fix, thanks to Marc. :-)

View File

@@ -3289,6 +3289,29 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
<p> <p>
Please upgrade to at least version 1.2.3. Please upgrade to at least version 1.2.3.
</p> </p>
<h4>
[5.16] With Internet Explorer, I get &quot;Access is denied&quot;
Javascript errors. Or I cannot make phpMyAdmin work under Windows.
</h4>
<p>
Please check the following points:
<ul>
<li>
Maybe you have defined your <tt>PmaAbsoluteUri</tt> setting
in <tt>config.inc.php</tt> to an IP address and you are starting
phpMyAdmin with a URL containing a domain name, or the reverse situation.
</li>
<li>
Security settings in IE and/or Microsoft Security Center are
too high, thus blocking scripts execution.
</li>
<li>
The Windows Firewall is blocking Apache and MySQL. You must
allow http ports (80 or 443) and MySQL port (usually 3306)
in the &quot;in&quot; and &quot;out&quot; directions.
</li>
</ul>
</p>
<a name="faqusing"></a><br /> <a name="faqusing"></a><br />
<h3>[6. Using phpMyAdmin]</h3> <h3>[6. Using phpMyAdmin]</h3>