| | | Forum Newbie
       
Group: Forum Members Last Login: 5/15/2008 12:28:06 PM Posts: 2, Visits: 18 |
| I'm having the same issue as well, the log viewer doesn't show any current logs if I try to pick a recent date.
If I pick Apr 1 to Apr 30 (last month).... it shows me stuff from Jan 4, Jan 5, Jan 6... which leads to believe this is some sort of date format issue (4/1/2008) vs (1/4/2008).
We're in Canada and we have English(Canada) set for time/date formatting set in the Regional and Language Options.
|
| | | | Forum Newbie
       
Group: Forum Members Last Login: 7/15/2008 9:56:11 AM Posts: 2, Visits: 5 |
| | Hi, I was suffering with the same problem, to get round this i had to edit the LogViewerDetails.asp in the FTP folder the 2 lines that i changed were line 191: start = sMonth + "/" + sDay + "/" + d.getFullYear(); TO start = sDay + "/" + sMonth + "/" + d.getFullYear(); and Line 214: end = sMonth + "/" + sDay + "/" + d.getFullYear(); TO end = sDay + "/" + sMonth + "/" + d.getFullYear(); This fixed the issue for the UK date issue in the log files. hopefully Ipswitch may fix this in an update at some point. Don't forget to back up the original file first just in case.  Steve. |
| | | | Forum Newbie
       
Group: Forum Members Last Login: 7/1/2008 11:04:56 AM Posts: 4, Visits: 7 |
| | As i've just downloaded 6.1 after buying it, I assume this is not likely to be fixed in the near future ? My servers are in the UK, but unless I use US date format in the log viewer, i get no records, which really isn't acceptable. ian |
| | | | Forum Newbie
       
Group: Forum Members Last Login: 7/15/2008 9:56:11 AM Posts: 2, Visits: 5 |
| | Hi Ianb, Take a look at my post which is the one before yours, this fixed the issue for me and is running fine. OK it is a bit of a hack and you should not have to do it, but needs must, and the log is useless otherwise. Steve. |
| |
|
|