Results 1 to 5 of 5

Thread: phpMyAdmin problem

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Feb 2002
    Posts
    98

    phpMyAdmin problem

    I'm running Apache 2 on Windows2000 with php4.
    I'm able to run php ie: phpinfo() works fine.
    When I try to run phpMyAdmin I get the following error

    Warning: unable to parse url (http:///php4/php.exe/) in C:\Program Files\Apache Group\Apache2\htdocs\main.php on line 21

    Warning: Cannot add header information - headers already sent by (output started at C:\Program Files\Apache Group\Apache2\htdocs\main.php:21) in C:\Program Files\Apache Group\Apache2\htdocs\main.php on line 25

    Warning: Cannot add header information - headers already sent by (output started at C:\Program Files\Apache Group\Apache2\htdocs\main.php:21) in ./libraries/ob.lib.php on line 65

    Warning: Cannot add header information - headers already sent by (output started at C:\Program Files\Apache Group\Apache2\htdocs\main.php:21) in ./libraries/header_http.inc.php on line 14

    Warning: Cannot add header information - headers already sent by (output started at C:\Program Files\Apache Group\Apache2\htdocs\main.php:21) in ./libraries/header_http.inc.php on line 15

    Warning: Cannot add header information - headers already sent by (output started at C:\Program Files\Apache Group\Apache2\htdocs\main.php:21) in ./libraries/header_http.inc.php on line 16

    Warning: Cannot add header information - headers already sent by (output started at C:\Program Files\Apache Group\Apache2\htdocs\main.php:21) in ./libraries/header_http.inc.php on line 17

    Warning: Cannot add header information - headers already sent by (output started at C:\Program Files\Apache Group\Apache2\htdocs\main.php:21) in ./libraries/header_http.inc.php on line 20


    Then page prints out fine and display my databases

    I thought it had something to do with the extra / in http:///
    but I'm not sure...anyone know what I may have configured wrong?

  2. #2
    PowerPoster
    Join Date
    Sep 2003
    Location
    Edmonton, AB, Canada
    Posts
    2,629
    whats your PHP ini look like?
    Like Archer? Check out some Sterling Archer quotes.

  3. #3
    PowerPoster
    Join Date
    Sep 2003
    Location
    Edmonton, AB, Canada
    Posts
    2,629
    oh, and what version of phpMyAdmin do you have?
    Like Archer? Check out some Sterling Archer quotes.

  4. #4

    Thread Starter
    Lively Member
    Join Date
    Feb 2002
    Posts
    98

    reply

    2.5.3 on the phpMyAdmin-because I couldn't get 2.5.6 to work at all, at least 2.5.3 was showing the html.
    as far as the php.ini-could you elaborate a bit more...what does it look like is a little indescriptive--any line in particular?

  5. #5
    PowerPoster
    Join Date
    Sep 2003
    Location
    Edmonton, AB, Canada
    Posts
    2,629
    what's your error_reporting set at?

    Mine is currently set at showing all errors except notices:
    Code:
    Line 260:                error_reporting  =  E_ALL & ~E_NOTICE
    You could also look into turning display_errors off, it should be on line 267 of php.ini-dist. If you're making a production website, I suggest turning off display_errors to disallow end-users from potentially viewing file paths/database schemes and have log_errors (line 277) on instead.

    Try playing around with either one of those lines
    Like Archer? Check out some Sterling Archer quotes.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width