500 On Comment Posting
Question
When visitors post comments to my site, they see a 500 Internal Server Error; however, the comment does show up within the Movable Type interface.
Answer
This typically means your server does not support the background tasks feature. Try disabling this feature in mt-config.cgi1 by adding the following line to it:
LaunchBackgroundTasks 0
Then, save mt-config.cgi and upload it back to your server in ASCII mode.
1 In versions prior to 3.2, the configuration file is named mt.cfg.


