In your includes/modules/<your_template>/create_account.php file,

right below the: <?php tag,

add:

PHP Code:
error_reporting(E_ALL); 
This is what I do for debugging.

If you find any error text from, the top of your page, please post them here.