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: usermgr.php  (Read 5130 times)

0 Members and 1 Guest are viewing this topic.

Coley@sw-cc.com

  • Coppermine newbie
  • Offline Offline
  • Posts: 1
usermgr.php
« on: February 27, 2004, 10:30:59 pm »

when i click on the user link in admin mode it says page cannot be found.. why is this?? the link goes to usermgr.php which is there and correct (i think).

thanks in advance

Coley
Logged

Rodinou

  • Contributor
  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 346
  • Tournicoti, Tournicota
    • http://www.sortons.net
usermgr.php
« Reply #1 on: February 27, 2004, 10:56:58 pm »

I have the same pb : this file has too many requests (I have impression it scann ALL the users before showing the page) and I cannot see the users, I have too many !! (over 500 !!!)

Casper

  • VIP
  • Coppermine addict
  • ***
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 5231
usermgr.php
« Reply #2 on: February 27, 2004, 10:55:43 pm »

It should work.  Assuming you havn't changed anything, try re-uploading a new copy of index.php and usermgr.php, just in case somethings become corrupt.
Logged
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

borru

  • Coppermine newbie
  • Offline Offline
  • Posts: 12
usermgr.php
« Reply #3 on: February 14, 2005, 02:26:55 pm »

is it possible somehow to let the anonymous people to see userlist on  usermgr.php ?


borru-
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: usermgr.php
« Reply #4 on: February 14, 2005, 05:23:00 pm »

@borru: don't try to hijack this thread, your question is not related. To make the memberlist available for everybody (not recommended), edit themes/yourtheme/theme.php, find
Code: [Select]
if (!USER_ID || !$CONFIG['allow_memberlist']) {and replace with
Code: [Select]
if (!$CONFIG['allow_memberlist']) {This applies only to cpg1.3.x, which is why your question is totally off on this sub-board (which deals with cpg1.2.x).

Joachim
Logged
Pages: [1]   Go Up
 

Page created in 0.021 seconds with 18 queries.