This problem arises when Coppermine is integrated with phpBB2.
When you click on 'Users' in the admin area usermgr.php tries to redirect you to the admin area of phpBB. The problem arises from the fact that phpBB admin requires a valid session id in order to confirm admin status and if it doesn't get the session id it returns a 404 error. Coppermine doesn't seem to use session ids and consequently can't return them to phpBB.
Any fixes?
same here :roll:
that's only a theoretical (or cosmetical) error: what's the point of clicking on "users" in coppermine admin menu when user management is done by phpbb? The menu item "users" is only used when running coppermine "standalone" (without bbs integration) and only shows when the coppermine admin is logged in. You're free to remove it from showing up (in theme.php comment out<td class="admin_menu"><a href="usermgr.php" title="">{USERS_LNK}</a></td>
to become<!--<td class="admin_menu"><a href="usermgr.php" title="">{USERS_LNK}</a></td>-->
to get rid of this menu item).
What exactly do you want to be fixed?
GauGau