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: General / Classic ASP versions(v3.4.XX)
 Topic (Subscript out of range) Error
 New Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

MaGraham
Senior Member

USA
1297 Posts

Posted - 10 February 2013 :  05:01:15  Show Profile  Reply with Quote

Yes, I have yet another error message!



Microsoft VBScript runtime error '800a0009'

Subscript out of range: 'rM_AVATAR'

/community/topic.asp, line 727




Here are lines 718 - 733



Reply_LastEdit = arrReplyData(rR_LAST_EDIT, iForum)
Reply_LastEditBy = arrReplyData(rR_LAST_EDITBY, iForum)
Reply_Sig = arrReplyData(rR_SIG, iForum)
Reply_Status = arrReplyData(rR_STATUS, iForum)
Reply_Date = arrReplyData(rR_DATE, iForum)
if CanShowSignature = 1 then
Reply_MemberSig = trim(arrReplyData(rM_SIG, iForum))
end if
if CanShowAvatar = 1 then
Reply_MemberAvatar = trim(arrReplyData(rM_AVATAR, iForum))
end if
if intI = 0 then
CColor = strAltForumCellColor
else
CColor = strForumCellColor
end if

"Do all the good you can, by all the means you can, in all the ways you can, at all the times you can, to all the people you can, as long as ever you can." - John Wesley

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 10 February 2013 :  06:04:00  Show Profile  Send ruirib a Yahoo! Message
I am sorry, but I don't really understand your current set of problems. Are you trying to setup a whole new forum, with no users, posts, etc? Because if you aren't and you are just moving the forum, I fail to see the need to go through all this - just get a copy of the forum files, change the connection string to point to the existing database and you are done. If you need to move the database, as well, a database dump will do it and your host should be competent enough to accomplish it.

Either I am missing something or you are just wasting your own time and patience with this.



Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

MaGraham
Senior Member

USA
1297 Posts

Posted - 10 February 2013 :  06:28:12  Show Profile

This is on a completely different domain and is a whole new forum that will be used as a temp site for now and then as a test site afterwards.


"Do all the good you can, by all the means you can, in all the ways you can, at all the times you can, to all the people you can, as long as ever you can." - John Wesley
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 10 February 2013 :  06:47:30  Show Profile  Send ruirib a Yahoo! Message
Can I ask again, why a temp site? Is your site inaccessible? What about the database server, is it down too? If not, wouldn't it be a good thing to use all your existing posts and add to them, in this temp site, without losing anything when your site is back?

If all the previous is correct, you can even just duplicate the database in the end and keep the current database for the testing site.


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

MaGraham
Senior Member

USA
1297 Posts

Posted - 10 February 2013 :  07:08:09  Show Profile

Yes, my domain and the database is inaccessible. But even if they weren't, I wouldn't want hundreds of posts on this test site.

But I greatly appreciate your concern.



"Do all the good you can, by all the means you can, in all the ways you can, at all the times you can, to all the people you can, as long as ever you can." - John Wesley

Edited by - MaGraham on 10 February 2013 07:08:53
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 10 February 2013 :  07:29:43  Show Profile  Send ruirib a Yahoo! Message
Well, I can't really understand how a hosting provider seems to take their servers offline for a number of days without offering an alternative themselves. They should have moved your site to an available server and the same applies to your database. If they know anything about their own business, that would have been quite easy and fast, for them.

Sorry to bother you, I will remove myself from the discussion now.


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

MaGraham
Senior Member

USA
1297 Posts

Posted - 10 February 2013 :  07:42:40  Show Profile

Well at least come back and help solve this issue! LOL

This hosting company is obviously not the ideal hosting company and that's putting it mildly! I am giving them one more chance but this is the absolute last!




"Do all the good you can, by all the means you can, in all the ways you can, at all the times you can, to all the people you can, as long as ever you can." - John Wesley
Go to Top of Page

Webbo
Average Member

United Kingdom
982 Posts

Posted - 10 February 2013 :  11:29:41  Show Profile  Visit Webbo's Homepage
I too am a bit confused here, if your hosts are moving you to another server then why couldn't they just copy your files and database over to the new server when ready, change config.asp if needed and then run setup.asp ?

The whole operation would have been reasonably seamless

Even if you had to do it yourself it would only means dumping the database and installing it on the new server, then copying the old files to the new server
Go to Top of Page

MaGraham
Senior Member

USA
1297 Posts

Posted - 10 February 2013 :  16:21:37  Show Profile


Let me further explain something to you guys. This hosting company will not allow me access to my own database in a way that will allow me to do a copy/backup. They have repeatedly tried to harass me into upgrading to a VPS account saying that's the only way they will allow those privileges. They give me access to the control panel but so much of it won't even work! And when I complain, I am told that I need to upgrade to a VPS account in order for those 'features' to work! Plus, they are not, in any way, competent enough for me to trust them with anything! There's no telling how LONG this move will take and/or if anything at all will work afterwards! I've been with them for over a year now and very little has the forum email worked during that entire time! And their latest excuse is that they need to move me to another server that has better ASP service! Arrgh! So, I am really at their mercy!

Now that we've got that settled (lol), is there someone who has time to help with this?

I really do appreciate your concern!


"Do all the good you can, by all the means you can, in all the ways you can, at all the times you can, to all the people you can, as long as ever you can." - John Wesley
Go to Top of Page

Carefree
Advanced Member

Philippines
4217 Posts

Posted - 11 February 2013 :  01:35:11  Show Profile
This one is fairly simple, you must have missed (or misplaced) part of the Avatar mod to "topic.asp". Either post a link to a text copy or send it to me.
Go to Top of Page

MaGraham
Senior Member

USA
1297 Posts

Posted - 11 February 2013 :  02:05:56  Show Profile
quote:
Originally posted by Carefree

This one is fairly simple, you must have missed (or misplaced) part of the Avatar mod to "topic.asp". Either post a link to a text copy or send it to me.



Check your email, Carefree.

THANK YOU!!



"Do all the good you can, by all the means you can, in all the ways you can, at all the times you can, to all the people you can, as long as ever you can." - John Wesley
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.28 seconds. Powered By: Snitz Forums 2000 Version 3.4.07