Exabot wrote: ↑Tue Dec 25, 2018 10:17 amCode: Select all
[phpBB Debug] PHP Notice: in file [ROOT]/includes/acp/acp_attachments.php on line 1249: Undefined index: EXT_GROUP_Images [phpBB Debug] PHP Notice: in file [ROOT]/includes/acp/acp_attachments.php on line 1249: Undefined index: EXT_GROUP_Images [phpBB Debug] PHP Notice: in file [ROOT]/includes/acp/acp_attachments.php on line 1249: Undefined index: EXT_GROUP_Images [phpBB Debug] PHP Notice: in file [ROOT]/includes/acp/acp_attachments.php on line 1249: Undefined index: EXT_GROUP_Images [phpBB Debug] PHP Notice: in file [ROOT]/includes/acp/acp_attachments.php on line 1249: Undefined index: EXT_GROUP_Images [phpBB Debug] PHP Notice: in file [ROOT]/includes/acp/acp_attachments.php on line 1249: Undefined index: EXT_GROUP_Images [phpBB Debug] PHP Notice: in file [ROOT]/includes/acp/acp_attachments.php on line 1249: Undefined index: EXT_GROUP_Images [phpBB Debug] PHP Notice: in file [ROOT]/includes/acp/acp_attachments.php on line 1249: Undefined index: EXT_GROUP_Images [phpBB Debug] PHP Notice: in file [ROOT]/includes/acp/acp_attachments.php on line 1249: Undefined index: EXT_GROUP_Images [phpBB Debug] PHP Notice: in file [ROOT]/includes/acp/acp_attachments.php on line 1249: Undefined index: EXT_GROUP_Images [phpBB Debug] PHP Notice: in file [ROOT]/includes/acp/acp_attachments.php on line 1249: Undefined index: EXT_GROUP_Images [phpBB Debug] PHP Notice: in file [ROOT]/includes/acp/acp_attachments.php on line 1249: Undefined index: EXT_GROUP_Images [phpBB Debug] PHP Notice: in file [ROOT]/includes/acp/acp_attachments.php on line 1249: Undefined index: EXT_GROUP_Images [phpBB Debug] PHP Notice: in file [ROOT]/includes/acp/acp_attachments.php on line 1249: Undefined index: EXT_GROUP_Images [phpBB Debug] PHP Notice: in file [ROOT]/includes/acp/acp_attachments.php on line 1249: Undefined index: EXT_GROUP_Images [phpBB Debug] PHP Notice: in file [ROOT]/includes/acp/acp_attachments.php on line 1249: Undefined index: EXT_GROUP_Images [phpBB Debug] PHP Notice: in file [ROOT]/includes/acp/acp_attachments.php on line 1249: Undefined index: EXT_GROUP_Images [phpBB Debug] PHP Notice: in file [ROOT]/includes/acp/acp_attachments.php on line 1249: Undefined index: EXT_GROUP_Images [phpBB Debug] PHP Notice: in file [ROOT]/includes/acp/acp_attachments.php on line 1249: Undefined index: EXT_GROUP_Images [phpBB Debug] PHP Notice: in file [ROOT]/includes/acp/acp_attachments.php on line 1249: Undefined index: EXT_GROUP_Images [phpBB Debug] PHP Notice: in file [ROOT]/includes/acp/acp_attachments.php on line 1249: Undefined index: EXT_GROUP_Images [phpBB Debug] PHP Notice: in file [ROOT]/includes/acp/acp_attachments.php on line 1249: Undefined index: EXT_GROUP_Images [phpBB Debug] PHP Notice: in file [ROOT]/includes/acp/acp_attachments.php on line 1249: Undefined index: EXT_GROUP_Images [phpBB Debug] PHP Notice: in file [ROOT]/includes/acp/acp_attachments.php on line 1249: Undefined index: EXT_GROUP_Images [phpBB Debug] PHP Notice: in file [ROOT]/includes/acp/acp_attachments.php on line 1249: Undefined index: EXT_GROUP_Images [phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_acp.php on line 137: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3314) [phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_acp.php on line 137: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3314) [phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_acp.php on line 137: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3314)
david63 wrote: ↑Tue Dec 25, 2018 2:14 pm@Exabot - the problem appears to be with the extension name in the extension groups table - they should all be uppercase and yours are, or at least one of them, in upper first character with the rest lower case. Perhaps an extension has changes them or added another, or you have changed something.
root/includes/acp/acp_attachments.php
Find:
Code: Select all
'EXT_GROUP_NAME' => (!empty($extensions[$row['extension']]['group_name'])) ? $user->lang['EXT_GROUP_' . $extensions[$row['extension']]['group_name']] : '',
Code: Select all
'EXT_GROUP_NAME' => (!empty($user->lang[$extensions[$row['extension']]['group_name']])) ? $user->lang['EXT_GROUP_' . $extensions[$row['extension']]['group_name']] : $extensions[$row['extension']]['group_name'],