Missing DB Maint Section In Admin Panel On Upgraded 1.3.053 »  Show posts from    to     

Icy Phoenix


Old Support Topics - Missing DB Maint Section In Admin Panel On Upgraded 1.3.053



Jaculus [ Fri 24 Jul, 2009 00:59 ]
Post subject: Missing DB Maint Section In Admin Panel On Upgraded 1.3.053
I recently upgraded to the new 1.3 code. I had a few little bumps but nothing too big. I do however seem to be missing the DB utilities section in the ADM panel. I have the files in the ADM directory (see pic) ,, I have cleared cache etc. I deleted the related adm files in the adm directory and re-uploaded all the files from the core package folder on my local system. I still do not see the DB utilities.

Any ideas?


Mighty Gorgon [ Fri 24 Jul, 2009 01:40 ]
Post subject: Re: Missing DB Maint Section In Admin Panel On Upgraded 1.3.053
For security reasons, only founder and main admins have access to those features... edit config.php to enable the users you would like to add.

Code: [Hide] [Select]
// FOUNDER ID, this is the ID used to send Welcome and Birthday PM
define('FOUNDER_ID', '2');
// ALLOW ONLY FOUNDER ACP, by setting this to true only the FOUNDER will be able to access ACP
define('ONLY_FOUNDER_ACP', false);
// Insert here the IDs of the main admins separated by commas, they will be able to access special features in ACP
// Allowed features: Action Logs, Private Messages, DB Tools, Templates Edit (XS Style)
// If the constant is deleted then every admin is able to access the Full ACP
define('MAIN_ADMINS_ID', '2');


Jaculus [ Fri 24 Jul, 2009 03:54 ]
Post subject: Re: Missing DB Maint Section In Admin Panel On Upgraded 1.3.053
Yep that was it. Thanks. I have the admin founder login so I will just use that one when and if i need to do any other the DB stuff.


buldo [ Fri 24 Jul, 2009 16:34 ]
Post subject: Re: Missing DB Maint Section In Admin Panel On Upgraded 1.3.053
Mighty Gorgon wrote: [View Post]
... edit config.php to enable the users you would like to add.


You probably mean "ip_root/includes/constants.php"... :mrb:




Powered by Icy Phoenix