After installing the Statistics mod, my ACP looks like this:
Any help in fixing this, and/or suggestions on where to look for issues, is greatly appreciated.
Problem with ACP after mod install
- Marc
- Administrator
- Posts: 620
- Joined: Tue 2. Sep 2008, 22:48
- phpbb.com: Marc
- Location: Munich
- Contact:
Re: Problem with ACP after mod install
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?
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
I installed this manually.
I replaced the language/en/acp/common.php file with my backup, and nothing has changed.
I replaced the language/en/acp/common.php file with my backup, and nothing has changed.
- Marc
- Administrator
- Posts: 620
- Joined: Tue 2. Sep 2008, 22:48
- phpbb.com: Marc
- Location: Munich
- Contact:
Re: Problem with ACP after mod install
Enable debug in config.php and check if any error messages appear.
Re: Problem with ACP after mod install
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
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.
Thank you for pointing me in the direction of the debug.