Skip to main content

After Cpanel 104.0.4 My WHMCS Admin Login not working.

Comments

6 comments

  • cPRex Jurassic Moderator
    Hey there! I haven't heard of any issues specific to WHMCS on my end just yet. Do you see any logs on the WHMCS side of things that may point you in the right direction?
    0
  • Azeemeo
    Hey there! I haven't heard of any issues specific to WHMCS on my end just yet. Do you see any logs on the WHMCS side of things that may point you in the right direction?

    Thank you for your reply, It was PHP Session issue after reconfiguration easyapache my issue has been resolved.
    0
  • cPRex Jurassic Moderator
    I'm glad you were able to get that working!
    0
  • yohanecs
    Thank you for your reply, It was PHP Session issue after reconfiguration easyapache my issue has been resolved.

    Hi Azeemeo Same problem for me. I've migrated WHM to a new server. I'm unable to log in to the WHMCS admin or client area since the migration, login page keeps refreshing and not login in but I get emails saying "WHMCS Admin Failed Login Attempt". I tried everything, even reinstalling WHMCS. Could you please explain what you did to resolve this? Thanks in advance :)
    0
  • yohanecs
    I was able to resolve the issue. The issue was with the PHP session save path. After running the below code saved as a php file, I discovered that there are several .htaccess, .user.ini, php.ini, files in the home directory that were created by cPanel and include incorrect session save path. I corrected the path and saved the files. WHMCS login works fine after that. Check all the .ini files in the home directory and public_html ++; print_r($_SESSION); $session_save_path = ini_get('session.save_path'); if(is_writable($session_save_path)){ echo "

    PHP session.save_path $session_save_path is writable

    "; } else { echo "

    PHP session.save_path $session_save_path is NOT writable

    "; }

    0
  • Azeemeo
    Yes, the issue with PHP Session and it's very good you explained the solution in detail and it can also help others to resolve the same issue.
    0

Please sign in to leave a comment.