Jump to content

I keep redirecting to the login page no matter what I click...


kctan

Recommended Posts

I have just installed a brand new copy of WHMCS in my site:

 

http://websproutconsulting.com/webhosting/whmcs/

 

But whenever I login and click on the tabs (reports or setup >> payment gateways etc), it keeps directing me back to the login page at:

 

http://websproutconsulting.com/webhosting/whmcs/admin/login.php

 

Besides this, I also notice that my WHMCS page is not loading properly and some of the links return a 404 error.. Is there something went wrong with my installation?

 

I install the application in the path >> websproutconsulting.com/webhosting/whmcs

 

I appreciate your comment and help in this, thank you very much!

Link to comment
Share on other sites

I'm guessing that your WHMCS System URL is set to http://websproutconsulting.com/whmcs/ and not http://websproutconsulting.com/webhosting/whmcs/...The bad news is that you probably can't get to that setting in the admin panel (Setup -> General Settings -> General Tab -> WHMCS System URL)... If you have access to myPHPAdmin, open that up, click on your whmcs table, click on the SQL tab, and add this, then click go!

UPDATE tblconfiguration 
SET value='http://websproutconsulting.com/webhosting/whmcs/' 
WHERE setting='SystemURL';

Link to comment
Share on other sites

  • 2 months later...
If you need to Remember Me checkbox ticked I recommend taking a look at php sessions on your server, as this suggests an issue with them.

 

Hi John, may I know what settings should I check on my server? This problem comes back again no matter which browser I use... FF, Chrome and IE all gives me the same problem.. It keeps directing me back to login page whenever I click on any links on the sign in page.

Link to comment
Share on other sites

  • 1 year later...
Hi kctan, is your login problem solved?

 

I'm also having this issue.

 

Suspect it's because of the dynamic IP provider I'm having. But how to resolve this?

 

Hi, my problem has been resolved but not sure which part fixes the problem... I now always login with the 'Remember me' box checked.

 

And yes, there is another thing. I also disable the dynamic IP logging in thing sometime ago in the whmcs settings. Maybe this will help =)

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