Jump to content

Upgrade issue


PaulC55

Recommended Posts

coming at this from another angle, is your encryption hash the same for v7 as it was for v6 ? Because that could explain why a lot of your clients can't login with their previous passwords...

 

https://forum.whmcs.com/showthread.php?115451-Security-Questions&p=466882#post466882

 

This indicates the encryption hash in your WHMCS configuration.php file has changed. That string is used to encrypt and decrypt all the encrypted data stored in your WHMCS database and so changing it will corrupt not just security questions, but a lot of other things too. Change it back to the previous value from the old server and then WHMCS will be able to decrypt the data successfully again.
Link to comment
Share on other sites

Hey PaulC55,

 

Firstly, try disabling any hooks by adding the following line to the end of your configuration.php file and then trying again

$disable_hook_loading = true;

If you still have issues try removing all addons

Then, try uploading a fresh copy of all the v7 files and see if that helps.

Lastly try running a browser console and seeing if any issues popping up in there.

Link to comment
Share on other sites

Got it fixed, thanks for all your help everyone :).

 

Our website uses automatic redirect to https:// in our .htaccess so by changing our "WHMCS System URL" from https to http, all issues related to clients not being able to login with the correct password & password reset page not working has been solved.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated