[Solved]: usermgr.php fault. [Solved]: usermgr.php fault.
 

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

Main Menu

[Solved]: usermgr.php fault.

Started by clothahump, July 05, 2004, 10:09:53 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

clothahump

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???

Casper

 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.
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

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???

Casper

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

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

Casper

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

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