coppermine-gallery.com/forum

Support => Older/other versions => cpg1.3.x Support => Topic started by: clothahump on July 05, 2004, 10:09:53 PM

Title: [Solved]: usermgr.php fault.
Post by: clothahump 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???
Title: Re: usermgr.php fault.
Post by: Casper 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.
Title: Re: usermgr.php fault.
Post by: clothahump 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???
Title: Re: usermgr.php fault.
Post by: Casper 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?
Title: Re: usermgr.php fault.
Post by: clothahump 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/');
Title: Re: usermgr.php fault.
Post by: Casper on July 06, 2004, 12:09:41 AM
The unaltered bridge looks like this;

// 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;

// The web path to your Invision Board directory
// In this example http://yoursite_name.com/ivboard/
define('IB_WEB_PATH', '/forum/');
Title: Re: usermgr.php fault.
Post by: clothahump 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.