Author |
Topic |
masterao
Senior Member
Sweden
1678 Posts |
Posted - 02 January 2003 : 01:08:04
|
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 |
|
|
Cyberjunkie
Junior Member
111 Posts |
Posted - 02 January 2003 : 18:35:59
|
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 |
|
|
archer_g
Starting Member
22 Posts |
Posted - 02 January 2003 : 19:24:01
|
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 |
|
|
masterao
Senior Member
Sweden
1678 Posts |
Posted - 03 January 2003 : 00:24:15
|
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 |
|
|
Cyberjunkie
Junior Member
111 Posts |
Posted - 03 January 2003 : 09:29:20
|
Hi Masterao Here's a link to the forum.. myForum
|
Edited by - Cyberjunkie on 03 January 2003 09:29:55 |
|
|
masterao
Senior Member
Sweden
1678 Posts |
Posted - 03 January 2003 : 13:12:02
|
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 |
|
|
Cyberjunkie
Junior Member
111 Posts |
Posted - 03 January 2003 : 18:42:04
|
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 :) |
|
|
masterao
Senior Member
Sweden
1678 Posts |
Posted - 04 January 2003 : 12:33:30
|
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 |
|
|
archer_g
Starting Member
22 Posts |
Posted - 04 January 2003 : 18:03:36
|
ive got it installed and it works apart from I can't find a link to list the browswers ect.
any ideas? |
|
|
masterao
Senior Member
Sweden
1678 Posts |
Posted - 04 January 2003 : 19:00:14
|
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 |
|
|
Cyberjunkie
Junior Member
111 Posts |
Posted - 06 January 2003 : 17:46:42
|
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. |
|
|
masterao
Senior Member
Sweden
1678 Posts |
Posted - 06 January 2003 : 18:10:11
|
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 |
|
|
Cyberjunkie
Junior Member
111 Posts |
Posted - 08 January 2003 : 12:17:39
|
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 |
|
|
masterao
Senior Member
Sweden
1678 Posts |
Posted - 08 January 2003 : 12:51:02
|
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 |
|
|
Cyberjunkie
Junior Member
111 Posts |
Posted - 08 January 2003 : 18:32:33
|
Thaaaaanx :D Its working now. Thanx for the help Masterao...appreciate ur help alot! |
|
|
Topic |
|