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)
 Help! I made a hash of it
 New Topic  Topic Locked
 Printer Friendly
Next Page
Author Previous Topic Topic Next Topic
Page: of 2

CoarsefishAnton
New Member

73 Posts

Posted - 24 June 2004 :  22:56:03  Show Profile
Well we live and learn......I messed up installing a Mod, so I deleted the forum folder, and put my backed up forum folder back, I then uploaded only to be greeted by this....http://coarsefish.com/forum/
Can anyone tell from that what I have to do to put things back as they were?

Thanks in advance.

**************************
Explain it like I'm a five year old.....

OneWayMule
Dev. Team Member & Support Moderator

Austria
4969 Posts

Posted - 24 June 2004 :  23:31:15  Show Profile  Visit OneWayMule's Homepage  Send OneWayMule an ICQ Message
I get the following error:
Active Server Pages error 'ASP 0126' 

Include file not found 

/forum/Default.asp, line 567 

The include file 'privatemess.asp' was not found.


Simply upload the privatemess.asp from the Private Messages MOD.

My MODs:
Birthdays - Custom Policy - F.A.Q. Administration - Forum Rules - Guestbook
Links Manager - MyOwnGoogle - Profile Views - Search Log - WebSearch

Useful stuff:
Forum and MOD Installation - MOD Installation Guide - Snitz v3.4.05 Readme - Free ASP Hosts - Support Snitz
Go to Top of Page

CoarsefishAnton
New Member

73 Posts

Posted - 25 June 2004 :  15:02:44  Show Profile
Michael, I don't know what I've done here. I uploaded the file as you said and now I get this:

Microsoft VBScript compilation error '800a03f2'

Expected identifier

/forum/config.asp, line 99

Dim strShowModerators, strAllowForumCode, strIMGInPosts, strAllowHTML,

----------------------------------------------------------------------

Once I saw that the PM mod had gone wrong, I deleted the forum and put the backed up forum back, thinking it would simply return as it was before. Now I'm clueless.....well actually, more clueless than before!


**************************
Explain it like I'm a five year old.....
Go to Top of Page

masterao
Senior Member

Sweden
1678 Posts

Posted - 25 June 2004 :  15:44:19  Show Profile  Visit masterao's Homepage
What does the next line look like (line 100)? If it is emtpy, remove that stray ,, which is causing the error. If it isn't, you might have to remove the line-break so that they become a single line.

Jan
===========
FR Portal Forums | Active Users 4.0.20 Mod
Go to Top of Page

CoarsefishAnton
New Member

73 Posts

Posted - 25 June 2004 :  16:21:49  Show Profile
Thanks masterao
I removed the comma, now I get this:

Microsoft VBScript compilation error '800a0400'

Expected statement

/forum/inc_header.asp, line 533

" <a href=""search.asp"
^

**************************
Explain it like I'm a five year old.....
Go to Top of Page

masterao
Senior Member

Sweden
1678 Posts

Posted - 25 June 2004 :  18:28:17  Show Profile  Visit masterao's Homepage
That sounds like you are missing a response.write for that line, or it could be missing a & _ on line 532.

Jan
===========
FR Portal Forums | Active Users 4.0.20 Mod
Go to Top of Page

CoarsefishAnton
New Member

73 Posts

Posted - 26 June 2004 :  00:44:29  Show Profile
I don't understand what's happened. I deleted the forum and installed a backed up copy. Am I going to be able to recover this on the face of it?

**************************
Explain it like I'm a five year old.....
Go to Top of Page

laser
Advanced Member

Australia
3859 Posts

Posted - 26 June 2004 :  01:06:21  Show Profile
Looks like your backup process wasn't that good. Usually by resorting to a backup you just loose all the functionality you've injected since the last backup.

You should be able to recover from this, it's just a question of how many changes do you need for it to work ?
Go to Top of Page

CoarsefishAnton
New Member

73 Posts

Posted - 26 June 2004 :  01:10:20  Show Profile
Any help in where to start from anyone? Please?


**************************
Explain it like I'm a five year old.....

Edited by - CoarsefishAnton on 26 June 2004 01:54:09
Go to Top of Page

laser
Advanced Member

Australia
3859 Posts

Posted - 26 June 2004 :  01:36:15  Show Profile
OK, simple question first ... what or how many MODs had you installed previously before this attempt ? Did you have ANY customisations at all ?
Go to Top of Page

CoarsefishAnton
New Member

73 Posts

Posted - 26 June 2004 :  01:53:44  Show Profile
Hi Laser
I had Bens attachment, and avatars, also newsletter,

**************************
Explain it like I'm a five year old.....
Go to Top of Page

laser
Advanced Member

Australia
3859 Posts

Posted - 26 June 2004 :  03:17:50  Show Profile
OK, so I think you're just going to have to continue on ... fixing each problem as it comes up.
Go to Top of Page

CoarsefishAnton
New Member

73 Posts

Posted - 26 June 2004 :  05:14:35  Show Profile
Ok, I'm ready for the haul. So I need to sort this one out next:

Microsoft VBScript compilation error '800a0400'

Expected statement

/forum/inc_header.asp, line 533

" <a href=""search.asp"
^

**************************
Explain it like I'm a five year old.....
Go to Top of Page

PeeWee.Inc
Senior Member

United Kingdom
1893 Posts

Posted - 26 June 2004 :  05:39:35  Show Profile  Visit PeeWee.Inc's Homepage
Can you post the code from line 530 to 540 from inc_header.asp

De Priofundus Calmo Ad Te Damine
Go to Top of Page

CoarsefishAnton
New Member

73 Posts

Posted - 26 June 2004 :  13:37:42  Show Profile
here it is PeeWee:
I've gone down to the end (549)just in case
************************************

else
allGroupCatData = rsgroups.GetRows(adGetRowsRest)
recGroupCatCount = UBound(allGroupCatData, 2)
end if
rsgroups.Close
set rsgroups = nothing
end if

'<ben's attachment mod>
'if the ASPSmartUpload object is being used to process form input, this function will fetch the requested
'form value from it. Otherwise, it will fetch it from the Request.Form object.
function getFormValue(sName)
if isObject(oUpload) then
getFormValue = oUpload.Form(sName)
else
getFormValue = request.Form(sName)
end if
end function
'</ben's attachment mod>
%>

**************************
Explain it like I'm a five year old.....
Go to Top of Page

laser
Advanced Member

Australia
3859 Posts

Posted - 26 June 2004 :  17:19:23  Show Profile
If you had an error at line 533 in inc_header.asp, and you were asked to post the code for lines 530-540 of the same file, but you went down to 549 instead, where is this line :

" <a href=""search.asp"

that is the error at line 533 ?

I guess you're either using the wrong file, or you posted the wrong lines.
Go to Top of Page
Page: of 2 Previous Topic Topic Next Topic  
Next Page
 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.37 seconds. Powered By: Snitz Forums 2000 Version 3.4.07