wcwman

VIP Account
Registered
Joined
Nov 4, 2024
Messages
2
Reaction score
2
Points
3
Age
43
Location
USA
Site Script
WHMCS
I am getting the following error after upgrading to the latest version.
Error: Call to undefined method WHMCS\License::getRegistrationDate() in /var/www/vhosts/xxxxxxxx/xxxxxxxxxxxxxxxxx/vendor/whmcs/whmcs-foundation/lib/Admin/Survey/Retently/v1/GlobalNps.php:0

Any help would be appreciated.
 
I am getting the following error after upgrading to the latest version.
Error: Call to undefined method WHMCS\License::getRegistrationDate() in /var/www/vhosts/xxxxxxxx/xxxxxxxxxxxxxxxxx/vendor/whmcs/whmcs-foundation/lib/Admin/Survey/Retently/v1/GlobalNps.php:0

Any help would be appreciated.
Go to /www/wwwroot/wcwman/Dash/vendor/whmcs/whmcs-foundation/lib/License.php

add a function in the code anywhere

public function getRegistrationDate(){

}
 
731Threads
2,285Messages
63,672Members
ngtxLatest member
Back