clopezi Posted September 1, 2014 Share Posted September 1, 2014 Many days and no solution.. Sometimes i can login in chrome and sometimes not. 0 Quote Link to comment Share on other sites More sharing options...
visualtron Posted September 2, 2014 Share Posted September 2, 2014 I managed to solve my problem by upgrading PHP to v5.3. So it appears that the "Minimum PHP Requirement Changes" - http://blog.whmcs.com/?t=92179 is required for WHMCS v5.3.9! 0 Quote Link to comment Share on other sites More sharing options...
willk Posted September 3, 2014 Share Posted September 3, 2014 I'm running WHMCS on a Windows machine with PHP 5.4 and do NOT use two factor authentication. Ever since the upgrade to 5.3.9 I cannot login unless I check 'Remember me until I logout.'. When I check that I can login and search works. However, after leaving the page open for a few minutes if I try to search I get token invalid. To fix this I just refresh the admin/index.php page and then I can use search again. Nothing has changed in my php settings. I've tried: session.cookie_httponly = 0 session.use_only_cookies = 0 But this has not made any difference. Can someone from WHMCS help please. Thanks, Will Kruss 0 Quote Link to comment Share on other sites More sharing options...
pierre Posted September 3, 2014 Share Posted September 3, 2014 Interested in this thread, cannot login either, no 2FA activated. Could be server related as this dedicated in on PHP 5.2 , on Plesk, and that cannot changed simply. 0 Quote Link to comment Share on other sites More sharing options...
pierre Posted September 3, 2014 Share Posted September 3, 2014 (edited) Ok in case that can help: I could not login with my main user, the admin account so to speak. I went ahead and copied the password and password hash value from those of a "subuser". No luck, still rejected. Oddly enough in my main user record, I had the fied "authmodule" that did contain the value "yubico" (my yubikey) while it was not asked during login. Then I changed the roleid number for that subuser to make him a temp admin, but now cannot login with that user either... Pending support tickets from my clients, this is frustrating. Please whmcs come up with a fix... Edited September 3, 2014 by pierre 0 Quote Link to comment Share on other sites More sharing options...
pierre Posted September 3, 2014 Share Posted September 3, 2014 Update: (on to table tblbannedips in the meantime to unban myself...): Back to the original pw for the admin so just removing the "yubico" value and all values in authdata: same, "Login Failed. Please Try Again. Your IP has been logged and admins notified of this failed login attempt." Giving up for now. - - - Updated - - - One last thing: I am travelling now and remotely controled a laptop from my office that I know had remained connected to our WHMCS today: I can perfectly use my whole admin account and use WHMCS in spite of the database changes I did...I guess if that browser gets logged out I'm locked out... 0 Quote Link to comment Share on other sites More sharing options...
Evos Posted September 3, 2014 Share Posted September 3, 2014 I am having the same problem can't login. I don't use 2-FA login so patch never worked. Hoping a patch comes out soon. 0 Quote Link to comment Share on other sites More sharing options...
visualtron Posted September 4, 2014 Share Posted September 4, 2014 Interested in this thread, cannot login either, no 2FA activated. Could be server related as this dedicated in on PHP 5.2 , on Plesk, and that cannot changed simply. I'm using PHP 5.2 on Plesk IIS6, WHMC support told me to upgrade to PHP 5.3. I did that by replacing the PleskPHP5 folder with PHP 5.3 and, after countless fiddling with IIS settings, managed to login after resetting the passwords. 0 Quote Link to comment Share on other sites More sharing options...
vivaciti Posted September 4, 2014 Share Posted September 4, 2014 Our issue seemed to be as some of us had a £ in the password 0 Quote Link to comment Share on other sites More sharing options...
fiberit Posted September 5, 2014 Share Posted September 5, 2014 Same problem here ! I can`t login anymore ! I have reset the password and is not working! Please fix this problem! I don`t understand how can u offer an update that is not working !!! Please test before !!! 0 Quote Link to comment Share on other sites More sharing options...
sabarishks Posted September 6, 2014 Share Posted September 6, 2014 This is taking ages, no solution yet. 0 Quote Link to comment Share on other sites More sharing options...
WizTech Posted September 7, 2014 Share Posted September 7, 2014 I have never had a problem with an upgrade before and I waited until now to do the upgrade - hopefully, giving time to have bug reports. So now I can't login. I managed to miss an interval of upgrading (how did that happen?) so upgraded from 6 to 9. Means I had to upload all files which I don't normally do. Password is not long or containing any symbols. No 2 factor authentication. There is no reset password link on the admin login page as there is supposed to be (http://docs.whmcs.com/Admin_Area). What the heck is going on? I can't wait days or weeks. My business requires this. 0 Quote Link to comment Share on other sites More sharing options...
microbolt Posted September 8, 2014 Share Posted September 8, 2014 (edited) I believe they changed the way the passwords are stored in the database (comparing to a backup I made before the upgrade) I'm assuming it failed for me as I was running PHP 5.2.x at the time. The new password routines must require PHP 5.3.x or above. But then I'm just guessing, who knows Here is how I fixed mine: First BACKUP your database. Don't say I didn't warn you. 1. Backup your Database 2. Reread step 1 3. Change your PHP version to be 5.3.x or higher 4. Go into myPhPAdmin and find table tblAdmins 5. Create an MD5 has of a temporary password want to use Or if you want to temporarly use the password test123 use the following hash: cc03e747a6afbbcbf8be7668acfebee5 6. Find your username entry and change the "Password" to your MD5 hash. 7. Clear out the contents of "Passwordhash" It MUST be blank for now. Once you change your password WHMCS will automatically recreate this. 8. Log in with the new password you generated with the MD5 has (or test123 if you used the hash above) 9. Change your password so that the system will update your password to the new format in the database 10. Profit? Edited September 8, 2014 by microbolt 0 Quote Link to comment Share on other sites More sharing options...
panvagil Posted September 8, 2014 Share Posted September 8, 2014 Hi, I had the same problem. I solve it by uploading the 5.3.9 files again. I hope that helps 0 Quote Link to comment Share on other sites More sharing options...
kkleszyn Posted September 9, 2014 Share Posted September 9, 2014 I have tried about everything found in both threads and still no luck. I don't use 2fauth. After login the browser hangs on an empty /dologin.php page and nothing happens. A refresh goes back to login page with failed login message. -- Chris 0 Quote Link to comment Share on other sites More sharing options...
fiberit Posted September 10, 2014 Share Posted September 10, 2014 If you delete the passwordhash the new password will work and you can login. 0 Quote Link to comment Share on other sites More sharing options...
kkleszyn Posted September 10, 2014 Share Posted September 10, 2014 Deleting passwordhash didn't work. What did was an upgrade to PHP 5.4.x 0 Quote Link to comment Share on other sites More sharing options...
Cubeboy Posted September 11, 2014 Share Posted September 11, 2014 After login the browser hangs on an empty /dologin.php page and nothing happens. A refresh goes back to login page with failed login message. tried patch no joy 0 Quote Link to comment Share on other sites More sharing options...
kkleszyn Posted September 11, 2014 Share Posted September 11, 2014 Please upgrade PHP to 5.4.x, this solved my problem. 0 Quote Link to comment Share on other sites More sharing options...
wwwcad Posted September 13, 2014 Share Posted September 13, 2014 Please upgrade PHP to 5.4.x, this solved my problem. I solved it removing the line in configuration.php: session_name("WHATEVERYOUHAVEHERE"); And make sure you are using PHP 5.4. I read in a blog post, new versions are only compatible with PHP 5.4 and UP. 0 Quote Link to comment Share on other sites More sharing options...
sitesdoneright Posted September 24, 2014 Share Posted September 24, 2014 I tried the hotfix and it didn't work. I use Yubikey to 2FA. What worked for me was going into my record in tbladmins and cleared out the values for authmodule and authdata by setting them to '' (without the quotes! just [empty]). Then I was able to log in where it prompted me to set up my Yubikey. I did so, saw that 5.3.9 was the current version and then immediately upgraded to 5.3.10. I then logged out and logged back in and it worked fine. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.