![]() |
![]() |
This project is not completely dead. I've just started work on localisation. If you're getting a "Deprecated" error message, follow the instructions here URGENT Security Patch for ≤ v2.2.6 A security hole has been discovered, follow the instructions and download the patch at the topic page. Did the patch break your search page? Search Patch
|
![]() UPB Team Member
Posts: 837
Registered: 2006-11-22 |
Yup.........
Here's what I did. Logged off forums. Cleared cookies from computer. Restarted computer. Logged on to forums. Some threads highlighted as having new posts. So far so good. Read all threads. Closed browser Opened browser Forums marked with no new posts on front page. Open any forum, all threads marked as having new posts. I have pinned it down: If I login, view the forums, then close the browser without logging off,reopen the browser and view the forums (login details saved in cookie), the problem happens. If I logoff, then when I reopen the browser and login, there's no problem. However, doing this makes the Remember Me on the login page redundant. It does the same in both IE and Firefox myUPB Developer |
|
Last edited by: Clark on Jan 27, 2007 2:07:36 am
| |
![]() UPB Team Member
Posts: 1036
Registered: 2006-11-14 |
excellent thanks for the debug info.
Rebles: sorry man i commented out a piece of code of your that takes care of what he just described, i'll enable it and see what happens. Tim Hoeppner
UPB Programmer B. Sc. in Electrical Engineering |
![]() UPB Team Member
Posts: 837
Registered: 2006-11-22 |
Weird, it doesn't seem to happen anymore.
myUPB Developer |
![]() UPB Team Member
Posts: 893
Registered: 2006-11-14 |
It looks like enabling the bit of code I had fixed the problem
(btw Tim, what was that bit of code? *curious*) --Jerroyd Moore
Bachelors of Science, Computer Science 2011 Jack Baskin School of Engineering University of California, Santa Cruz |
![]() UPB Team Member
Posts: 1036
Registered: 2006-11-14 |
i'll talk to you on msn rebles.
Tim Hoeppner
UPB Programmer B. Sc. in Electrical Engineering |
![]() UPB Team Member
Posts: 1036
Registered: 2006-11-14 |
open up login.php and find the line containing:
fseek($v_file, (($_COOKIE["id_env"] - 1) * 14)); it should be around line 23, change this line to: fseek($v_file, (($r["id"] - 1) * 14)); Tim Hoeppner
UPB Programmer B. Sc. in Electrical Engineering |