So I'm having a problem with a form I've made so one user can e-mail other users based on role fans
, players
or the admin
.
500 "Internal Server Error":
Documentation: http://www.cyberciti.biz/tips/http-error-500-internal-server-for-php-pages-and-solution.html (first page on google...)
You may be getting that error because of a .htacces file that is being "disturbed" by your code :) . But is generally caused by the php settings on your server. Check the integrity of the php (.ini) files on the system and search for any file that might be missing or incomplete.
EDIT:
Because you get an error when mailing.... check the part of your system php files (.ini) that are related to that.