in a customers phpBB installation 3.0.10 the admin is not able to edit a post of another user when this has attachments. These do not belong to the admin user. So they are treated as not_orphan and a NO_ACCESS_ATTACHMENT error is triggerd in 'includes/message_parser.php' line 1603:
1603 if (sizeof($not_orphan))
1604 {
1605 trigger_error('NO_ACCESS_ATTACHMENT', E_USER_ERROR);
1606 }
Is it possible to disable this 'not_orphan' check for an admin user? Shouldn`t the admin able to edit a post like this?
Maybe this is related to this bug: http://tracker.phpbb.com/browse/PHPBB3-9789 ?
Would be great to get a solution for this
TIA
Best regards!
skygate