A 500 Internal Server Error is related to your server. Your server support will know this and should be able to trace it, assuming they are a decent host.
This error can sometimes be resolved in WP by opening your wp-config.php file and add this: define('WP_MEMORY_LIMIT', '256M');
.
Thanks.