My error messages on the login pages are no longer shows up. It functions the same, but the red boxes no longer show up. Any idea why this would happen (I checked, nothing is set to display none)

Comments

rschwab’s picture

In the tpl.php file you're using for login pages you need to have a <?php print $messages ?> code block somewhere. I'm guessing this is the most likely source of your problem.

- Ryan

waako’s picture

You might want to check first your settings on admin/settings/error-reporting
under Error Reporting, check the option selected is 'write errors to the log and to the screen' if that is already set, then as Ryan says check your tpl.php files.

strategic code monkeying