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???
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.
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???
When you replace the bridge file, did you remember to edit it first, the same as you did with the original?
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/');
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/');
D'oh, now I feel really stupid. :-[ :-[
Thanks again Casper, I will have to put this one down to my total stupidity.