SPulley
Starting Member
USA
46 Posts |
Posted - 22 August 2002 : 19:18:10
|
I suggest that you set a default date for strAURecordDate other than all zeros.. When the forum has a date format that uses the month name (either long or medium), you'll get an error on the default page.. I tracked the error down to where the code writes the record number of visitors. It was trying to get monthname of 00 which will kill an asp script pretty quick. You might want to either add the current date into the DBS script, or make up a date, use your birthday, whatever.. Just don't use all zeros. Once the page succesfully loads, it will update with the date of the most recent record which is 1 and the current date.
The other fix which I ended up doing was to set my date format to a numbers only format then browse a few pages. I then went in and switched back to Med date with the monthname and it worked fine.
FYI
|
Have fun and be good!!
Shad Pulley www.mylargescale.com/forum |
|