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: [Solved]: usermgr.php fault.  (Read 4067 times)

0 Members and 1 Guest are viewing this topic.

clothahump

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 42
[Solved]: usermgr.php fault.
« on: July 05, 2004, 10:09:53 pm »

Hi Guys.

Another small problem had raised its ugly head, when clicking on Users or Memberlist I am taken to http://www.photochallenge.org.uk/gallery/usermgr.php which comes up as a 404 Page not Found.
Any ideas???
« Last Edit: July 06, 2004, 09:01:37 am by GauGau »
Logged

Casper

  • VIP
  • Coppermine addict
  • ***
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 5231
Re: usermgr.php fault.
« Reply #1 on: July 05, 2004, 11:13:55 pm »

 I also found login and register get the same 404 message.
First, are these files on your server.
This may be to do with your bridge file. Have you done anything with the bridge lately.  Have you actually yested this since you bridged.
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

clothahump

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 42
Re: usermgr.php fault.
« Reply #2 on: July 05, 2004, 11:38:45 pm »

All I did was replace the bridge file as instructed, eveything else seems OK, the files are definately on the server.
Error also occurs on my profile button, all these functions should take me to the forum back end I think???
Logged

Casper

  • VIP
  • Coppermine addict
  • ***
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 5231
Re: usermgr.php fault.
« Reply #3 on: July 05, 2004, 11:42:53 pm »

When you replace the bridge file, did you remember to edit it first, the same as you did with the original?
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

clothahump

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 42
Re: usermgr.php fault.
« Reply #4 on: July 06, 2004, 12:00:54 am »

Yes, points to forum OK.

// The web path to your Invision Board directory
// In this example http://yoursite_name.com/ivboard/
define('IB_WEB_PATH', 'http://www.photochallenge.org.uk/forum/');
Logged

Casper

  • VIP
  • Coppermine addict
  • ***
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 5231
Re: usermgr.php fault.
« Reply #5 on: July 06, 2004, 12:09:41 am »

The unaltered bridge looks like this;

Code: [Select]
// The web path to your Invision Board directory
// In this example http://yoursite_name.com/ivboard/
define('IB_WEB_PATH', '/ivboard/');

So your code should be;

Code: [Select]
// The web path to your Invision Board directory
// In this example http://yoursite_name.com/ivboard/
define('IB_WEB_PATH', '/forum/');
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

clothahump

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 42
Re: usermgr.php fault.
« Reply #6 on: July 06, 2004, 12:19:03 am »

D'oh, now I feel really stupid.  :-[ :-[
Thanks again Casper, I will have to put this one down to my total stupidity.
Logged
Pages: [1]   Go Up
 

Page created in 0.019 seconds with 19 queries.