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.
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 “”;
}
Can anyone provide me with some help here? Also Image Magick is supposedly not installed for this server, any chance it can be?
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.
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.