From 7cf37193627750427779645ea749d82ebce420e9 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 26 Feb 2005 12:55:25 +0000 Subject: [PATCH] bug 1111533 (FAQ added) --- ChangeLog | 4 ++++ Documentation.html | 23 +++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/ChangeLog b/ChangeLog index e13947584..eb80193b1 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ phpMyAdmin - Changelog $Id$ $Source$ +2005-02-26 Marc Delisle + * Documentation.html: added FAQ 5.16 about various IE and Windows + problems. Thanks to Michael Keck. + 2005-02-24 Alexander M. Turek * libraries/grab_globals.lib.php: Fixed the fix, thanks to Marc. :-) diff --git a/Documentation.html b/Documentation.html index 0eb0534e7..ca99459c3 100755 --- a/Documentation.html +++ b/Documentation.html @@ -3289,6 +3289,29 @@ To create a new, empty mimetype please see libraries/transformations/template_ge

Please upgrade to at least version 1.2.3.

+

+ [5.16] With Internet Explorer, I get "Access is denied" + Javascript errors. Or I cannot make phpMyAdmin work under Windows. +

+

+ Please check the following points: +

    +
  • + Maybe you have defined your PmaAbsoluteUri setting + in config.inc.php to an IP address and you are starting + phpMyAdmin with a URL containing a domain name, or the reverse situation. +
  • +
  • + Security settings in IE and/or Microsoft Security Center are + too high, thus blocking scripts execution. +
  • +
  • + 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. +
  • +
+


[6. Using phpMyAdmin]