This topic is locked

Events

1/25/2006 4:59:53 PM
PHPRunner General questions
S
scy author

On the events step I am trying to display a simple message after successful login. The message displays plus
Warning: Cannot modify header information - headers already sent by....
I am not sure what is causing this.

admin 1/26/2006

Hi,
you can not display a message after successful login, because the login.php redirects to Menu or List page after logging in.
When you add a custom message displaying you break the redirection.

S
scy author 1/26/2006

Hi,

you can not display a message after successful login, because the login.php redirects to Menu or List page after logging in.
When you add a custom message displaying you break the redirection.


Thanks.