Troubleshooting Problems Accepting EULA After Update: A Step-by-Step Guide

thumb_up 1  ·  sell Accepting EULA after update troubleshooting, Resolving issues with End User License Agreement acceptance, Troubleshooting problems with EULA acceptance post-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

Follow-Up

We recommend ensuring that the Friendly URL setting is configured optimally for the current server environment. Refer to the following resources for information on doing so:

 
 
The End! should you have any inquiries, we encourage you to reach out to the Vercaa Support Center without hesitation.

Was this answer helpful?

Related Articles

description

Step-by-Step Guide to Installing WHMCS

To start using WHMCS, you will need to install it on your server. You may need help from your hosting provider or system administrator…

arrow_forward
description

Configuring cPanel Site Software for WHMCS Integration: A How-To Guide

You can install WHMCS using cPanel's Site Software feature. Before you can perform the installation, a WHM user must enable WHMCS…

arrow_forward
description

Effortless WHMCS Installation Using cPanel Site Software: A Step-by-Step Tutorial

You can install WHMCS easily using cPanel's Site Software feature. To do this: 1. If you have not already done so, configure…

arrow_forward
description

Configuring WHMCS Cron Jobs: Step-by-Step Setup Guide

You will need to configure the cron job as soon as you finish installing WHMCS. The cron job executes WHMCS's automation tasks,…

arrow_forward
description

Customizing the WHMCS Cron Schedule: Configuration Guide

The WHMCS cron job performs many of the automated tasks for your WHMCS installation. You can customize when and how often it runs…

arrow_forward
arrow_back « Back