|
Joined: Oct 2007
Posts: 478 Likes: 13
Addict
|
Addict
Joined: Oct 2007
Posts: 478 Likes: 13 |
This happens occasionally, and I've always thought it was a problem with Javascript and/or cookies on the user's computer. Now I have a guy with very specific symptoms, and I'm hoping someone can point me in the right direction. Here's his description of the problem: I just tried to log in to this website; http://www.doublegunshop.com/forums/ubbthreads.php And it appears that it uses the same software since I cannot log in there either and has a similar appearance/messages etc. It appears there is some kind of conflict with the website software and windows 8. Here is something that I just discovered. If I log in (I think it is with the temp password you sent me) at the main forum and select a sub forum, let's say The Engine Shop, I am no longer logged in when I get to the sub forum. When I go back to the main forum, I am logged in again. It works this way if I select a thread within a forum (I'm still logged out) but get logged back in when I return to the main forum. Perhaps this will tell you something. He has tried both Internet Explorer and Firefox without success, and it happens on two forums that run UBB. He also frequents other forums running other software and doesn't have this problem. The odd thing is, he can "login" but when he goes to My Stuff he's no longer logged in. I'm not sure what the interaction is, but this is clearly a unique circumstance consistent with a small number of users. Any thoughts or ideas on what to check would be appreciated.
Last edited by Baldeagle; 03/17/2013 11:50 PM.
|
|
|
|
Joined: Dec 2003
Posts: 6,633 Likes: 85
|
Joined: Dec 2003
Posts: 6,633 Likes: 85 |
This a old story with a new twist. Meaning Firefox. IE has been a issue with the last few versions. Even with some patches to try to fix it. It is pretty much a random issue with keeping login status. Some have fixed it using compatibility mode in IE. The usual response has been use Firefox instead of IE. I know SD is working on more fixes for IE in the next release. But if the user is having issues with Firefox I am at a loss. The only thing that comes to mind is if you updated your site to 7.5.7 then the user should try to delete the cookies and try again. The user can do that using mystuff-cookies. The reason I say that is in 7.5.7 cookies were worked on in that version and your user has tried Firefox. Firefox has always been flawless as far as I know. Except for a few that have set exceptions for additional security settings. But anyway with the current version it is possible to have a (corrupted?) cookie that needs to be reset. Since the new version has a new setting for cookies that sets a key value. This new setting is in addition to the old cookie prefix.
Blue Man Group There is no such thing as stupid questions. Just stupid answers
|
|
|
|
Joined: Oct 2007
Posts: 478 Likes: 13
Addict
|
Addict
Joined: Oct 2007
Posts: 478 Likes: 13 |
He can't reset the cookies so I did. I asked him to let me know if that fixes it.
|
|
|
|
Joined: Mar 2009
Posts: 4
stranger
|
stranger
Joined: Mar 2009
Posts: 4 |
UBB.threadsâ„¢ PHP Forum Software 7.5.7
I notice in file libs/html.inc.php on line 1408
$autolog = md5("^^{$config['BOARD_KEY']}^^{$user['USER_ID']}{$user['USER_PASSWORD']}");
But if someone uses a temporary password the above will be wrong as it will use the old password and not the new password.
|
|
|
|
Joined: Oct 2007
Posts: 478 Likes: 13
Addict
|
Addict
Joined: Oct 2007
Posts: 478 Likes: 13 |
Yes, but on line 1369: if ($user['USER_TEMPORARY_PASSWORD']) {
if (md5($Password) == $user['USER_TEMPORARY_PASSWORD']) {
$bad = "no";
$query = "
update {$config['TABLE_PREFIX']}USERS
set USER_PASSWORD = ?
where USER_ID = ?
"; So USER_PASSWORD is set to USER_TEMPORARY_PASSWORD before $autolog is set.
|
|
|
|
Joined: Mar 2009
Posts: 4
stranger
|
stranger
Joined: Mar 2009
Posts: 4 |
Yes it saves the temporary password over the USER_PASSWORD in the USERS table But did not update the array $user['USER_PASSWORD']=$user['USER_TEMPORARY_PASSWORD']; before making the $autolog
Can you check again, I may still be wrong
|
|
|
|
Joined: Dec 2003
Posts: 6,633 Likes: 85
|
Joined: Dec 2003
Posts: 6,633 Likes: 85 |
Yes it saves the temporary password over the USER_PASSWORD in the USERS table But did not update the array $user['USER_PASSWORD']=$user['USER_TEMPORARY_PASSWORD']; before making the $autolog
Can you check again, I may still be wrong I can't say how the temp password is saved currently. But I do know that the temp password is just that and does not overwrite the existing password. In fact I have tried this on the lost password feature. It sends me a temp password but the current prior password still works. It does tell you that somewhere. In fact I just tested it here. The email I received is where the message states. A user from the IP Address: xx.xxx.55.118 has requested a temporary password for the Username: 'ruben' at 'UBB.threads PHP Forum Software Community'.
This is a temporary password that can be used if you have forgotten your original password. If you did not request this, please ignore this message.
Your original password will still work fine.
The temporary password for this username is: xxxxxx
Last edited by Ruben; 07/10/2013 3:53 PM. Reason: Added Comment
Blue Man Group There is no such thing as stupid questions. Just stupid answers
|
|
|
|
Joined: Jun 2006
Posts: 693
Addict
|
Addict
Joined: Jun 2006
Posts: 693 |
I realize this is an old thread, but I normally use Chrome and had to use IE today and I can't log into the forums. It keeps saying I'm not logged in. Do we have a solution or tweak for this? It'd be troubling if my forums were non-functional for all IE users. I do have users reporting issues with this.
Thanks!
Lisa
|
|
|
|
Joined: Jul 2006
Posts: 4,057
|
Joined: Jul 2006
Posts: 4,057 |
Do you have more than one tab open ? What version of IE did you use ?
BOOM !! Version v7.6.1.1 People who inspire me Isaac ME Gizmo
|
|
|
|
Joined: Oct 2007
Posts: 478 Likes: 13
Addict
|
Addict
Joined: Oct 2007
Posts: 478 Likes: 13 |
Reset the coookie. That's the only thing that works.
|
|
|
|
Joined: Dec 2003
Posts: 117
Member
|
Member
Joined: Dec 2003
Posts: 117 |
I tried resetting the cookie and it doesn't work. Whenever I tell this board it needs to remember me, it will log me out automatically when I navigate through the Forum.
I'm really fearful when I want to upgrade to the latest version as this will seriously affect my users.
Is there any tested and proven fix? I am running 7.5.6p2 now which is without these problems.
|
|
|
|
Joined: Oct 2007
Posts: 478 Likes: 13
Addict
|
Addict
Joined: Oct 2007
Posts: 478 Likes: 13 |
Did you reset the cookie from the Control Panel? Or from within your browser? The former has always worked for me.
|
|
|
|
Joined: Apr 2004
Posts: 1,997 Likes: 165
|
Joined: Apr 2004
Posts: 1,997 Likes: 165 |
This post is for informational purposes only. I maintain a fresh install of Windows XP SP3 w/IE8 only for testing and troubleshooting. This is not my main setup, so the VM described below is purely for testing feature scenarios on a fresh system without any other installations or custom settings interrupting the test environment. --- Here is what I have: Fresh install of Windows XP 2002. Installed all the windows updates and updated to Service Pack 3. Updated to the most recent version of Internet Explorer for Windows XP, IE8. Here is what I did: 1. Using IE8, I browsed to the login page: https://www.ubbcentral.com/forums/ubbthreads.php/ubb/login2. Entered my credentials. 3. I was then sent back to the main page (ubbthreads.php/forum_summary) where I was told, "You are not logged in. [Log In]" 4. I browsed to https://www.ubbcentral.com/forums/ubbthreads.php/ubb/mycookies.html to clear cookies, but the problem still persists. This is a completely fresh install of "Windows XP Version 2002 Service Pack 3" with all Windows Updates installed. Nothing else is installed. I don't have this login problem on any of my forums; It's only on ubbcentral.com. I also did a completely fresh install of UBBThreads 7.5.8 to a sandboxed server. I could log in and navigate as expected, using IE8. To further my testing on this fresh install of Windows XP, I installed Firefox v26.0; And could navigate to ubbcentral.com and log in successfully. No problems. Summery: My servers are running php5.2.17 and I have no problems logging in to a fresh or current install of UBBT v7.5.8 using either IE8 or FF26 on XP SP3. But, attempting to log in to UBBCentral.com with IE8, and only IE8, fails; FF26 is successful.
|
|
|
|
Joined: Oct 2007
Posts: 478 Likes: 13
Addict
|
Addict
Joined: Oct 2007
Posts: 478 Likes: 13 |
Update PHP to 5.4.x and you will have the problem. I assume that's what UBB Central is running. I can confirm that I am running 5.4.16, and I see this problem, and deleting the cookies fixes it. (I just did one yesterday.)
|
|
|
|
Joined: Apr 2007
Posts: 3,940 Likes: 1
Former Developer
|
Former Developer
Joined: Apr 2007
Posts: 3,940 Likes: 1 |
ubbcentral is on php 5.3.x
|
|
|
|
Joined: Oct 2007
Posts: 478 Likes: 13
Addict
|
Addict
Joined: Oct 2007
Posts: 478 Likes: 13 |
So the problem exists in php5.3 and 5.4 but not 5.2. I was hoping 7.5.8 would fix the problem. Looks like I'm wrong.
|
|
|
|
Joined: Apr 2004
Posts: 1,997 Likes: 165
|
Joined: Apr 2004
Posts: 1,997 Likes: 165 |
So the problem exists in php5.3 and 5.4 but not 5.2. I was hoping 7.5.8 would fix the problem. Looks like I'm wrong. No problems with the current version of Chrome or Firefox logging in when the server is running php 5.2, 5.3 and probably 5.4 and 5.5. But, as you've mentioned, users of Internet Explorer 8 will probably have log in issues if the server is running php 5.3 (confirmed) or 5.4 or 5.5.
|
|
|
|
Joined: Jun 2006
Posts: 16,378 Likes: 129
|
Joined: Jun 2006
Posts: 16,378 Likes: 129 |
I believe that some of the issues with IE not keeping people logged in is that we where using a very large value for the cookie expiration time and IE just "doesn't like it", it hasn't for quite some time; you can play around in Google and find plenty of people talking about it with other products. 7.5.8 lowered this timeframe (I think it's a week now versus a year) so IE should "play nice" with at least that part of the equation now.
|
|
|
|
Joined: Oct 2007
Posts: 478 Likes: 13
Addict
|
Addict
Joined: Oct 2007
Posts: 478 Likes: 13 |
Since upgrading to 7.5.8 we are getting an increasing number of complaints about people being logged out while reading or replying to a post. I haven't asked about browser versions, and the problem seems to clear itself (not verified in every case) by deleting the forum cookies (under My Stuff). I'm wondering if anyone else is seeing this issue crop up more in 7.5.8? I'm running on FreeBSD 8.3 RELEASE using php 5.4.23 and apache 2.2.26 if that matters to anyone.
|
|
|
|
Joined: Dec 2003
Posts: 6,633 Likes: 85
|
Joined: Dec 2003
Posts: 6,633 Likes: 85 |
Since upgrading to 7.5.8 we are getting an increasing number of complaints about people being logged out while reading or replying to a post. I haven't asked about browser versions, and the problem seems to clear itself (not verified in every case) by deleting the forum cookies (under My Stuff). I'm wondering if anyone else is seeing this issue crop up more in 7.5.8? I'm running on FreeBSD 8.3 RELEASE using php 5.4.23 and apache 2.2.26 if that matters to anyone. I don't recall what verson you upgraded from. But anyway it was suggested to use the mystuff>Expire cookies method. Due to the new Board security key,etc. It was also suggested to add a cookie prefix in the settings. so as not to have conflicts with other ubb boards, That could have corrupted cookies. Let alone the 7 day deal in IE. It should have been a one time deal for the members.
Blue Man Group There is no such thing as stupid questions. Just stupid answers
|
|
|
|
Joined: Oct 2007
Posts: 478 Likes: 13
Addict
|
Addict
Joined: Oct 2007
Posts: 478 Likes: 13 |
We upgraded from 7.5.7. Yes, we do use the new cookie prefix. That may have something to do with it. I'll keep an eye on it.
|
|
|
|
Joined: Dec 2003
Posts: 6,633 Likes: 85
|
Joined: Dec 2003
Posts: 6,633 Likes: 85 |
As I said other than the 7 day default for ie , meaning they need to login every 7 days. The expire cookies is supposed to fix any weird issues after upgrading and it was suggested. In fact I upgraded a client and the admin had issues with rate topics. Expire cookies fixed it.
Bark back if it is not the case.
Blue Man Group There is no such thing as stupid questions. Just stupid answers
|
|
|
|
Joined: Feb 2014
Posts: 6
stranger
|
stranger
Joined: Feb 2014
Posts: 6 |
As Baldeagle we also get A LOT of complains about people getting logged out from the forum after upgrading from 7.5,7 to 7.5.8. I have tested this myself and even after deleting all browser cookies and and forum cookies (under mystuff) I still beeing logged out after a while.
Our users tells us that the problem occurs in Chrome, Firefox, Safari, Lynx, Maxthon and IE - on iphone, androide, windows and mac. We have not getting reports on problems in Opera. It also seems like the problem gets fixed for some users when they delete the cookies as suggested here.
After investigation further it seems like one cookie that stores the user_id gets set to 0 for some reason. So this cookie gets set to 0 and when the user navigate to the next page we have no information about this user being logged in (so he gets logged out). We try to find out why this value is beeing set to 0, any ideas?
|
|
|
|
Joined: Feb 2014
Posts: 6
stranger
|
stranger
Joined: Feb 2014
Posts: 6 |
We also tried to change the cookie prefix to something new after upgrading.
|
|
|
|
Joined: Oct 2007
Posts: 478 Likes: 13
Addict
|
Addict
Joined: Oct 2007
Posts: 478 Likes: 13 |
So far, for us, it seems to be only people using IE that are affected.
|
|
|
|
Joined: Jun 2006
Posts: 16,378 Likes: 129
|
Joined: Jun 2006
Posts: 16,378 Likes: 129 |
Jeanette, I'm wondering if your issue is the one described here.
|
|
|
|
Joined: Feb 2014
Posts: 6
stranger
|
stranger
Joined: Feb 2014
Posts: 6 |
Thanks for answering Gizmo.
I have looked at that thread, but I dont think this has anything to do with our problem.
The problem is that the users gets logged out after just some clicks.. And this happens in every browser. I just can't figure out why the ubbt_myid cookie gets set to 0.
|
|
|
|
Joined: Oct 2007
Posts: 478 Likes: 13
Addict
|
Addict
Joined: Oct 2007
Posts: 478 Likes: 13 |
Here's every mention of ubbt_myid in the code: /usr/local/www/html/ubbthreads/admin/loginas.php:$html -> ubbt_setcookie("{$config['COOKIE_PREFIX']}ubbt_myid","$Uid",time()+$config['COOKIE_LIFETIME'],"$COOKIE_PATH");
/usr/local/www/html/ubbthreads/libs/html.inc.php: $this->ubbt_setcookie("{$config['COOKIE_PREFIX']}ubbt_myid","{$user['USER_ID']}",time()+$config['COOKIE_LIFETIME']);
/usr/local/www/html/ubbthreads/libs/html.inc.php: $this->ubbt_setcookie("{$config['COOKIE_PREFIX']}ubbt_myid","{$user['USER_ID']}","0");
/usr/local/www/html/ubbthreads/libs/ubbthreads.inc.php:$myinfo['id'] = get_input($config['COOKIE_PREFIX']."ubbt_myid", "cookie", "int");
/usr/local/www/html/ubbthreads/libs/user.inc.php: $html->ubbt_setcookie("{$config['COOKIE_PREFIX']}ubbt_myid","0");
/usr/local/www/html/ubbthreads/scripts/logout.inc.php: $html -> ubbt_setcookie("{$config['COOKIE_PREFIX']}ubbt_myid","0", time() - 31968000); Looks to me like it might be getting set to 0 in two places; libs/user.inc.php and scripts/logout.inc.php. I'd have to look at the code closer to see what the "0" refers to though. Maybe one of the whiz kids knows off the top of their head?
|
|
|
|
Joined: Feb 2014
Posts: 6
stranger
|
stranger
Joined: Feb 2014
Posts: 6 |
Thanks Baldeagle, I'll check this out.
|
|
|
|
Joined: Feb 2014
Posts: 6
stranger
|
stranger
Joined: Feb 2014
Posts: 6 |
Looks like one of the sessions (PHPSESSID, ubbt_mysess or ubbt_hash) is setting a wrong value and that makes the system to log out the user. This requires some more digging in the source code.. #fun
|
|
|
|
Joined: Dec 2003
Posts: 6,633 Likes: 85
|
Joined: Dec 2003
Posts: 6,633 Likes: 85 |
Well I don't have this issue with version 7.5.8. Using ie or firefox. At least with three sites I have updated as well as here. Yes with the 7 day expire for ie, but not while browsing the forum.
I would suggest to open a support ticket. So at least it gets officially documented.
Possibly there is a issue with the installation and your current server configuration. Or you performed some short cuts with the install/upgrade script.
Now as far as the lost password feature. I have noticed that if you copy/paste. There is a extra space added.
Blue Man Group There is no such thing as stupid questions. Just stupid answers
|
|
|
|
Joined: Jun 2006
Posts: 16,378 Likes: 129
|
Joined: Jun 2006
Posts: 16,378 Likes: 129 |
Or you performed some short cuts with the install/upgrade script. I did the upgrade for jeanettes' site; it was a textbook install, no hiccups of any kind.
|
|
|
|
Joined: Oct 2007
Posts: 478 Likes: 13
Addict
|
Addict
Joined: Oct 2007
Posts: 478 Likes: 13 |
I did the upgrade and followed the instructions precisely. I doubt seriously that is the cause of this issue, especially since our board isn't the only one experiencing the issue.
|
|
|
|
Joined: Dec 2003
Posts: 6,633 Likes: 85
|
Joined: Dec 2003
Posts: 6,633 Likes: 85 |
Then I am at a loss. Because as I said I don't have the issue with firefox or IE accessing ubb7.5.8. Also using vista and win7 I don't have Chrome installed.
It could be some specific client configuration. OS,internet security???????
I have not used win8 yet nor my ipad or android phone either.
Baldeagle I just visited your site. Browsed several posts. Worked fine for me. Using win vista and Firefox 27.0.1 and trend micro as internet security
Last edited by Ruben; 03/14/2014 3:11 PM. Reason: Added Comment
Blue Man Group There is no such thing as stupid questions. Just stupid answers
|
|
|
|
Joined: Oct 2007
Posts: 478 Likes: 13
Addict
|
Addict
Joined: Oct 2007
Posts: 478 Likes: 13 |
I'm still wondering if it has to do with what version of php you're running. I'm running 5.4.23.
It doesn't happen to everyone. It seems quite random, which makes me suspect that it only manifests itself when certain conditions are met.
|
|
|
|
Joined: Dec 2003
Posts: 6,633 Likes: 85
|
Joined: Dec 2003
Posts: 6,633 Likes: 85 |
Maybe. I am going to upgrade somebody this weekend using php 5.4.22. All the others were =< 5.3 as i recall.
Blue Man Group There is no such thing as stupid questions. Just stupid answers
|
|
|
|
Joined: Jun 2006
Posts: 16,378 Likes: 129
|
Joined: Jun 2006
Posts: 16,378 Likes: 129 |
5.3.3 is what I'm using; I figured most PHP issues would have been fixed in 7.5.8
|
|
|
|
Joined: Oct 2007
Posts: 478 Likes: 13
Addict
|
Addict
Joined: Oct 2007
Posts: 478 Likes: 13 |
Hopefully Ruben's upgrade this weekend will be useful in sorting this out. If he experiences issues, then that would point to a php problem. If not, then I think it's some weird combination of users' computers and knowledge of same that's causing the issue. I haven't looked at stats recently, but I'm sure the bulk of our users are using IE, and the complaints are only from a handful of them. That points to a desktop problem rather than a server problem, but we'll see.
|
|
|
|
Joined: Dec 2003
Posts: 6,633 Likes: 85
|
Joined: Dec 2003
Posts: 6,633 Likes: 85 |
Okay I just completed a upgrade where the client is using PHP 5.4.22. I have not experienced any issues so far.
But I will defer to the members till they start to visit again.
Blue Man Group There is no such thing as stupid questions. Just stupid answers
|
|
|
|
Joined: Dec 2003
Posts: 6,633 Likes: 85
|
Joined: Dec 2003
Posts: 6,633 Likes: 85 |
Just another update: Server Info Server Type Linux Server Load 0.52 Web Server Apache PHP Version 5.4.22 MySQL Version 5.5.36-cll UBB 7.5.8
I am using windows vista. Trend Micro internet security FireFox 27.0.1 and IE 7.0.6002.18005
No issues what so ever. For myself and so far any users
Blue Man Group There is no such thing as stupid questions. Just stupid answers
|
|
|
|
Joined: Jul 2006
Posts: 35
newbie
|
newbie
Joined: Jul 2006
Posts: 35 |
Version: 7.5.8 PHP Version 5.5.19 http://simhqmotorsports.com/forum/ubbthreads.php/forum_summaryMultiple reports of users getting logged out with IE, FireFox, and Chrome. They've tried expiring the board cookies via the MyStuff, but it comes back as a problem. Could someone work on this to get it finally resolved, or advise what to tell users. Here's the latest report from a user: "I can get onto the site. Its just that when I tick to stay logged in it doesn't do it, and the next time I visit I have to log in again. Then when I do log in if I have a PM waiting for me, when I select the tab to read it, It makes me log in again before I can eventually get to read any message. Its more a pain in the butt than a major problem but it would be nice to get it sorted if possible."
guod@simhq [dot] com
twitter.com/SimHQ youtube.com/SimHQcom livestream.com/SimHQ
|
|
|
|
Joined: Dec 2003
Posts: 6,633 Likes: 85
|
Joined: Dec 2003
Posts: 6,633 Likes: 85 |
Well I attempted to register at your site to test/see for myself. Unfortunately, I have not received my validation email after waiting 15 minutes.
Blue Man Group There is no such thing as stupid questions. Just stupid answers
|
|
|
|
Joined: Apr 2004
Posts: 1,997 Likes: 165
|
Joined: Apr 2004
Posts: 1,997 Likes: 165 |
Check that this item does have a check mark. If the box is blank, put a check in it.
Control Panel > Primary Settings > Disable HTTP Referer Check?
Unselecting this item may cause login and posting issues for your members. We recommend keeping this box checked unless you have a special need for this feature.
Also while you're at that same page, check your "Custom Cookie Prefix". If you personally are having the problem, remove anything from that box and try it again. Then if the problem goes away, you've found the cause. If the problem still persists, put back the value that you just removed from that box. Confirm that no spaces are being used.
And lastly, review the item at the very bottom of that page: Cookie Expiration Time In Seconds 86400 = 24hrs 604800 = 7 days 2592000 = 30 days (Recommended)
|
|
|
|
Joined: Jul 2006
Posts: 35
newbie
|
newbie
Joined: Jul 2006
Posts: 35 |
Thanks. I'll try those suggestions.
guod@simhq [dot] com
twitter.com/SimHQ youtube.com/SimHQcom livestream.com/SimHQ
|
|
|
|
Joined: Jun 2006
Posts: 1,001 Likes: 27
Old Hand
|
Old Hand
Joined: Jun 2006
Posts: 1,001 Likes: 27 |
Suddenly I had lots of getting logout issues, I have now followed id242 reply above and it seems to work, thanks for the info.
|
|
|
|
Joined: Oct 2007
Posts: 478 Likes: 13
Addict
|
Addict
Joined: Oct 2007
Posts: 478 Likes: 13 |
I just implemented id242's suggestions as well. I'll let the forum know if the problems subside.
|
|
|
|
Joined: Dec 2003
Posts: 6,633 Likes: 85
|
Joined: Dec 2003
Posts: 6,633 Likes: 85 |
Just fyi. It has been suggested for several years to disable the referrer check. Cookie expiration time is another issue.
Blue Man Group There is no such thing as stupid questions. Just stupid answers
|
|
|
|
Joined: Nov 2006
Posts: 18
Stranger
|
Stranger
Joined: Nov 2006
Posts: 18 |
I know it's been awhile since this topic was active but my users are having this issue. The issue of being constantly logged out, not matter what the browser, while using the boards ( www.lcficmbs.com). I have tried *everything* suggested in this thread yet the problem still persist. HTTP Referer Check is disabled Cookie Path is set to default. I tried Custom Cookie Prefix but when I set one suddenly I had users who complained that they couldn't log in at all - they are claiming that they did clear their cookies. This is what I am running: UBB 7.5.8 Apache 2.2.31 PHP 5.4.43 MySQL 5.5.42 I've actually tried using PHP 5.6 (my host is currently running it as a beta) and still no dice. I've email UBB support with no response yet. (I can't even get to the 7.5.9 software to try upgrading, which I addressed in my email.) I've had a very small amount of users complaining about this since we upgraded in 2014 but suddenly it's become a big issue in the last few days. Our host was rebooted 2 days ago due to a SMTP issue but I highly doubt that could cause the login issue to get worse. The server has been rebooted several times over the years. Any suggestions would be appreciated as it's becoming a very sore subject between me and my users. No matter what I try it does not work.
|
|
|
|
Joined: Jun 2006
Posts: 16,378 Likes: 129
|
Joined: Jun 2006
Posts: 16,378 Likes: 129 |
Is the "remember me" box ticked? If so, untick it and see if they can login; there is a bug with more recent Microsoft browsers (IE and Edge) which see our "0" expiration time as an end date versus infinity like other browsers which is an issue that'll be addressed in v7.6.0 when it comes out in the coming months.
|
|
|
|
Joined: Nov 2006
Posts: 18
Stranger
|
Stranger
Joined: Nov 2006
Posts: 18 |
The "remember me" unticked seems to take care of the issue.
Thank you for the quick response. Hopefully I'll hear back soon from the support email about the upgrades.
Annette
|
|
|
|
Joined: Jun 2006
Posts: 16,378 Likes: 129
|
Joined: Jun 2006
Posts: 16,378 Likes: 129 |
If they don't respond timely, there are several of us who offer services.
|
|
|
|
Joined: Jun 2006
Posts: 693
Addict
|
Addict
Joined: Jun 2006
Posts: 693 |
Do you mean the "keep me logged in" box? I've tried logging in with that checked and unchecked in IE and it still defaults to not being logged in.
Or do you mean a separate "remember me" created by the browser? I'm not getting one of those. I can go see if I've turned that on or off.
|
|
|
|
Joined: Jun 2006
Posts: 16,378 Likes: 129
|
Joined: Jun 2006
Posts: 16,378 Likes: 129 |
Yes, the checkbox on the login page; IE can have several "special" issues. I saw your other post, are you using IE or Edge?
|
|
|
|
Joined: Jun 2006
Posts: 16,378 Likes: 129
|
Joined: Jun 2006
Posts: 16,378 Likes: 129 |
I'm semi curious why your Chrome install broke down on you, mainly if it's an issue with Chrome itself, or if it's a problem with your computer; Isaac suggested to "refresh" your settings on Chrome to see if an old setting could be causing problems. Is there any possibility of having you test it on Firefox as well?
|
|
|
|
Joined: Oct 2007
Posts: 478 Likes: 13
Addict
|
Addict
Joined: Oct 2007
Posts: 478 Likes: 13 |
I have a user who reported this problem (using IE). I suggested that he try a different browser, but instead he got a friend to "clean up" his PC. (No idea what that means.) Afterward, the problem didn't reoccur, so that may indicate that the problem isn't specifically IE but a combination of IE and the dreck that Winbloze accumulates.
I confess, I haven't ever seen this problem even on my Windows box, but I don't use iE there, I use Chrome.
|
|
|
|
Joined: Apr 2004
Posts: 233 Likes: 1
Enthusiast
|
Enthusiast
Joined: Apr 2004
Posts: 233 Likes: 1 |
there is a bug with more recent Microsoft browsers (IE and Edge) which see our "0" expiration time as an end date versus infinity like other browsers which is an issue that'll be addressed in v7.6.0 when it comes out in the coming months. I am running 7.6.0 and still see the problem.
|
|
|
0 members (),
80
guests, and
88
robots. |
Key:
Admin,
Global Mod,
Mod
|
|
|
|