By walker6o9 on
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)
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
In the tpl.php file you're
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
Error reporting
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