Server Error 500 Displaying Playoff Results

Post here to discuss topics relate to the 4.x version for the ASP Football Pool software program. All support topics should go here.
Post Reply
infobrkr
Posts: 7
Joined: Fri Sep 15, 2017 4:20 pm

Server Error 500 Displaying Playoff Results

Post by infobrkr »

Hoping someone has a suggestion by tomorrow's first game but ....
I'm still using Access db and updated it with new version of playoffschedule table and 2023 dates (it worked last year). Schedule appears fine, picks form appears fine. But I get a Server Error 500 resource not available @ UPDATE or from the playoffs menu --> results. The picks are saved (going back into the form holds the original radio buttons. I have no problem with the weekly picks or results and the code looks exactly the same. I ran a trace and it seems the user list array is the culprit?
Appreciate any insight. I've been looking at this all week.

Tracing the error shows:
268. -ASP_SCRIPT_TRACE_COM_CALL_START
FilePath ...\PLAYOFFSPICKRESULTS.ASP
LineNumber 155
CurrentStatement users(i).setData(list(i))
SizeOfStatement 25
0 ms
Verbose
269. -ASP_SCRIPT_TRACE_START
FilePath ...\INCLUDES\CONFIG.ASP
0 ms
ERROR
270. -ASP_LOG_ERROR
LineNumber 616

ErrorCode 800a005e
Description Invalid use of Null: 'Replace'

0 ms
Verbose
271. -ASP_SCRIPT_TRACE_END
FilePath ...\PLAYOFFSPICKRESULTS.ASP
0 ms
Verbose
272. -ASP_SCRIPT_TRACE_COM_CALL_END
FilePath ...\PLAYOFFSPICKRESULTS.ASP
LineNumber 155
CurrentStatement users(i).setData(list(i))
SizeOfStatement 25
Post Reply