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: General / Current Version (Old)
 Doesn't work anymore...
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

dennosius
Starting Member

Germany
5 Posts

Posted - 14 June 2001 :  07:23:30  Show Profile  Send dennosius an ICQ Message
Hi!
I changed the authentication type which was definitely a mistake... I have changed this to "NT" and can't change it back to "DB".

I can't login anymore. Well, I can login on admin_login.asp, but when I try to save the configuration it says "only admins can change authentification type".

I even manually changes "nt" into "db" in the database file (access db), but it doesn't help...

It doesn't "read" what's in the config table. I changed c_strtitleimage, but there is no effect. I changed c_strforumtitle and that works...

(Yes, I have uploaded the database file and yes, I cleared the browser cache).





Edited by - dennosius on 14 June 2001 07:36:03

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 14 June 2001 :  10:47:56  Show Profile  Visit HuwR's Homepage
You need to refresh the application variables, copy the code below into a new asp file called run_config.asp, and save it to your forum directory, load the file into your browser and it should sort things out.

<%
response.buffer = TRUE
response.expires = -1
response.cachecontrol = "private"
response.addheader "pragma","no-cache"
response.addheader "cache-control","no-store"

strCookieURL = Left(Request.ServerVariables("Path_Info"), InstrRev(Request.ServerVariables("Path_Info"), "/"))
Application.Contents.RemoveAll ()
Application.Lock
Application(strCookieURL & "ConfigLoaded")= ""
Application.UnLock

%>
<!--#INCLUDE FILE="config.asp" -->


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.26 seconds. Powered By: Snitz Forums 2000 Version 3.4.07