default userpic

Error 500

Vote 0 Votes

Hi there,

It seems I'm not the only one experiencing the dreaded 500 ERROR MESSAGE when attempting to install MT, so I thought it deserved it's own topic.

I've tried installing MT on two completely different linux host servers (Just Host and IX) and the ERROR 500 message keeps appearing. It's a real pain in the ass and it refuses to go away.

I've followed the installation procedure to the letter, and I've also read up on all the usual solutions given such as setting the correct permissions, uploading by FTP using ASCII etc etc. I'm at the stage where I now want to give up on MT as this is simply not worth the frustration.

However, this is one last attempt at finding a solution if anyone here cac provide any kind of solution to this, I would be most grateful. Otherwise it's back to WP.

Many thanks
Allan

Reported on Movable Type 5

4 Replies

| Add a Reply
  • What does a perl script header look like that does work on these hosts?

  • Hi, not sure but I think this works:
    #!/usr/bin/perl
    ##
    ## printenv -- demo CGI program which just prints its environment
    ##

    print "Content-type: text/plain\n\n";
    foreach $var (sort(keys(%ENV))) {
    $val = $ENV{$var};
    $val =~ s|\n|\\n|g;
    $val =~ s|"|\\"|g;
    print "${var}=\"${val}\"\n";
    }
    Hope that helps.
    Thanks

  • Can you put the above script in the mt directory and it will execute without a 500 error? if it works you will need to rename your .cgi files to .pl


  • Also, probably going to have to add the option "ExecCGI" to your root directory in the httpd.conf file. I would imagine the host company can do that for you.

Add a Reply

If you need to share template code, replace all the "<" signs with "&lt;" or use this utility.

Forum Groups

1773 6162

Last Topic: Excluding categories from blog by kholechek on Feb 9, 2012

86 302

Last Topic: website entries by masoud on Oct 26, 2011

1429 5077

Last Topic: What apocalypse hit this community in the middle of 2011? by 75th on Feb 10, 2012

695 2910

Last Topic: Insert Image / File Fails by Russ Miller on Feb 10, 2012

84 291

Last Topic: How to have some other characters in entry basename automatically written by Afshin Haghighatnia on Dec 22, 2011

173 737

Last Topic: About the MT version stated in HTML source by Alex E. Schneider on Feb 7, 2012

190 567

Last Topic: Analytics Reporting by michael webster on Feb 5, 2012

48 210

Last Topic: An idea and also a request by Afshin Haghighatnia on Jun 29, 2011

64 246

Last Topic: jQuery in MT 5.1 still at 1.4 - why? by perlmonkey on May 25, 2011

code.sixapart.com

137 478

Last Topic: Getting a thumbnail with xpath by Peter on Mar 13, 2011

222 720

Last Topic: Custom Field for Asset Not Appearing by android on Feb 9, 2012