Author |
Topic  |
|
rpainter
Junior Member
 
USA
153 Posts |
Posted - 21 June 2005 : 07:10:37
|
Hello. I have set up several Snitz Forums, and this has never happened before. When I go to Admin Options, I put the username/password in and instead of it going to the Admin page, it goes back to username password. The second time entered, it will go. Also, I usually have to enter info twice on the Admin screens in order for it to "stick". |
Rusty Painter Learn to Cook REAL BBQ SCBBQtalk.com Monkey Boy's BBQ Sauce
|
Edited by - rpainter on 21 June 2005 07:11:19 |
|
ruirib
Snitz Forums Admin
    
Portugal
26364 Posts |
|
rpainter
Junior Member
 
USA
153 Posts |
Posted - 21 June 2005 : 07:30:49
|
every single time? I would think that if it was happening every once in a while. Also, like I said, this happens on the admin pages as well. For instance: On the Main Config page, I had to change the image location 2 time before it took. And yes, I did hit submit both times. |
Rusty Painter Learn to Cook REAL BBQ SCBBQtalk.com Monkey Boy's BBQ Sauce
|
 |
|
ruirib
Snitz Forums Admin
    
Portugal
26364 Posts |
|
rpainter
Junior Member
 
USA
153 Posts |
Posted - 21 June 2005 : 15:47:50
|
I think that it may be something on my PC at home. I have been working on it from work and have had no problems. I'll try to figure it out. May be a firewall issue. I don't use the norton firewall, but I may try that fix. |
Rusty Painter Learn to Cook REAL BBQ SCBBQtalk.com Monkey Boy's BBQ Sauce
|
 |
|
rpainter
Junior Member
 
USA
153 Posts |
Posted - 21 June 2005 : 19:28:42
|
I don't know what it is. I installed the referrer mod just to see. I still get the same thing happening. It has to be something on my home network, because I had no problem at work. I'll keep trying. |
Rusty Painter Learn to Cook REAL BBQ SCBBQtalk.com Monkey Boy's BBQ Sauce
|
 |
|
rpainter
Junior Member
 
USA
153 Posts |
Posted - 23 June 2005 : 07:22:04
|
OK. This is starting to annoy me. I know that it is something on my network at home, and not the Snitz code. Has anyone else ever had this problem? |
Rusty Painter Learn to Cook REAL BBQ SCBBQtalk.com Monkey Boy's BBQ Sauce
|
 |
|
ruirib
Snitz Forums Admin
    
Portugal
26364 Posts |
|
rpainter
Junior Member
 
USA
153 Posts |
Posted - 23 June 2005 : 12:54:05
|
Me neither. I have set up about 15 Snitz forums, and this has never happened. I installed the referrer mod hoping that would help, but it didn't. Maybe it is my host. Anyone ever use datapacketnet.net? |
Rusty Painter Learn to Cook REAL BBQ SCBBQtalk.com Monkey Boy's BBQ Sauce
|
 |
|
sunclad
Starting Member
17 Posts |
Posted - 28 June 2005 : 03:16:11
|
quote: Originally posted by rpainter
Hello. I have set up several Snitz Forums, and this has never happened before. When I go to Admin Options, I put the username/password in and instead of it going to the Admin page, it goes back to username password. The second time entered, it will go. Also, I usually have to enter info twice on the Admin screens in order for it to "stick".
Bad session cookies.
I had this happen to me.
I am hosted on a Win2003 box and when they made some kind of server change they screwed up the session cookies and that caused all kinds ofproblems. COntact your server admin and make sure you tell them SNITZ needs session cookies.
DMK |
 |
|
Podge
Support Moderator
    
Ireland
3776 Posts |
|
mangran
Starting Member
USA
10 Posts |
Posted - 11 July 2005 : 05:29:14
|
Ok... Just FYI... I have had this problem. I've seen it posted in a few threads (about the webgardens or session cookie problems causing this) as well as problems with the forum not keeping proper track of new messages.
Basically, what I did was switch it so that instead of using session variables I use cookies (perhaps it is less secure, but my fourms aren't all that in need of security).
Since I use a heavily modified version of the forums, it probably won't be of much use for me to post files and line numbers, and since it requires you to know when a variable is being defined vs when it's being read you really shouldn't even consider it unless you know what you're doing (and if you do know what you're doing you don't really need help).
The one thing I will warn you about are the "isEmpty" functions where it would check to see if the session variable was defined. Instead of something like "if isEmpty session("whatever")" becoming "if isEmpty request.cookies("whatever")" you want to do a "if request.cookies("whatever") = "" " instead.
However, it's late at night. I just wanted to offer that for people to get an idea of a possible fix if moving to another server or getting the web host to do something about it is not an option.
If there really is a call for something like this, I can try to post more detailed information when I have some more time.
(Sorry if this is somewhat ragged... It's 5am, I just finished testing and wanted to say something before I got caught up in the next project and forgot all about it). :)
|
 |
|
|
Topic  |
|