Clicking on Admin Users results in 404 error - phpBB2 Clicking on Admin Users results in 404 error - phpBB2
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Clicking on Admin Users results in 404 error - phpBB2

Started by Mike, November 14, 2003, 01:21:12 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Mike

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?

farmer


Joachim Müller

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