Author |
Topic  |
|
dacumen
Starting Member
25 Posts |
Posted - 02 July 2003 : 16:34:30
|
I'm using Snitz 3.4.3 with the avatar mod and the new events calender mod. tryign to install the link manager mod.
Everything went smoothly up until I replaced the three principle files. Updated the database using the included update tool, uploaded the new files..everything's fine. But when I replace hese files:
admin_home.asp inc_func_posting.asp inc_header.asp
I get an ambiguous 500 error on ever page of the forum. The whole thing just dies.
Having trouble guessing where to go to get more detailed information on what's going wrong.
the forum is currently running with all files in place, but without the three files modifies at http://www.partyutah.com/forums.
the offending files can be viewed at
http://www.partyutah.com/forums/updates/admin_home.txt http://www.partyutah.com/forums/updates/inc_func_posting.txt http://www.partyutah.com/forums/updates/inc_header.txt
obviously the real versions are .asp and are in the same folder. I created text version for easy viewing.
Checked my mods and it looks to me like I followed the mod instructions to the letter. Perhaps the mods are interfering?
Any hints on how to start debugging this would be awesome.
Thanks in advance.
|
|
masterao
Senior Member
   
Sweden
1678 Posts |
|
dacumen
Starting Member
25 Posts |
Posted - 02 July 2003 : 21:26:18
|
Great!
Ok, here's the error that's returned when I go to the forum.
Microsoft VBScript compilation error '800a0401'
Expected end of statement
/forums/inc_header.asp, line 509
Response.Write " |" & vbNewline & _ ---------------^
|
Edited by - dacumen on 02 July 2003 21:49:17 |
 |
|
OneWayMule
Dev. Team Member & Support Moderator
    
Austria
4969 Posts |
|
Bookie
Average Member
  
USA
856 Posts |
Posted - 03 July 2003 : 15:07:59
|
I think the problem is you're using an older mod for a newer version of the forum. You shouldn't have replaced those files, rather modified each one of the files with the code changes. That mod was written for 3.1 SR 4, I believe, so the replacement files were actually modified 3.1 SR 4 files with the code changes. Restore your original files and add the code changes. If you changed any of these files because of the other mods you added, you may have to redo those code changes unless you backed up the files prior to replacing them. Understand?
Bookie |
Participate in my nonsense |
 |
|
dacumen
Starting Member
25 Posts |
Posted - 03 July 2003 : 15:52:27
|
quote: Originally posted by OneWayMule
Can you post a link to a .txt version of your inc_header.asp?
http://www.partyutah.com/forums/updates/inc_header.txt
Actually, when I say i replaced the subject files, I mean I backed up the active files, modified those files with the changes recommended, then replaced the unmodified files with the ones I'd just changed. So
admin_home.asp inc_func_posting.asp inc_header.asp
are current versions, just modified as described in the readme of this mod. |
 |
|
Bookie
Average Member
  
USA
856 Posts |
Posted - 03 July 2003 : 15:56:51
|
Remove the response.write from line 509 but leave everything else. With the & _ on the line before, you don't need the response.write. Or you could remove the & _ from line 508. |
Participate in my nonsense |
 |
|
dacumen
Starting Member
25 Posts |
Posted - 03 July 2003 : 16:56:14
|
I actually moved the "response.write" down to the front of row 511 and it worked. Removing it entirely didn't. Thanks for your help guys. |
 |
|
|
Topic  |
|