Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: MOD Implementation
 Brinkster files needed with v3.4?
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

gibson
Starting Member

Netherlands
8 Posts

Posted - 24 August 2002 :  14:58:53  Show Profile  Visit gibson's Homepage
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  Show Profile  Visit Nathan's Homepage
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
Go to Top of Page

pweighill
Junior Member

United Kingdom
453 Posts

Posted - 24 August 2002 :  15:54:30  Show Profile
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
Go to Top of Page

gibson
Starting Member

Netherlands
8 Posts

Posted - 24 August 2002 :  16:50:30  Show Profile  Visit gibson's Homepage
Ok, Thanks for the info Nathan !

pweighill, thanks a lot, I'll give it a try
Go to Top of Page

gibson
Starting Member

Netherlands
8 Posts

Posted - 24 August 2002 :  18:02:09  Show Profile  Visit gibson's Homepage
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?
Go to Top of Page

gibson
Starting Member

Netherlands
8 Posts

Posted - 24 August 2002 :  18:21:12  Show Profile  Visit gibson's Homepage
--- UPDATE ---

I commented out the rs.close, and the error disappeared. Does this have any consequences?
Please let me know ! Thanks
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.33 seconds. Powered By: Snitz Forums 2000 Version 3.4.07