Admin Control Panel: Defaults issue... [message #10191] |
Thu, 22 May 2003 20:36 |
tgaastra
Messages: 90 Registered: June 2002
Karma: 0
|
Member |
|
|
When I edit global settings in the admin control panel, I notice that certain things don't reflect my previous choices for them, such as whether or not to account moderate, etc...
Everytime I sign on to that page, its set to "No" for that particular option... I looked in the GLOBALS.PHP, and the entries appear twice for
$MODERATE_USER_REGS = "Y"; /* boolean */
and somewhat later....
$MODERATE_USER_REGS = "N"; /* boolean */
Hmm...
Actually, now some things appear 3 times....
What's the best way to go about repairing this, and what would have caused it...
|
|
|
Re: Admin Control Panel: Defaults issue... [message #10192 is a reply to message #10191] |
Thu, 22 May 2003 20:49 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
A bug in the upgrade script may have caused it. In version 2.5.0 the consistency checker has a 'cleaner' code for this. In older versions simply remove the duplicate entries manually.
FUDforum Core Developer
|
|
|
|