I got this error when I went to the url
http://www.selenasplace.com/cgi-bin/mt/mt-config.cgi
the page then asked if I wanted to save a file and when I open that file this message is on it
FGot an error: Config directive without value
I have been trying to figure this out for 2 days. I don't know what I am doing here.. HELP PLEASE!
Selena
Reported on Movable Type 4.2
The mt-config.cgi file is not an executable file. You can't run it from your browser. Why are you trying to access it that way?
Opps I am sorry that is the wrong address the one I am talking about is
http://www.selenasplace.com/cgi-bin/mt/mt.cgi
it asks me to download or open the file and when I do I get a notepad page with this text on it
Got an error: Config directive without value
If your browser treats it like a file to download, then that means your host isn't treating mt.cgi as an executable script. Talk to your host about what needs to be done to get MT executing as a CGI script.
Check your mt-config.cgi and make sure that you have not left any directive without a value for example DBPassword which can be blank in development environment, if so then comment out or remove that line.