Welcome Guest, Not a member yet? Register   Sign In
Redirecting and setting flash message,..
#1

[eluser]quest13[/eluser]
I have problem in redirecting to any page.I am getting "Cannot modify header information"

I am not able to set the flash message either.I think something is terribly wrong with my configuration. Can anyone help me in this regard ?


This is how I set my config.php.


$config['sess_cookie_name'] = 'tbl_sessions';
$config['sess_expiration'] = 7200;
$config['sess_encrypt_cookie'] = TRUE;
$config['sess_use_database'] = TRUE;
$config['sess_table_name'] = 'tbl_sessions';
$config['sess_match_ip'] = FALSE;
$config['sess_match_useragent'] = FALSE;
$config['sess_time_to_update'] = 300;


Messages In This Thread
Redirecting and setting flash message,.. - by El Forum - 06-27-2009, 01:13 AM
Redirecting and setting flash message,.. - by El Forum - 06-27-2009, 01:54 AM
Redirecting and setting flash message,.. - by El Forum - 06-27-2009, 02:50 AM
Redirecting and setting flash message,.. - by El Forum - 06-27-2009, 02:56 AM
Redirecting and setting flash message,.. - by El Forum - 06-27-2009, 03:44 AM
Redirecting and setting flash message,.. - by El Forum - 06-27-2009, 04:49 AM
Redirecting and setting flash message,.. - by El Forum - 06-27-2009, 05:15 AM
Redirecting and setting flash message,.. - by El Forum - 06-27-2009, 05:40 AM
Redirecting and setting flash message,.. - by El Forum - 06-27-2009, 08:47 AM
Redirecting and setting flash message,.. - by El Forum - 06-28-2009, 10:03 PM



Theme © iAndrew 2016 - Forum software by © MyBB