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.
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.