HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 26 October 2002 : 13:26:38
|
Not sure if this one has ben done, but, if you set the default forum properties to 'Show all open topics' you get an error on line 1434 of post_info.asp (line number most likely wrong) any way it is this line in the forum update query
strSql = strSql & ", F_DEFAULTDAYS = " & cLng("0" & Request.Form("DefaultDays"))
the problem is that setting ''Show all open topics' sets DefaultDays to -1 so you get cLng("0-1") which obviusly throws an error |
Edited by - Davio on 07 March 2003 21:09:25 |
|