Author |
Topic |
|
gibson
Starting Member
Netherlands
8 Posts |
Posted - 24 August 2002 : 14:58:53
|
Does the brinkster files mod, still apply to the new v3.4? I haven't used it yet, but I'm getting an error.
I get the error when I click on 'profile' at the top. It does show every input field, but at the bottom I get this:
Microsoft VBScript runtime error '800a01a8' Object required: 'rs' /(my username)/forum/pop_profile.asp, line 1613
The error is in the last few lines of pop_profile.asp. Line 1613 is marked in red:
'on error resume next rs.close set rs=nothing if not(strUseExtendedProfile) then WriteFooterShort Response.End else WriteFooter Response.End end if %> Note: The "on error move next" must be commented out, in order to upload to brinkster. Otherwise it will be denied.
Looks like I need a Rs.Open statement, but the question is... where and what should it be? Could someone help me out? Thanks in advance! |
|
Nathan
Help Moderator
USA
7664 Posts |
Posted - 24 August 2002 : 15:14:40
|
The brinkster files will not work for 3.4
3.4 may work with Brinkster without any modificaations, I don't know. But I do know the old files will not work. |
Nathan Bales CoreBoard | Active Users Download |
|
|
pweighill
Junior Member
United Kingdom
453 Posts |
Posted - 24 August 2002 : 15:54:30
|
With verson 3.4.01
Edit post_info.asp
After line 1815 add on error goto 0 After line 1793 add on error goto 0
inc_mail.asp & testemailcomponent.asp also have "on error resume next" problems as well but there are too many to list here |
|
|
gibson
Starting Member
Netherlands
8 Posts |
Posted - 24 August 2002 : 16:50:30
|
Ok, Thanks for the info Nathan !
pweighill, thanks a lot, I'll give it a try
|
|
|
gibson
Starting Member
Netherlands
8 Posts |
Posted - 24 August 2002 : 18:02:09
|
It almost worked... Now when I click on the profile link, I get a login screen with the same error. The profile page itself doesn't show the error anymore.
I changed all the files which brinkster denied in the first attempt, and replaced all the "on error resume next" lines with the line "on error goto 0". No luck, unfortunately....
Could it be something else? |
|
|
gibson
Starting Member
Netherlands
8 Posts |
Posted - 24 August 2002 : 18:21:12
|
--- UPDATE ---
I commented out the rs.close, and the error disappeared. Does this have any consequences? Please let me know ! Thanks |
|
|
|
Topic |
|