coppermine-gallery.com/forum

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: Mike on November 14, 2003, 01:21:12 AM

Title: Clicking on Admin Users results in 404 error - phpBB2
Post by: Mike on November 14, 2003, 01:21:12 AM
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?
Title: Clicking on Admin Users results in 404 error - phpBB2
Post by: farmer on November 18, 2003, 08:12:17 AM
same here  :roll:
Title: Clicking on Admin Users results in 404 error - phpBB2
Post by: Joachim Müller on November 18, 2003, 08:24:19 AM
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