PDA

View Full Version : Daylight Savings Time adjust causing error


allandk
11-01-2004, 02:47 PM
when trying to log into my vba page the system starts to search for profile.php to adjust Daylight Savings Time.. the problem is obviously that profile.php is not present the vba directory but in the /forum directory and thus causing a "page not found error"

http://www.vbulletin.com/forum/showthread.php?t=119829

what to do ?

Brian
11-01-2004, 03:14 PM
Just go to the forums and adjust it from there.

Our Sponsors
 

allandk
11-01-2004, 03:23 PM
Just go to the forums and adjust it from there.

you misunderstand.. people are getting a "page not found" error due to the reasons i just explained

Brian
11-01-2004, 03:37 PM
Unless I'm just missing something in the code here it shouldn't do the correction on your CMPS pages. If you edit your footer template, search for "profile.php", and replace that with "$vboptions[bburl]/profile.php" that should fix the problem.

Our Sponsors
 

allandk
11-09-2004, 05:31 AM
Thanks Brian :)