Page 1 of 1

Problem with ACP after mod install

Posted: Thu 14. Apr 2011, 18:29
by mrsvox
After installing the Statistics mod, my ACP looks like this:
Image

Any help in fixing this, and/or suggestions on where to look for issues, is greatly appreciated.

Re: Problem with ACP after mod install

Posted: Fri 15. Apr 2011, 13:28
by Marc
Check the file language/en/acp/common.php.

It is possible that this file is corrupted in some way.

Did you install the MOD manually or via AutoMOD?

Re: Problem with ACP after mod install

Posted: Fri 15. Apr 2011, 14:27
by mrsvox
I installed this manually.

I replaced the language/en/acp/common.php file with my backup, and nothing has changed.

Re: Problem with ACP after mod install

Posted: Fri 15. Apr 2011, 18:29
by Marc
Enable debug in config.php and check if any error messages appear.

Re: Problem with ACP after mod install

Posted: Fri 15. Apr 2011, 20:52
by mrsvox
This is what loads when I bring up the ACP
[phpBB Debug] PHP Notice: in file /includes/acp/acp_main.php on line 405: Undefined index: PHP_VERSION_OLD
[phpBB Debug] PHP Notice: in file /includes/acp/acp_main.php on line 516: Undefined index: OFF
[phpBB Debug] PHP Notice: in file /includes/functions_admin.php on line 2921: Undefined index: INACTIVE_REASON_UNKNOWN
[phpBB Debug] PHP Notice: in file /includes/functions_admin.php on line 2925: Undefined index: INACTIVE_REASON_REGISTER
[phpBB Debug] PHP Notice: in file /includes/functions_admin.php on line 2921: Undefined index: INACTIVE_REASON_UNKNOWN
[phpBB Debug] PHP Notice: in file /includes/functions_admin.php on line 2933: Undefined index: INACTIVE_REASON_MANUAL
[phpBB Debug] PHP Notice: in file /includes/functions_admin.php on line 2921: Undefined index: INACTIVE_REASON_UNKNOWN
[phpBB Debug] PHP Notice: in file /includes/functions_admin.php on line 2925: Undefined index: INACTIVE_REASON_REGISTER
[phpBB Debug] PHP Notice: in file /includes/functions_admin.php on line 2921: Undefined index: INACTIVE_REASON_UNKNOWN
[phpBB Debug] PHP Notice: in file /includes/functions_admin.php on line 2925: Undefined index: INACTIVE_REASON_REGISTER
[phpBB Debug] PHP Notice: in file /includes/functions_admin.php on line 2921: Undefined index: INACTIVE_REASON_UNKNOWN
[phpBB Debug] PHP Notice: in file /includes/functions_admin.php on line 2925: Undefined index: INACTIVE_REASON_REGISTER
[phpBB Debug] PHP Notice: in file /includes/functions_admin.php on line 2921: Undefined index: INACTIVE_REASON_UNKNOWN
[phpBB Debug] PHP Notice: in file /includes/functions_admin.php on line 2925: Undefined index: INACTIVE_REASON_REGISTER
[phpBB Debug] PHP Notice: in file /includes/functions_admin.php on line 2921: Undefined index: INACTIVE_REASON_UNKNOWN
[phpBB Debug] PHP Notice: in file /includes/functions_admin.php on line 2925: Undefined index: INACTIVE_REASON_REGISTER
[phpBB Debug] PHP Notice: in file /includes/functions_admin.php on line 2921: Undefined index: INACTIVE_REASON_UNKNOWN
[phpBB Debug] PHP Notice: in file /includes/functions_admin.php on line 2925: Undefined index: INACTIVE_REASON_REGISTER
[phpBB Debug] PHP Notice: in file /includes/functions_admin.php on line 2921: Undefined index: INACTIVE_REASON_UNKNOWN
[phpBB Debug] PHP Notice: in file /includes/functions_admin.php on line 2929: Undefined index: INACTIVE_REASON_PROFILE
[phpBB Debug] PHP Notice: in file /includes/functions_admin.php on line 2921: Undefined index: INACTIVE_REASON_UNKNOWN
[phpBB Debug] PHP Notice: in file /includes/functions_admin.php on line 2925: Undefined index: INACTIVE_REASON_REGISTER
[phpBB Debug] PHP Notice: in file /adm/index.php on line 231: Undefined index: ACTIVATE
[phpBB Debug] PHP Notice: in file /adm/index.php on line 231: Undefined index: REMIND
[phpBB Debug] PHP Notice: in file /adm/index.php on line 131: Undefined index: MOVE_UP
[phpBB Debug] PHP Notice: in file /adm/index.php on line 131: Undefined index: MOVE_UP
[phpBB Debug] PHP Notice: in file /adm/index.php on line 132: Undefined index: MOVE_UP
[phpBB Debug] PHP Notice: in file /adm/index.php on line 132: Undefined index: MOVE_UP
[phpBB Debug] PHP Notice: in file /adm/index.php on line 133: Undefined index: MOVE_DOWN
[phpBB Debug] PHP Notice: in file /adm/index.php on line 133: Undefined index: MOVE_DOWN
[phpBB Debug] PHP Notice: in file /adm/index.php on line 134: Undefined index: MOVE_DOWN
[phpBB Debug] PHP Notice: in file /adm/index.php on line 134: Undefined index: MOVE_DOWN
[phpBB Debug] PHP Notice: in file /adm/index.php on line 135: Undefined index: EDIT
[phpBB Debug] PHP Notice: in file /adm/index.php on line 135: Undefined index: EDIT
[phpBB Debug] PHP Notice: in file /adm/index.php on line 136: Undefined index: EDIT
[phpBB Debug] PHP Notice: in file /adm/index.php on line 136: Undefined index: EDIT
[phpBB Debug] PHP Notice: in file /adm/index.php on line 139: Undefined index: RESYNC
[phpBB Debug] PHP Notice: in file /adm/index.php on line 139: Undefined index: RESYNC
[phpBB Debug] PHP Notice: in file /adm/index.php on line 140: Undefined index: RESYNC
[phpBB Debug] PHP Notice: in file /adm/index.php on line 140: Undefined index: RESYNC
[phpBB Debug] PHP Notice: in file /adm/index.php on line 150: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3706)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 152: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3706)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 153: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3706)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 154: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3706)

Re: Problem with ACP after mod install

Posted: Fri 15. Apr 2011, 21:16
by mrsvox
I was able to fix this by replacing the language/en/acp/common.php file with my backup.

Thank you for pointing me in the direction of the debug.