Author |
Topic |
|
Chris Yew
Junior Member
134 Posts |
Posted - 29 December 2002 : 10:31:29
|
Hi,
I've just installed the NEW EVENTS CALENDAR MOD FOR SNITZ 3.4.03 beta on my Snitz forum Ver 3.4.03.
Whenever I click the New Event and New Topic, it displays the following;
HTTP 500 - Internal server error Internet Explorer
May I know what goes wrong? Pls help.
Thank you.
Chris Yew
|
|
Hamlin
Advanced Member
United Kingdom
2386 Posts |
Posted - 29 December 2002 : 10:34:58
|
Try doing this in IE...
Tools > Internet Options > Advanced > un-tick "Show friendly HTTP error messages
You should get a more detailed error message. |
Edited by - Hamlin on 29 December 2002 10:35:38 |
|
|
Chris Yew
Junior Member
134 Posts |
Posted - 29 December 2002 : 20:32:19
|
Hi Halim, Done that and it shows error at my post.asp;
"expected End at line 1668"
Here's the link to my post.asp; http://www.bettaclub.org.sg/post.txt
Before this Calendar Mod, I've just done the mod. for Poll Mod, Photo Album and Avatar and Avatar Addon. Wonder if it's the Poll Mod that's conflict with the Calendar Mod? Any idea how to resolve it?
Thank you.
Chris Yew
|
Edited by - Chris Yew on 30 December 2002 04:18:34 |
|
|
Chris Yew
Junior Member
134 Posts |
Posted - 30 December 2002 : 01:23:12
|
Hi Red1 and all,
I've now installed the New Calendar Mod (I've already got the Poll Mod done), and after I clicked the New Event or New Topic, the size of the forum widen as seen in this screenshot;
The part that I'm confused is the post.asp here;
strRqMethod = "EditTopic" or strRqMethod = "Topic" or strRqMethod = "TopicQuote" then
Response.Write " <tr>" & vbNewLine Response.Write " <td bgColor=""" & strPopUpTableColor & """ noWrap vAlign=""top"" align=""right""><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """><b>" & vbNewLine if strRqMethod = "Topic" or strRqMethod = "EditTopic" then if Request.QueryString("poll") = "1" then Response.Write "Poll Question:" else Response.Write "Message:" end if else Response.Write "Message:" end if Response.Write "</b><br />" & vbNewLine if Request.QueryString("event")="1" or isevent="1" then Response.Write " <td bgColor=""" & strPopUpTableColor & """ noWrap vAlign=""top"" align=""right""><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """><b>" & strCalEventDetails & "</b><br />" & vbNewLine else Response.Write " <td bgColor=""" & strPopUpTableColor & """ noWrap vAlign=""top"" align=""right""><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """><b>Message:</b><br />" & vbNewLine end if Response.Write " <br />" & vbNewLine & _ " <table border=""0"">" & vbNewLine & _ " <tr>" & vbNewLine & _
Not so sure if it's the above that causes the offset in screensize? Pls help. Thank you.
Here's the link to my actual running forum; http://www.bettaclub.org.sg/forum/
Chris Yew
|
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 30 December 2002 : 04:24:36
|
Chris, please don't post your Topic titles in capital letters. |
|
|
Chris Yew
Junior Member
134 Posts |
Posted - 30 December 2002 : 06:44:44
|
Sorry about that.
Chris Yew
quote: Originally posted by HuwR
Chris, please don't post your Topic titles in capital letters.
|
|
|
Chris Yew
Junior Member
134 Posts |
Posted - 30 December 2002 : 08:22:23
|
Well, seems to be OK now. Change the code to as follows;
strRqMethod = "EditTopic" or strRqMethod = "Topic" or strRqMethod = "TopicQuote" then
Response.Write " <tr>" & vbNewLine Response.Write " <td bgColor=""" & strPopUpTableColor & """ noWrap vAlign=""top"" align=""right""><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """><b>" & vbNewLine if strRqMethod = "Topic" or strRqMethod = "EditTopic" then if Request.QueryString("poll") = "1" then Response.Write "Poll Question:" else if Request.QueryString("event")="1" or isevent="1" then Response.Write "<font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """><b>" & strCalEventDetails & "</b><br />" & vbNewLine else Response.Write "Message:" end if end if
end if Response.Write "</b><br />" & vbNewLine
Response.Write " <br /><table border=""0"" cellpadding=0 cellspacing=0 width=""100%"">" & vbNewLine & _ " <tr>" & vbNewLine & _ " <td align=""left"" nowrap><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """>" & vbNewLine if strAllowHTML = "1" then Response.Write " * HTML is ON<br />" & vbNewLine else Response.Write " * HTML is OFF<br />" & vbNewLine end if if strAllowForumCode = "1" then Response.Write " * <a href=""JavaScript:openWindow6('pop_forum_code.asp')"" tabindex=""-1"">Forum Code</a> is ON<br />" & vbNewLine else Response.Write " * Forum Code is OFF<br />" & vbNewLine end if if strIcons = "1" and strShowSmiliesTable = "1" then if strRqMethod = "Edit" or strRqMethod = "EditTopic" or _ strRqMethod = "Reply" or strRqMethod = "ReplyQuote" or _ strRqMethod = "Topic" or strRqMethod = "TopicQuote" then
Will try out to see if it's ok.
Thank you.
Chris Yew
|
|
|
jwhitcom
Starting Member
USA
1 Posts |
Posted - 30 December 2002 : 18:27:58
|
Has anyone noticed an extremely long delay (1+ min.) when loading pages with calendars in Netscape? The table structure of the calendar seems to break down somewhere.
Screen Shot:
|
|
|
hmmm
Starting Member
35 Posts |
Posted - 01 January 2003 : 18:28:59
|
hi, I have found some other small issues regarding the event calendar. When and event is not veiwable to a person due to forum restrictions. the list doesn't show event(in upcoming or recent) but the day on the small calendar is still highlighted as if there is an event. Also the list doesn't say no events upcoming it it is blank. Is there a way to fix this? |
|
|
|
Topic |
|