Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/Code)
 MOD: New Events Calendar for 3.4.03 beta
 New Topic  Reply to Topic
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 32

red1
Junior Member

355 Posts

Posted - 05 October 2002 :  12:05:03  Show Profile  Reply with Quote
Does this happen to all posts or only to events? I'd also like to see your post.asp<

My Mods:
New Events Calendar
New Non-database Active Users
Go to Top of Page

stwilson
Junior Member

USA
385 Posts

Posted - 05 October 2002 :  12:43:17  Show Profile  Visit stwilson's Homepage  Reply with Quote
red1,

I got it!!! My post.asp was off. Thanks for your help.

STW<

Shannon
RidingArizona.com
Go to Top of Page

n/a
deleted

593 Posts

Posted - 05 October 2002 :  21:16:39  Show Profile  Reply with Quote
Got working for posting/adding, but now getting this in Weekly Display.... Showing a week starting Sept 29 (Sunday) and for Monday Sept 30, here is the error, and only these two boxes are showing:

Microsoft VBScript runtime error '800a01a8'

Object required: 'rs'

/leorat2/forum/cal.asp, line 334


There was some reference by Bookie on this here but am not quite sure what this need to be changed. I looked at cal.asp, and line 334 is " if rs.EOF then" in the below.

'### Loop through the recordset to find the events for this date ###
if rs.EOF then

This is from 6.1 the latest fix.....

Any suggestions?

Otherwise, working super.<

Taku
Go to Top of Page

SnookerRoot
Starting Member

Faroe Islands
9 Posts

Posted - 05 October 2002 :  22:08:46  Show Profile  Reply with Quote
red1, I've downloaded your MOD and it looks just great.

I've read through this topic and somewhere you are asking if someone needs to make events recurring! Well, I would like that option very much, so are you planning on doing that also?

thanks!<
Go to Top of Page

n/a
deleted

593 Posts

Posted - 06 October 2002 :  03:48:07  Show Profile  Reply with Quote
quote:
Originally posted by LeoRat

Got working for posting/adding, but now getting this in Weekly Display.... Showing a week starting Sept 29 (Sunday) and for Monday Sept 30, here is the error, and only these two boxes are showing:

Microsoft VBScript runtime error '800a01a8'

Object required: 'rs'

/leorat2/forum/cal.asp, line 334


There was some reference by Bookie on this here but am not quite sure what this need to be changed. I looked at cal.asp, and line 334 is " if rs.EOF then" in the below.

'### Loop through the recordset to find the events for this date ###
if rs.EOF then

This is from 6.1 the latest fix.....

Any suggestions?

Otherwise, working super.



OK... would you explain why this is so?
This problem seems to happen only if I logged in as Admin and trying to view a weekly...

I had no problem viewing weekly along with others if I logged in as a regular member. There was no problem either as a guest or visitor to the site...

Thanks.<

Taku

Edited by - n/a on 06 October 2002 03:50:51
Go to Top of Page

red1
Junior Member

355 Posts

Posted - 06 October 2002 :  04:25:44  Show Profile  Reply with Quote
LeoRat can u pls try downloading the file again and replacing cal.asp with the one in the zip?<

My Mods:
New Events Calendar
New Non-database Active Users
Go to Top of Page

Fresdar
Starting Member

19 Posts

Posted - 06 October 2002 :  04:40:57  Show Profile  Reply with Quote
Well,

I have another new one. Seems like when I put the code

<!--#include file="cal_default.asp" -->

in the default.asp page and then log out I either get stuck in a loop or it send me back one folder. For example.

My forum is at

http://www.designambitions.com/heroes/mb/ and it sends me to

http://www.designambitions.com/heroes/default.asp

Im using SQL2000 if this makes a diff.

Love what I have seen so far.<
Go to Top of Page

n/a
deleted

593 Posts

Posted - 06 October 2002 :  05:02:19  Show Profile  Reply with Quote
Re-downloaded and re-installed, and still having the same error for Weekly Disply when logged in as Admin.

The same VBSScript runtime error....
------

Microsoft VBScript runtime error '800a01a8'

Object required: 'rs'

/leorat2/forum/cal.asp, line 333

'### Loop through the recordset to find the events for this date ###
if rs.EOF then <---line 333

Any further suggestions? (Besides myself re-installing all brand new???)
<

Taku
Go to Top of Page

laser
Advanced Member

Australia
3859 Posts

Posted - 06 October 2002 :  05:32:36  Show Profile  Reply with Quote
red1, just found a bug you need to fix in cal_functions :

Line 387 : Replace strCalNoUpcoming with strCalNoUpcoming

this stops an incorrect message when there are no recent events.

Other than that, I have it working fine .. now modifying it for my own needs<

Edited by - laser on 06 October 2002 05:33:43
Go to Top of Page

red1
Junior Member

355 Posts

Posted - 06 October 2002 :  05:51:22  Show Profile  Reply with Quote
strCalRecent, got it.

I still can't figure out why others are getting errors

LeoRat can you pls try this one, tell me if it works:
cal.asp<

My Mods:
New Events Calendar
New Non-database Active Users

Edited by - red1 on 06 October 2002 05:58:59
Go to Top of Page

laser
Advanced Member

Australia
3859 Posts

Posted - 06 October 2002 :  06:03:23  Show Profile  Reply with Quote
Just to give people more faith ... I installed this mod in 30-40 mins, into a local installation that already has Active Users and Private Messages. Well, really it was about 60 mins, but I had one stupid typo I couldn't track down. Now I am altering the MOD to become a TV program guide for my site.<
Go to Top of Page

red1
Junior Member

355 Posts

Posted - 06 October 2002 :  06:10:05  Show Profile  Reply with Quote
Thanks for that. When I started making this mod, I didn't realize it would get so complicated<

My Mods:
New Events Calendar
New Non-database Active Users
Go to Top of Page

red1
Junior Member

355 Posts

Posted - 06 October 2002 :  06:12:14  Show Profile  Reply with Quote
quote:
Originally posted by Fresdar

Well,

I have another new one. Seems like when I put the code

<!--#include file="cal_default.asp" -->

in the default.asp page and then log out I either get stuck in a loop or it send me back one folder. For example.

My forum is at

http://www.designambitions.com/heroes/mb/ and it sends me to

http://www.designambitions.com/heroes/default.asp




Yeah I noticed that about your forum. I also noticed that when I try to get to the monthly view, I get redirected to default.asp<

My Mods:
New Events Calendar
New Non-database Active Users
Go to Top of Page

bobc3
Junior Member

USA
144 Posts

Posted - 06 October 2002 :  10:49:27  Show Profile  Reply with Quote
Have installed the MOD and all is working great.

How do i restrict access to creating new events but leave open the ability to comment on them?

thanks for the great MOD red1,

bob<
Go to Top of Page

n/a
deleted

593 Posts

Posted - 06 October 2002 :  11:56:44  Show Profile  Reply with Quote
Red1,

Here is similar but different error message generated with your new script for cal.asp (well, I did something stupid first, just running the change portion of cal.asp but this run is a "clean" cal.asp with your suggested change):

Microsoft VBScript runtime error '800a01a8'

Object required

/leorat2/forum/cal.asp, line 328


line 328 in cal.asp is:
rs.filter = ""

Supposedly put object in " "????

Thanks.
<

Taku
Go to Top of Page
Page: of 32 Previous Topic Topic Next Topic  
Previous Page | Next Page
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.2 seconds. Powered By: Snitz Forums 2000 Version 3.4.07