Author |
Topic |
Lydecker
Junior Member
United Kingdom
297 Posts |
Posted - 11 February 2003 : 16:41:03
|
OKay the problem randomly stopped.
I serched the forum for error 127 and found one other user with MySQL who had the same problem. He/She replied that the error randomly went away too! |
|
|
WillClark22
Starting Member
USA
3 Posts |
Posted - 16 February 2003 : 02:32:38
|
Hello all,
I actually took the time to read practically all of the posts on this Active User's MOD prior to adding it to my site, but still ended up with problems. I am running Snitz version 3.4.03 and trying to add AU 4.0.17, and I get the following error:
Active Server Pages error 'ASP 0126'
Include file not found
/forum/admin_config_activeusers.asp, line 40
The include file 'inc_functions.asp' was not found
I have seen this error in previous posts, but the issue is that the most current version of this MOD for version 3.4.03 is not obvious to find anymore. SnitzBitz no longer has it, and all of the other links for this mod give instructions for 3.3 and 3.4, but only have files for 3.3.
In the readme on the zip file for this MOD, this is the excerpt that mentions what is in the zip file (however there are no separate folders - just files for the older version!):
*** START***
Your zip package should contain the following file structure:
3303 (FOLDER)
active_users.asp inc_activeusers.asp admin_config_activeusers.asp dbs_activeusers.asp audbsetup.asp icon_icq.gif
34 (FOLDER)
active_users.asp inc_activeusers.asp admin_config_activeusers.asp dbs_activeusers.asp audbsetup.asp
LANG (FOLDER)
LangMODS_Ls3kAU4.asp LangMODS_Ls3kAU4_1030.asp LangMODS_Ls3kAU4_1033.asp LangMODS_Ls3kAU4_1034.asp LangMODS_LS3kAU4_1036.asp LangMODS_Ls3kAU4_1037.asp LangMODS_Ls3kAU4_1040.asp LangMODS_Ls3kAU4_1041.asp LangMODS_Ls3kAU4_1043.asp LangMODS_Ls3kAU4_1046.asp LangMODS_Ls3kAU4_1053.asp LangMODS_Ls3kAU4_2070.asp
***END***
Am I missing something? Is the most recent version out there somewhere? I feel like I just wasted a good chunk of time since the most recent version is no longer available. Hopefully this post will help others from avoiding the same issue, or will uncover something that wasn't evident to me in my quest to add this mod correctly.
Any help would be very much appreciated. Thank you all! |
This is my signature |
|
|
TestMagic
Senior Member
USA
1568 Posts |
Posted - 16 February 2003 : 02:40:38
|
From what I understand, Nathan is keeping the file only on his server. I just checked, and he has a link in his signature to the latest version (40_17 is what I saw when I hovered over the link).
I don't want to put the link here lest he change it in the future, so just go to the first post in this topic and look for the link in his signature. That should work for you, I hope. |
Snitz rocks! · Search 2 |
|
|
masterao
Senior Member
Sweden
1678 Posts |
|
Nathan
Help Moderator
USA
7664 Posts |
|
Deleted
deleted
4116 Posts |
Posted - 18 February 2003 : 00:57:52
|
Nathan, I never could see your site (connection timeouts)... It's either a DNS related thing or you ban Turkey... Yesterday I needed a fresh copy but could not find it anywhere...
|
Stop the WAR! |
|
|
Nathan
Help Moderator
USA
7664 Posts |
|
Deleted
deleted
4116 Posts |
Posted - 18 February 2003 : 01:48:51
|
Got it. Thanks |
Stop the WAR! |
|
|
Triple-H
Starting Member
31 Posts |
Posted - 18 February 2003 : 06:52:22
|
how i can see hidden users in my forum? |
|
|
masterao
Senior Member
Sweden
1678 Posts |
Posted - 18 February 2003 : 10:46:58
|
MeTV answered in the topic you started.
quote: Originally posted by MeTV
Go to Admin Options -> Config Active Users and set Anonymous Override to Administrators Only (or Moderators if you want your moderators to be able to see them).
|
Jan =========== FR Portal Forums | Active Users 4.0.20 Mod |
|
|
ROB
Junior Member
USA
347 Posts |
Posted - 22 February 2003 : 18:38:38
|
quote: Originally posted by jmarkling
Mine version of 4 14 works 98% of the time when Viewing "Active Users" but sometimes, I get this error.
Microsoft OLE DB Provider for SQL Server error '80040e14' Line 1: Incorrect syntax near '='.
/forum/active_users.asp, line 413
I'm having the same problem and looking at the responses to jmarkling, there apparently isn't a fix for this yet. I have not added any pages to the WhatPage function. As noted by others, the problem isn't consistent, but it happens often enough for a few users to complain almost daily.
I've searched the forums and haven't found any bug fixes. Any suggestions will be much appreciated. |
Jeff (ROB) Hester BigBlueNetwork | BigBlueBall | Christian Church Today |
|
|
ROB
Junior Member
USA
347 Posts |
Posted - 26 February 2003 : 11:48:25
|
Anyone have any suggestions??? |
|
|
masterao
Senior Member
Sweden
1678 Posts |
|
ROB
Junior Member
USA
347 Posts |
Posted - 27 February 2003 : 12:49:11
|
Thanks for trying, Jan. This bug has been nagging me for a long time. |
|
|
Nathan
Help Moderator
USA
7664 Posts |
Posted - 27 February 2003 : 14:18:01
|
ROB, does that match this seection of code in your active_users.asp?
if lcase(analyzeQuery(strQuery, "ARCHIVE")) = "true" then
strSql = "SELECT FORUM_ID, TOPIC_ID, T_SUBJECT FROM " & strTablePrefix & "A_TOPICS WHERE TOPIC_ID=" & fTopic_ID
else
strSql = "SELECT FORUM_ID, TOPIC_ID, T_SUBJECT FROM " & strTablePrefix & "TOPICS WHERE TOPIC_ID=" & fTopic_ID
end if
set rst = my_conn.execute(strSql)
|
Nathan Bales CoreBoard | Active Users Download |
|
|
Topic |
|