Author |
Topic  |
CoarsefishAnton
New Member

73 Posts |
Posted - 24 June 2004 : 22:56:03
|
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 |
|
CoarsefishAnton
New Member

73 Posts |
Posted - 25 June 2004 : 15:02:44
|
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..... |
 |
|
masterao
Senior Member
   
Sweden
1678 Posts |
Posted - 25 June 2004 : 15:44:19
|
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 |
 |
|
CoarsefishAnton
New Member

73 Posts |
Posted - 25 June 2004 : 16:21:49
|
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..... |
 |
|
masterao
Senior Member
   
Sweden
1678 Posts |
Posted - 25 June 2004 : 18:28:17
|
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 |
 |
|
CoarsefishAnton
New Member

73 Posts |
Posted - 26 June 2004 : 00:44:29
|
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..... |
 |
|
laser
Advanced Member
    
Australia
3859 Posts |
Posted - 26 June 2004 : 01:06:21
|
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 ? |
 |
|
CoarsefishAnton
New Member

73 Posts |
Posted - 26 June 2004 : 01:10:20
|
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 |
 |
|
laser
Advanced Member
    
Australia
3859 Posts |
Posted - 26 June 2004 : 01:36:15
|
OK, simple question first ... what or how many MODs had you installed previously before this attempt ? Did you have ANY customisations at all ? |
 |
|
CoarsefishAnton
New Member

73 Posts |
Posted - 26 June 2004 : 01:53:44
|
Hi Laser I had Bens attachment, and avatars, also newsletter, |
************************** Explain it like I'm a five year old..... |
 |
|
laser
Advanced Member
    
Australia
3859 Posts |
Posted - 26 June 2004 : 03:17:50
|
OK, so I think you're just going to have to continue on ... fixing each problem as it comes up. |
 |
|
CoarsefishAnton
New Member

73 Posts |
Posted - 26 June 2004 : 05:14:35
|
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..... |
 |
|
PeeWee.Inc
Senior Member
   
United Kingdom
1893 Posts |
Posted - 26 June 2004 : 05:39:35
|
Can you post the code from line 530 to 540 from inc_header.asp  |
De Priofundus Calmo Ad Te Damine |
 |
|
CoarsefishAnton
New Member

73 Posts |
Posted - 26 June 2004 : 13:37:42
|
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..... |
 |
|
laser
Advanced Member
    
Australia
3859 Posts |
Posted - 26 June 2004 : 17:19:23
|
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. |
 |
|
Topic  |
|