Author |
Topic  |
|
emral
Starting Member
2 Posts |
Posted - 07 May 2002 : 00:43:33
|
I changed members.asp
and when I clik on 'members' from the forum menu I get this
Microsoft VBScript compilation error '800a03f4'
Expected 'If'
/sf2k_v40_b03/members.asp, line 59
if trim(chkString(Request.QueryString("method"),"SQLString")) <> "" then SortMethod = trim(chkString(Request.QueryString("method"),"SQLString"))end ifSearchName = trim(chkString(Request("M_NAME"),"SQLString"))if SearchName = "" then SearchName = trim(chkString(Request.Form("M_NAME"),"SQLString"))end if srchUName = trim(chkString(Request("UserName"),"SQLString"))srchFName = trim(chkString(Request("FirstName"),"SQLString"))srchLName = trim(chkString(Request("LastName"),"SQLString"))srchInitial = trim(chkString(Request("INITIAL"),"SQLString")) if IsNumeric(srchUName) <> True then srchUName = "1"if IsNumeric(srchFName) <> True then srchFName = "0"if IsNumeric(srchLName) <> True then srchLName = "0"if IsNumeric(srchInitial) <> True then srchInitial = "0" mypage = trim(chkString(request("whichpage"),"SQLString")) ----------------------------------------------------------------------------------------------------------------------------------------------------^
url :http://www.bahisklavuz.com/sf2k_v40_b03/
can somebody check it please
|
|
RichardKinser
Snitz Forums Admin
    
USA
16655 Posts |
Posted - 07 May 2002 : 00:47:35
|
looks like when you pasted the code, it was all pasted on one line instead of multiple lines like it was shown in the message.
I believe Bozden added this fix to a patch that can be downloaded for the v4 beta you are currently using.
see here: http://forum.snitz.com/forum/topic.asp?TOPIC_ID=26782 |
 |
|
emral
Starting Member
2 Posts |
Posted - 07 May 2002 : 14:34:18
|
thanks Richard
|
 |
|
Deleted
deleted
    
4116 Posts |
Posted - 07 May 2002 : 20:26:07
|
quote:
I believe Bozden added this fix to a patch that can be downloaded for the v4 beta you are currently using.
Yes. The latest two security fixes are in patch004. You can follow the link in my signature...
Think Pink ==> Start Internationalization Here |
 |
|
|
Topic  |
|