Author |
Topic |
|
Shep
New Member
74 Posts |
Posted - 29 June 2001 : 13:08:44
|
Can someone take a look at my post_info.asp http://www.calvarycentral.org/cgi-bin/snitz/post_info.asp and tell me why I do not get a confirmation and my post is not written?
Thank you, Shep
Edited by - Shep on 29 June 2001 14:18:07
Edited by - Shep on 29 June 2001 14:18:56
Edited by - Shep on 29 June 2001 14:19:37 |
|
Shep
New Member
74 Posts |
Posted - 29 June 2001 : 13:48:39
|
quote:
Can someone take a look at my post_info.asp http://www.calvarycentral.org/cgi-bin/snitz/post_info.asp and tell me why I do not get a confirmation and my post is not written?
Thank you, Shep
I uploaded a working post_info.asp and this is the error I get:
Error Type: Microsoft VBScript compilation (0x800A03EA) Syntax error /cgi-bin/snitz/post_info.asp, line 1558
Browser Type: Mozilla/4.0 (compatible; MSIE 6.0b; Windows 98; Win 9x 4.90)
Page: POST 417 bytes to /cgi-bin/snitz/post_info.asp
POST Data: ++++od_Type=Topic&Type=&REPLY_ID=&TOPIC_ID=&FORUM_ID=4&CAT_ID=2&Author=&Mod_ID=&Cat_Title=+&FORUM_Title=Central+News&Topic_Title=+&M=&Refer=http%3A%2F%2Fwww.calvarycentral.org%2Fcgi-bin%2Fsnitz%2Fforu . .
Please help! users cannot post.
Shep
|
|
|
Davio
Development Team Member
Jamaica
12217 Posts |
Posted - 29 June 2001 : 15:31:31
|
You need to post a link to a txt version of your post_info.asp file, so we can see the code.
Also what is on your line 1558? Would also be helpful to post like the first 10 lines of code before it too.
- David |
|
|
Shep
New Member
74 Posts |
Posted - 29 June 2001 : 16:34:15
|
Here a link to the post_info.txt filehttp://www.calvarycentral.org/cgi-bin/snitz/post_info.txt
And here is the area that is causing the problem:
1553 <p align="center"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>"><a href="<% =Request.Form("refer")%>">Back To Forum</font></a></p> 1554 1555 <!--#INCLUDE FILE="inc_footer.asp" --> 1556 <% 1557 Response.End 1558 else 1559 %> 1560 <p align="center"><font face="<% =strDefaultFontFace %>" size="<% =strHeaderFontSize %>">There has been a problem!</font></p>
Thanks so much for your help - my forum is at a stnadstill right now...
Shep
|
|
|
Davio
Development Team Member
Jamaica
12217 Posts |
Posted - 29 June 2001 : 17:04:42
|
From line 1507 straight to the end of the file, delete all that code. This is the starting of line 1507:") case "Category" Response.Write("New Category Created!")... Start from there and delete the rest of the code. You duplicated some of the code over again and caused a mess.
- David |
|
|
Shep
New Member
74 Posts |
Posted - 29 June 2001 : 17:34:21
|
quote:
From line 1507 straight to the end of the file, delete all that code. This is the starting of line 1507:") case "Category" Response.Write("New Category Created!")... Start from there and delete the rest of the code. You duplicated some of the code over again and caused a mess.
- David
Does that include line #1507, 1508 and 1509 that you have listed here of after them? Thanks man!
Shep
|
|
|
Davio
Development Team Member
Jamaica
12217 Posts |
Posted - 29 June 2001 : 17:38:21
|
Yes, delete lines 1507 to the end of the file. What I showed there was lines 1507, 1508 and 1509.
- David |
|
|
Shep
New Member
74 Posts |
Posted - 29 June 2001 : 17:41:15
|
Davio,
deleted as you said - didn't solve the problem. I don't get the error message - but I do not get a confirmation - nor does the new topic post. Here again is the link for the post_info.txt http://www.calvarycentral.org/cgi-bin/snitz/post_info.txt
Thanks, Shep
|
|
|
Shep
New Member
74 Posts |
Posted - 29 June 2001 : 20:33:43
|
Davio, I have solved the problem. After making the necessary changes in post_info.asp I couldn't get a confirmation (see above). So, I uploaded a new post.asp and it works now.
Thanks for all your help.
BTW - off topic a bit but, do you know where the code for the "sliding menu" needs to be inserted in the default.asp for it to work? As/per/ eastpasco Site
Thanks Shep
|
|
|
|
Topic |
|