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 4.0.17, Post Issues Here
 New Topic  Topic Locked
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 24

masterao
Senior Member

Sweden
1678 Posts

Posted - 02 January 2003 :  01:08:04  Show Profile  Visit masterao's Homepage
Im suspecting that you could have duplicate entries in the config_new table. Could you download your database and check the config_new table?

Jan
===========
FR Portal Forums | Active Users 4.0.20 Mod
Go to Top of Page

Cyberjunkie
Junior Member

111 Posts

Posted - 02 January 2003 :  18:35:59  Show Profile
hmm what do you mean by multiple entries? I've just checked the database and the config_new table..it seems to be allright as far as I can see? This is too weird! It was really easy to install the Mod..all the pieces of code are placed the right places..I dont understand what I have missed..hmm
Go to Top of Page

archer_g
Starting Member

22 Posts

Posted - 02 January 2003 :  19:24:01  Show Profile
trying to install this, ran the database setup then tried to run the audbsetup.asp and got the following message

Active Server Pages, ASP 0126 (0x80004005)
The include file 'inc_functions.asp' was not found.
/forum/audbsetup.asp, line 2

anyone tell me where im going wrong,because I can't find a include called that in any of the copies of snitz i have

Edited by - archer_g on 02 January 2003 22:22:12
Go to Top of Page

masterao
Senior Member

Sweden
1678 Posts

Posted - 03 January 2003 :  00:24:15  Show Profile  Visit masterao's Homepage
archer_g, that sounds like you are using an old or possible the wrong file. Are you using the file from 3.4 setup folder, from AU 4.0.17?

Cyperjunkie, Im starting to run out of ideas now.
As you are unable to save the config for AU, that suggests that there is a problem of sorts with the database. If there aren't multiple entries in config_new, then Im not so sure what else you can check. Do you have a link to your forum?

Jan
===========
FR Portal Forums | Active Users 4.0.20 Mod
Go to Top of Page

Cyberjunkie
Junior Member

111 Posts

Posted - 03 January 2003 :  09:29:20  Show Profile
Hi Masterao
Here's a link to the forum..
myForum

Edited by - Cyberjunkie on 03 January 2003 09:29:55
Go to Top of Page

masterao
Senior Member

Sweden
1678 Posts

Posted - 03 January 2003 :  13:12:02  Show Profile  Visit masterao's Homepage
I assume that you haven't added any other mods to your forum?

Could you check the Forum Variables Information again and see if you have two instances (or more) of any of the following:

STRAUANON, STRAUANONOVERRIDE, STRAUPALLOW, STRAUPCOLLAPSE, STRAUALLOW, STRAUREFRESH, STRAUIP, STRAUUA, STRAULOCAL, STRAUTIMEOUT, STRAUADMINCOLOR, STRAUMODCOLOR, INTAURECORD, STRAURECORDDATE, STRAUPISLAND


Jan
===========
FR Portal Forums | Active Users 4.0.20 Mod
Go to Top of Page

Cyberjunkie
Junior Member

111 Posts

Posted - 03 January 2003 :  18:42:04  Show Profile
Hi,
I havent added any other Mods. But the database contains tables from all the previous Mods I had installed.
I've checked the variables, there is only one instance of them all. I really dont want to give up on this Mod, cuz its really cool! So plz dont hold back any ideas :)
Go to Top of Page

masterao
Senior Member

Sweden
1678 Posts

Posted - 04 January 2003 :  12:33:30  Show Profile  Visit masterao's Homepage
Did you have AU4 installed on your previous version of the forum? If you did, did you run the dbs_activeusers.asp for 3.4? That could mean that you have a double entry of a couple of the variables in the config_new table (I haven't dropped that possiblity yet).

Also, which value do you have for strAUAllow? If it is 0, then it isn't activated, but if it is 1 or higher, then you should be able to view active_users.asp.

Jan
===========
FR Portal Forums | Active Users 4.0.20 Mod
Go to Top of Page

archer_g
Starting Member

22 Posts

Posted - 04 January 2003 :  18:03:36  Show Profile
ive got it installed and it works apart from I can't find a link to list the browswers ect.

any ideas?
Go to Top of Page

masterao
Senior Member

Sweden
1678 Posts

Posted - 04 January 2003 :  19:00:14  Show Profile  Visit masterao's Homepage
Do you mean a link to the active_users.asp page? If so, check the title "Active Users" on default.asp. That is the only link to the active_users.asp page. If you want a link in the forum navigation, you need to add that link yourself.

Jan
===========
FR Portal Forums | Active Users 4.0.20 Mod
Go to Top of Page

Cyberjunkie
Junior Member

111 Posts

Posted - 06 January 2003 :  17:46:42  Show Profile
Hi Mastero,
I had AU3_5 installed on my previous version of the forum. I really havent been able to spot any double entries in the config_new table. But I did run the dbs_activeusers.asp after upgrading the forum. But the old tables were dropped, and new ones created succesfully. Although I did get two error messages I think..sumthing about a table or key that was already there. Dont remember what it was. I have set the value for strAUAllow = 3.
Go to Top of Page

masterao
Senior Member

Sweden
1678 Posts

Posted - 06 January 2003 :  18:10:11  Show Profile  Visit masterao's Homepage
Cyberjunkie, I signed up at your website, as you have set the au-page to members only, but I was redirected to the default.asp page as well.

I wonder, could you create a text-file with your config.asp (remove the conn-string info from it) and put a link to it here?

On another note, the email I got containing the link with the activation key missed an s after forum, like this:
http://www.vision-lighed.dk/forum/register.asp

Jan
===========
FR Portal Forums | Active Users 4.0.20 Mod
Go to Top of Page

Cyberjunkie
Junior Member

111 Posts

Posted - 08 January 2003 :  12:17:39  Show Profile
Hi masterao, thanx for the note on the registration key...where do I fix the url??

here's a link to the config.txt file http://www.vision-lighed.dk/config.txt
Go to Top of Page

masterao
Senior Member

Sweden
1678 Posts

Posted - 08 January 2003 :  12:51:02  Show Profile  Visit masterao's Homepage
I found why you're not getting AU to work. You have missed to add some of the code into config.asp.

Look for this in config.asp:
strShowQuickReply = Application(strCookieURL & "STRSHOWQUICKREPLY")

Add the following after the above line:


intAURecord = cint(Application(strCookieURL & "INTAURECORD"))
strAURecordDate = Application(strCookieURL & "STRAURECORDDATE") 
strAUAnon = Application(strCookieURL & "STRAUANON") 
strAUAnonOverride = Application(strCookieURL & "STRAUANONOVERRIDE") 
strAUPAllow = Application(strCookieURL & "STRAUPALLOW") 
strAUPCollapse = Application(strCookieURL & "STRAUPCOLLAPSE") 
strAUAllow = Application(strCookieURL & "STRAUALLOW") 
strAURefresh = Application(strCookieURL & "STRAUREFRESH") 
strAUIP = Application(strCookieURL & "STRAUIP") 
strAUUA = Application(strCookieURL & "STRAUUA") 
strAULocal = Application(strCookieURL & "STRAULOCAL")
strAUTimeout = Application(strCookieURL & "STRAUTIMEOUT")  
strAUPIsland = Application(strCookieURL & "STRAUPISLAND")
strAUAdminColor = Application(strCookieURL & "STRAUADMINCOLOR")
strAUModColor = Application(strCookieURL & "STRAUMODCOLOR")


As for the registration key, it should use your forum url. Check that you have the right one defined in your Main Forum Configuration.

Jan
===========
FR Portal Forums | Active Users 4.0.20 Mod
Go to Top of Page

Cyberjunkie
Junior Member

111 Posts

Posted - 08 January 2003 :  18:32:33  Show Profile
Thaaaaanx :D Its working now. Thanx for the help Masterao...appreciate ur help alot!
Go to Top of Page
Page: of 24 Previous Topic Topic Next Topic  
Previous Page | Next Page
 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.3 seconds. Powered By: Snitz Forums 2000 Version 3.4.07