phpMyAdmin - CGI Problems

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
Hyperbolik
Forum Newbie
Posts: 1
Joined: Tue May 20, 2003 8:46 pm

phpMyAdmin - CGI Problems

Post by Hyperbolik »

I am having trouble connecting to phpMyAdmin on an IIS webserver. I found this post which is EXACTLY my problem. I am receiving this CGI error...
Hello,

I'm writing in regards to this error----->
cgi error:
The specified CGI application misbehaved by not
returning a complete set of HTTP headers. The headers it
did return are:

I've been to every message forum around the world and back and got
nothing. What it did get me looking at lots was the php.ini file. I
run a Win 2000 Server with the latest greast PHP 4.3.1 mySQL and IIS.
When it hit me like a bull in a china shop, I've got this all up and
running on my XP pro system to test my code on, let's look at that
php.ini file, so I did. And I saw it.....

XP setting: doc_root =
IIS setting: doc_root = C:\Inetpub\wwwroot

OK so I set my IIS php.ini doc_root to the XP setting
doc_root =

...and WaBLAM! It worked!
I added C:\Inetpub\wwwroot as the doc_root in my php.ini file (that is correct path) but it is still not working? What else am I missing? Am I missing something with Perl? :?:
User avatar
dstefani
Forum Contributor
Posts: 140
Joined: Sat Jan 11, 2003 9:34 am
Location: Meridian Idaho, USA

Post by dstefani »

Are the rest of your scripts running?
It's just phpMyadmin?

- D
Post Reply