Page 1 of 1
'manage_config_cookie' not found
Posted: 03 May 2013, 13:13
by M@rce
After upgrade to 1.2.15 version, and when enter to "adm_config_report.php" page appears the next message:
APPLICATION WARNING #100: No se encuentra la opción de configuración 'manage_config_cookie'.
Anybody have any idea about this?
Thanks!!
Re: 'manage_config_cookie' not found
Posted: 03 May 2013, 15:50
by atrol
M@rce wrote:After upgrade to 1.2.15 version
Upgrade from which version?
Did you change file config_defaults_inc.php?
Re: 'manage_config_cookie' not found
Posted: 03 May 2013, 16:08
by M@rce
atrol wrote:Upgrade from which version?
From 1.2.12.
atrol wrote:Did you change file config_defaults_inc.php?
No.
Re: 'manage_config_cookie' not found
Posted: 04 May 2013, 06:43
by atrol
M@rce wrote:
atrol wrote:Did you change file config_defaults_inc.php?
No.
Sure?
Can you confirm that the following line is in file config_defaults_inc.php?
Code: Select all
$g_manage_config_cookie = '%cookie_prefix%_MANAGE_CONFIG_COOKIE';
Re: 'manage_config_cookie' not found
Posted: 06 May 2013, 12:28
by M@rce
atrol wrote:Sure?
Can you confirm that the following line is in file config_defaults_inc.php?
Code: Select all
$g_manage_config_cookie = '%cookie_prefix%_MANAGE_CONFIG_COOKIE';
Sure sure...and the line that you say, doesn't exist in the file!!
Re: 'manage_config_cookie' not found
Posted: 06 May 2013, 15:00
by atrol
Ok, so you tell me that
a) you are using MantisBT 1.2.15
b) you did not change file config_defaults_inc.php
c) there is no line in config_defaults_inc.php which sets $g_manage_config_cookie
You should check again, but at least one of a,b,c is not true.
Re: 'manage_config_cookie' not found
Posted: 06 May 2013, 18:42
by M@rce
atrol wrote:You should check again, but at least one of a,b,c is not true.
You are correct in option C, the file config_defaults_inc.php wasn't overwrited...thanks a lot
