help with PhpMyAdmin

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

    #1

    help with PhpMyAdmin

    Hi,

    I have set up the Xitami server (2.5c2) and PHP (5.0.5) on my Win98 system
    without any problem.
    I am trying to add PhpMyAdmin. When I try to load



    which loads index.php, I get the following (lengthy) warning...

    Warning: main(./libraries/grab_globals.li b.php): failed to open stream: No
    such file or directory in C:\XITAMI-25\APP\public_h tml\phpMyAdmin\ index.php
    on line 8 Fatal error: main(): Failed opening required
    './libraries/grab_globals.li b.php'
    (include_path=' .;c:\php\includ es\;c:\xitami-25\app\includes \;c:\xitami-25\ap
    p\public_html\p hpMyAdmin\;c:\x itami-25\app\public_h tml\phpMyAdmin\ libraries\
    ') in C:\XITAMI-25\APP\public_h tml\phpMyAdmin\ index.php on line 8

    I have verified that the grab_globals.li b.php exists in the libraries
    directory.
    I tried removing the './' from the beginning of the path and the file is
    found but produces an equivalent error for

    ../libraries/common.lib.php

    when I remove the './' from the beginning of this path this file is
    apparently found but the page loaded is blank.

    Any help that anyone can give me with this would be greatly appreciated.
    If I haven't included enough info please let me know.

    many thanks

    tc (totally confused)




  • Sean

    #2
    Re: help with PhpMyAdmin

    In the config.inc.php file does the PmaAbsoluteUri param equal


    Comment

    • Sean

      #3
      Re: help with PhpMyAdmin

      I mean: does it equal http://home/phpmyadmin/ ? (not
      http://home/phpmyadmin/?)

      Comment

      • cofused

        #4
        Re: help with PhpMyAdmin

        "Sean" <oreilly.sean@g mail.com> wrote in message
        news:1133105223 .932212.16600@g 43g2000cwa.goog legroups.com...[color=blue]
        > In the config.inc.php file does the PmaAbsoluteUri param equal
        > http://home/phpmyadmin/?
        >[/color]

        yup

        $cfg['PmaAbsoluteUri '] = 'http://home/phpmyadmin/';


        Comment

        Working...