bug 1111533 (FAQ added)
This commit is contained in:
@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
|
||||
$Id$
|
||||
$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>
|
||||
* libraries/grab_globals.lib.php: Fixed the fix, thanks to Marc. :-)
|
||||
|
||||
|
@@ -3289,6 +3289,29 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
|
||||
<p>
|
||||
Please upgrade to at least version 1.2.3.
|
||||
</p>
|
||||
<h4>
|
||||
[5.16] With Internet Explorer, I get "Access is denied"
|
||||
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 "in" and "out" directions.
|
||||
</li>
|
||||
</ul>
|
||||
</p>
|
||||
|
||||
<a name="faqusing"></a><br />
|
||||
<h3>[6. Using phpMyAdmin]</h3>
|
||||
|
Reference in New Issue
Block a user