Jump to content

i updated WHMCS to 7.7.1 but i can not access the admin area


Recommended Posts

I resolved the issue with this link https://help.whmcs.com/m/80786/l/949908-troubleshooting-problems-accepting-eula-after-update

Encase the link is not working use this 

 

Troubleshooting Problems Accepting EULA After Update

Symptom

After applying the WHMCS 7.6 update, upon first logging to the administration area, it is necessary to read and agree to an updated License Agreement (EULA).

In some circumstances, clicking the Accept button may reload the page or result in a 404 error:

The requested URL /admin/eula-accept was not found on this server. 

Cause

This is caused by a mis-configured Friendly URLs setting, causing the Accept button to point to an unroutable path on your server.

Solution

The Friendly URL setting can be reset to the basic value by executing the following SQL command against the WHMCS database:

UPDATE `tblconfiguration` SET value ='basic' WHERE setting='RouteUriPathMode';

Refresh the License Agreement page in your browser.

The updated Agreement can now be accepted successfully

 

 

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