Problem getting {phpMyAdmin} php script to run

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Richard White

    Problem getting {phpMyAdmin} php script to run

    Hi,

    I've got a localhost (ie. my PC) installation of
    Apache
    MySQL
    WinXP-Pro

    and I'm trying to get the MySQL administration [php] program {phpMyAdmin} to
    run.

    This is the only PHP file I've got on my PC (that I know *should* run ok) so
    I can't test against another known working control.

    I have configured the Apache server as follows:-

    LoadModule php4_module C:\PHP\sapi\php 4apache2.dll
    AddType application/x-httpd-php .php

    And I have configured the {config.inc.php } with the correct path and
    user/password to connect to the MySQL database.

    NOTE: I can administer MySQL ok though the windows program {MySQL Control
    Center}.

    BUT ... when I try to run phpMyAdmin (ie. open {index.php} file in IE6), I
    get a pause (nothing new displayed) and then the address bar reverts to the
    currently displayed page. (ie the page displayed in IE just before I tried
    {index.php})

    I don't see any errors??? Is this a known/common problem, with a solution?
    If not, how can I find out what the problem is?

    Thanks,



  • Gary Petersen

    #2
    Re: Problem getting {phpMyAdmin} php script to run

    On Sun, 13 Jul 2003 19:03:16 -0500, Richard White wrote:
    [color=blue]
    > I have configured the Apache server as follows:-
    >
    > LoadModule php4_module C:\PHP\sapi\php 4apache2.dll AddType
    > application/x-httpd-php .php
    >[/color]

    Aren't you supposed to also use AddModule?
    AddModule mod_php4.c

    Comment

    Working...