When mySiteMaker runs into problems the typical error message that gets
displayed in the web browser is a simple message that says "Submission Error".
When you run into this sort of error, always keep in mind that more
interesting error messages can be found in the web server's error logs.
One of the best ways to view the errors in the error logs is to simply run
the tail command on the error log. tail -f because you could
see the errors get printed to the error log as they occur so you would also
know exactly what button or link you just clicked on that created the error.
For example:
shell> tail -f /usr/local/apache/logs/error_log