Author |
Topic |
|
Lon
Starting Member
USA
47 Posts |
Posted - 13 May 2008 : 18:17:22
|
I've installed the PM MOD and it seems to function well, however if I clear my cookies, log in, and enter the "Private Messages" I get the following error.
Cookies object error 'ASP 0200 : 80004005' Out of Range 'Expires' attribute /pm_view.asp, line 66 The date and time given for 'Expires' precedes Jan 1, 1980 or excedes Jan 19, 2038, 3:14:07 GMT.
I have commented out line (66) and it works now. Do anyone see a need to keep that line from pm_view.asp?
65 Response.Cookies(strCookieURL & "paging")("outbox") = "double" 66 'Response.Cookies(strCookieURL & "paging").Expires = dateAdd("d", 360, strTimeAdjust) 67 end if < |
Edited by - Lon on 13 May 2008 18:17:56 |
|
leatherlips
Senior Member
USA
1838 Posts |
|
Lon
Starting Member
USA
47 Posts |
Posted - 13 May 2008 : 18:58:00
|
I found the problem. I copied the modified file from the 'PM Block List' add-on. I never looked at it because it was an add-on mod, wouldn't you think that it would be the same, except for the mods? I copied the original file and modified it.
Thanks for your help.
Lon< |
|
|
leatherlips
Senior Member
USA
1838 Posts |
|
|
Topic |
|