PDA

View Full Version : Where and when (or how) is profile.php?do=dst called?


boatdesign
12-15-2006, 08:47 PM
I'm using the vbulletin header/footer on my photopost gallery. Everything works great, except that today a member complained that no matter what they do they are being redirected to:
/gallery/showphoto.php/photo/7329/limit/profile.php?do=dst

which obviously doesn't exist.

This doesn't happen for my username or a guest, but sure enough, logging in as them it does trip it every time.

Where exactly is that profile.php?do=dst being called relative to the user visiting? I assume I can fix it by simply coding the URL so it calls the /forums/profile.php file that actually exists :)