Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: Clicking on Admin Users results in 404 error - phpBB2  (Read 2711 times)

0 Members and 1 Guest are viewing this topic.

Mike

  • Coppermine newbie
  • Offline Offline
  • Posts: 2
Clicking on Admin Users results in 404 error - phpBB2
« 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?
Logged

farmer

  • Coppermine newbie
  • Offline Offline
  • Posts: 10
Clicking on Admin Users results in 404 error - phpBB2
« Reply #1 on: November 18, 2003, 08:12:17 am »

same here  :roll:
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Clicking on Admin Users results in 404 error - phpBB2
« Reply #2 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
Code: [Select]
<td class="admin_menu"><a href="usermgr.php" title="">{USERS_LNK}</a></td>to become
Code: [Select]
<!--<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
Logged
Pages: [1]   Go Up
 

Page created in 0.016 seconds with 18 queries.