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

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: MOD Implementation
 Active users MOD Problem
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

joelnh
Starting Member

25 Posts

Posted - 27 April 2002 :  21:41:43  Show Profile
I was getting a error when I tried getting into the MOD Implementation forum so i am posting this here.

I am trying to setup Active Users 4.0.

I keep getting this error :

Microsoft JET Database Engine error '80040e37'

The Microsoft Jet database engine cannot find the input table or query 'FORUM_ACTIVE_USERS'. Make sure it exists and that its name is spelled correctly.

/calendars/snitz3310/inc_functions.asp, line 1576


line 1576 of the inc_functions.asp file is this :

set rs = my_conn.execute (strSql)

there was no mention of 'FORUM_ACTIVE_USERS' in the asp file and I could not find a file called my_conn.execute.

anyone have any ideas on how to correct this ?

I am using a preconfigured 3.2 version with many mods. it works good before I try to add this mod.



Edited by - Nathan on 27 April 2002 21:50:10

Nathan
Help Moderator

USA
7664 Posts

Posted - 27 April 2002 :  21:52:23  Show Profile  Visit Nathan's Homepage
You didn't run the dbs update did you. . .

Go to inc_top and remove "Call ActiveUserTracker()" then go to admin options > mod setup and run the database update.

Then return the "Call ActiveUserTracker()" to inc_top.asp.

Nathan Bales
Snitz Exchange | Do's and Dont's
Go to Top of Page

joelnh
Starting Member

25 Posts

Posted - 28 April 2002 :  00:22:26  Show Profile
I didn't originally.
Now I did it all over and I can't even get the message board to load. No errors, just a page cannot be display no matter what asp I try.
I copied the original files (I made backups) back over the modified files and I can get into the admin functions, but can't get into any other area.

I can do the administration stuff as long as I don't try to goto the forums, calendar, profiles, etc...

any suggestions or ideas ?

Go to Top of Page

Nathan
Help Moderator

USA
7664 Posts

Posted - 28 April 2002 :  02:38:24  Show Profile  Visit Nathan's Homepage
Can you give me a link to your forum?

Nathan Bales
Snitz Exchange | Do's and Dont's
Go to Top of Page

joelnh
Starting Member

25 Posts

Posted - 28 April 2002 :  10:01:01  Show Profile
the forum is at :

http://mov.blix.com/calendars/snitz3310/



Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 28 April 2002 :  10:33:37  Show Profile  Send ruirib a Yahoo! Message
This is the error now:


Active Server Pages error 'ASP 0116'

Missing close of script delimiter

/calendars/snitz3310/config.asp, line 483

The Script block lacks the close of script tag (%>).


This means that some change that you made to config.asp was improperly done. Either you forgot to add <% or you removed one that you shouldn't have.

Two options now:

1. Check the readme that came with Active users and make sure that all the changes to config.asp described in the readme are properly done.
2. Post a link to a text version of your config.asp so that one of us can tell you what you need to do to fix it.

-------------------------------------------------
Installation Guide | Do's and Dont's | MODs
Go to Top of Page

joelnh
Starting Member

25 Posts

Posted - 28 April 2002 :  11:02:55  Show Profile

here's a link to the text for my config.asp

http://mov.blix.com/calendars/snitz3310/config.txt

Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 28 April 2002 :  11:22:38  Show Profile  Send ruirib a Yahoo! Message
You fixed it. You should have posted here that you had it fixed. I wouldn't lose my time trying to find errors in a file that was OK .

The error now has to do with the fact that you didn't respect Nathan's instructions in the readme, regarding the need to uninstall Active Users 3.5 before installing 4.0. So, do that - uninstall 3.5 and then install 4.0.


-------------------------------------------------
Installation Guide | Do's and Dont's | MODs
Go to Top of Page

joelnh
Starting Member

25 Posts

Posted - 28 April 2002 :  11:39:09  Show Profile
if I fixed it then why am I still unable to open it ?

I am having the same problem as before.

I have done nothing to the file.

Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 28 April 2002 :  11:42:53  Show Profile  Send ruirib a Yahoo! Message
quote:

if I fixed it then why am I still unable to open it ?

I am having the same problem as before.

I have done nothing to the file.




So how come the error message has changed? Magic? And the solution to your current problem is in my previous post...

-------------------------------------------------
Installation Guide | Do's and Dont's | MODs
Go to Top of Page

joelnh
Starting Member

25 Posts

Posted - 28 April 2002 :  11:49:02  Show Profile

The Version I have does not have active users 3.5 in it, if it does it is not functioning.

I just went through the settings of the admin panel and there is no active users section.



Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 28 April 2002 :  12:08:18  Show Profile  Send ruirib a Yahoo! Message
Maybe another mod that needs a FORUM_ONLINE table. This is from a MOD, although I can't tell which one. You need to undo the changes in the code relative to this MOD, since those changes are the cause for your current error.

Surely you must now what mod's you have applied to your forum code...

-------------------------------------------------
Installation Guide | Do's and Dont's | MODs
Go to Top of Page

Um
Junior Member

222 Posts

Posted - 28 April 2002 :  12:27:16  Show Profile
I have Active Users 3.5, if I would like to upload to 4.0, is it a lot of work, do I have to do everything once again, or do I have only to insert some .asp file to my forum direcory, and thats it?

Can somebody tell me the difference of 3.5 and 4.0?

Thanks a lot...

Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 28 April 2002 :  12:38:46  Show Profile  Send ruirib a Yahoo! Message
quote:

I have Active Users 3.5, if I would like to upload to 4.0, is it a lot of work, do I have to do everything once again, or do I have only to insert some .asp file to my forum direcory, and thats it?

Can somebody tell me the difference of 3.5 and 4.0?

Thanks a lot...


The upgrade doesn't take too much trouble. You'll need to remove the code changes relative to version 3.5, I think, before you do it. Changing the files for the new mod is not too difficult.

Anyway remember to keep a copy of your current files.

Regarding the differences I can't tell (never used 3.5). Nathan posted about those. Just search for it in the MOD's forums...

-------------------------------------------------
Installation Guide | Do's and Dont's | MODs
Go to Top of Page

joelnh
Starting Member

25 Posts

Posted - 01 May 2002 :  10:34:35  Show Profile
I found out what the problem was. After I reinstalled it It was giving me problems still. So I cleaned out my pc's cookies, temp files etc and rebooted and it worked. **** corrupt files. hehe

I also found the active user section... sorry about that. I am still learning my way around snitz.

I have 3.5 installed and want to upgrade to 4.0. So off I go to try and figure that out. hehe

thank you

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