Moveable Type 3.3 Installation

LTS

Guppy
I've been searching and searching and can't seem to get anywhere. I have an open ticket and we've been going round and round on this issue so perhaps someone can help.

I am getting the dreaded

CGI Error
The specified CGI application misbehaved by not returning a complete set of HTTP headers.

This happens on all root level MT CGI files. In reading some posts around the web I found some helpful hints on modifying the code to force the directory to the appropriate one. However, this requires modification of all CGI files and is supposedly not necessary.

The reason I say that is because of knowledge base article:
http://www.sixapart.com/movabletype/kb/known/cgi_error_on_ii.html

This clearly shows how to resolve that issue. Supposedly the guys at Jodohost have done this but I still have the issue unless I place this code at the top of my files:

BEGIN {
chdir "<physical path to mt directory>";
}

Can anyone provide me with some help here? Also Image Magick is supposedly not installed for this server, any chance it can be?

Thanks everyone.
 
If this is wincf, I have installed image magick for you long ago upon the first request.

By root you mean, out of the cgi-bin? It will need to be in the cgi-bin to work.
 
Overnight the problem was fixed in regards to the cgi issue. The Virtual Directory was not created properly originally. It's all working now.

In regards to Image Magick, the server this install is on is 204.10.107.3.. whichever server that is. I am only going by the mt-check.cgi which states it is not installed. It's by no means a major issue at the moment.
 
It is Wincf, I have it in the installed list inside of Perl, not sure why it does not show up to MT
 
Interesting. Is there anyone else on the server who has MT who is NOT having issues with image Magick?

I'm not even using it yet, so I'm not too concerned about it.
 
I dont think anyone else would be using it when I just installed it, within the last week(don't remember what day, but it was shortly after you submitted a request)
 
Well that's interesting because no one told me that it was even installed. I had asked a question about it but nothign was responded to until last night when they said it was on the linux servers.

So, I suppose thank you for being incredibly proactive but a thumbs down to the support guys for not mentioning it. :)

In any event... it appears to not be working. Not sure where we go from here.
 
Hmmm, so I guess now I've come across a need for Image Magick. I'll drop a ticket in as well. Hope we can get it recognized. The message I get is that either it is not installed or something it needs is not installed. No idea what though.

Thanks!
 
Back
Top