Jump to content

Babushka

New Members
  • Posts

    7
  • Joined

  • Last visited

    Never

Posts posted by Babushka

  1. I mean, do I have to change something at the server's directories. Like I had to change the http.conf file when I installed php. I mean,What's wrong? What is pma trying to do?

    Warning: require_once(./libraries/common.lib.php) [function.require-once]: failed to open stream: No such file or directory in C:\Program Files\Apache Software Foundation\www\pma\index.php on line 36

    Is he searching the required file in the index.php itself and not in the pma directory? help
  2. I will try that. Thanks a lot. One question:Do I have to change (again) the httpd.conf in the apache directory if I installed PMA in the apache root directory?
  3. I had followed your instructions but nothing changed. Does someone has a PHPMyAdmin tutorial for me? It seems like all the tutorials I find on the net are half explained and full of errors.
  4. I got  phpMyAdmin-2.7.0-pl2 and the config.default.php is already in the phpmyadmin root directory (although it's not in the libraries directory). Is downloading the newest version necessary?
    I have
    [code]$cfg['Servers'][$i]['auth_type']    = 'config';[/code]
    in my  config.default.php but it's still doesn't work.

    I get this problem when I enter to pma:
    [code]
    Warning: require_once(./libraries/common.lib.php) [function.require-once]: failed to open stream: No such file or directory in C:\Program Files\Apache Software Foundation\www\pma\phpMyAdmin-2.7.0-pl2\index.php on line 40

    Fatal error: require_once() [function.require]: Failed opening required './libraries/common.lib.php' (include_path='.;C:\php5\pear') in C:\Program Files\Apache Software Foundation\www\pma\phpMyAdmin-2.7.0-pl2\index.php on line 40[/code]
  5. I've managed to fix that problem by adding php_mysql.dll file to windows directory.
    Now  I downloaded PhpMyAdmin and I get this problem when I enter to my pma:

    [code]
    Warning: require_once(./libraries/common.lib.php) [function.require-once]: failed to open stream: No such file or directory in C:\Program Files\Apache Software Foundation\www\pma\phpMyAdmin-2.7.0-pl2\index.php on line 40

    Fatal error: require_once() [function.require]: Failed opening required './libraries/common.lib.php' (include_path='.;C:\php5\pear') in C:\Program Files\Apache Software Foundation\www\pma\phpMyAdmin-2.7.0-pl2\index.php on line 40[/code]
    Can u help me?
  6. I want to inatall Apache,PHP,MySQL and PMA. PHP works fine, but after I Installed MySQL and used the configuration Wizard I went to the command line and entered: mysql -u root -p ,entered my password,used some functions like use mysql; and show tables; .
    Everything seemed to work fine but when I use the phpinfo() function I don't see
    a MySQL info (like in the image in this tutorial [url=http://www.kidslovepc.com/php-tutorial/install-php-phpmyadmin.shtml]http://www.kidslovepc.com/php-tutorial/install-php-phpmyadmin.shtml[/url])

    Any idea what's the problem or how can I fixed it?
    I've read that the problem may be because of the path entry in the environment variables.How should my Path entry look like?

    Thanks in advance
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.