Author |
Topic  |
|
Rrok007
Junior Member
 
USA
149 Posts |
Posted - 13 August 2003 : 16:22:36
|
First I'd like to ask if anyone knows if there is a conflict between Active Users 4.0 and Front Page News?
If so, some help please? I had Active Users and New Events Calendar installed fine. Installed the Front Page News mod (which I've had working on a previous board without active users) and not the default.asp and admin_newspost.asp pages come up with 505 errors. And yes, I'm using Brinkster.
The next thing, I've got Snitz 3.4.03, and as mentioned, installed Active Users 4.0. Can this version of AU be used without any of the Lang files except the two in the readme file? cause those are the only two I have, and the AU seemed to be working fine, until I noticed two things. The additions to the admin_home.asp page gave no link to access the admin_config_activeusers.asp. I fixed this be adding the link text into the admin_home.asp file. However, when the admin_config_activeusers.asp page loads, it doesn't diplay any text. The left coloum that normally displays the options is plank except for colons in each box, and the right coloum has nothing but radio buttons, empty drop-down boxes, and the grey buttons are blank.
ERU??? |
Believe disbelief and contemplate the simple. |
|
masterao
Senior Member
   
Sweden
1678 Posts |
Posted - 13 August 2003 : 21:00:01
|
AU only needs two lang-file, one called LangMODS_Ls3kAU4.asp which is needed to call the correct language file, of which LangMODS_Ls3kAU4_1033.asp is the default one.
I don't use the front page news mod myself, but if you could post the error msg you recieve, I'll help you.
In order to view the correct error msg, you must make a change in internet explorer. This change is described here.
The reason why you might not see the AU link in admin home might be because you missed to the add the last addition to config.asp. This change is described at the end of the readme-file, and it is listed under the internationalization title. |
Jan =========== FR Portal Forums | Active Users 4.0.20 Mod |
 |
|
Rrok007
Junior Member
 
USA
149 Posts |
Posted - 13 August 2003 : 21:25:29
|
Welll here's what it says is the error message for the default.asp page loading.
Microsoft VBScript compilation error '800a0401'
Expected end of statement
/korloch/forum/inc_news_body.asp, line 7
set news_config = My_Conn.execute("select * from "& strTablePrefix & "News_Config")
And the error involving the admin_newspost.asp is
Microsoft VBScript compilation error '800a0401'
Expected end of statement
/korloch/forum/admin_newspost.asp, line 56
strDummy = 0 ^
I don't thinkI missed the last bit about the config.asp page. I'm certain that I got that part as well. Let me guess common mistake right? Anyhow I'll take another look at it later and get back. |
Believe disbelief and contemplate the simple. |
 |
|
Rrok007
Junior Member
 
USA
149 Posts |
|
masterao
Senior Member
   
Sweden
1678 Posts |
Posted - 14 August 2003 : 17:58:23
|
In admin_newspost.asp, look for the following on lines 52-56:
error _
resume _
next _
strDummy = 0
Remove the _ marked red, and it should work better for you. I suspect that the error you recieve in inc_news_body.asp is similar, look for a _ at the end of the line of text before line 7. |
Jan =========== FR Portal Forums | Active Users 4.0.20 Mod |
 |
|
Rrok007
Junior Member
 
USA
149 Posts |
Posted - 14 August 2003 : 18:38:10
|
Great thanks! Works like a charm.
Now about the Active Users 4.0 issue? On the admin_config_activeusers.asp page, the left coloum has nothing but ":" showing. and the drop down boxes on the right side are blank. Any ideas? |
Believe disbelief and contemplate the simple. |
 |
|
Rrok007
Junior Member
 
USA
149 Posts |
Posted - 15 August 2003 : 08:45:17
|
Forgot to mention, the navigation menu at the top, where it normally shows the folders and the names of the folders. like "All Forums" and "Admin Options", etc. is blank. It shows the folder icons, but the actual text is missing???
|
Believe disbelief and contemplate the simple. |
 |
|
masterao
Senior Member
   
Sweden
1678 Posts |
Posted - 15 August 2003 : 09:14:40
|
I missed to mention that you need to make a change in config.asp as well
'#################################################################################
'######################## ADDED FOR INTERNATIONAL MODS! #########################
strLangLCID = "1033"
function fLang(s)
' fLang=eval(s) ' commented out for IIS 4 compatibility, all related function calls changed
fLang=s
end function
%>
<%
<!--#include file="langMODS_Ls3kAU4.asp"-->
%>
Remove the text marked red, and you should see the text on admin_config_activeusers.asp and other pages of AU as well. |
Jan =========== FR Portal Forums | Active Users 4.0.20 Mod |
 |
|
|
Topic  |
|