Another impossible search it seems.
messageStack->output doesn't appear to be returning values/text although the size() method is getting tripped. Is there an admin value that I need to turn on/off for these values to be returned, or is there something else evil underneath the rug?
For example, on an unsuccessful login attempt, this call:
$messageStack->output('login')
did not return anything, so I had to override that value with plain text in the template. This is not the only page that is failing, all of the messageStack output calls are not happy.
Thanks much




