install it and enter any code to save ,and enjoy it .
possible problems:
1. Terms have litte content can not to save.
it is not save success ,because whmcs cache have problem ,you need refresh page
2.open frontend page www.****/index.php?m=agreeterms have error like :
Code:
Laminas\HttpHandlerRunner\Exception\EmitterException: Output has been emitted previously; cannot emit response in vendor/laminas/laminas-httphandlerrunner/src/Exception/EmitterException.php:24
this problem was happened when you use outdate whmcs version like 7.x
fix method:
goto
vendor/laminas/laminas-httphandlerrunner/src/Emitter/SapiEmitterTrait.php
in line of 39 , 40 and 41:
PHP:
if (ob_get_level() > 0 && ob_get_length() > 0) {
throw EmitterException::forOutputSent();
}
Change to:
PHP:
if (ob_get_level() > 0 && ob_get_length() > 0) {
while(ob_get_level() > 0){ob_end_clean();}
}
Just do it! it's fixed and resolved.
3.cann't find terms in any page exclude add fund page.
please login out backend user and try again.
end,thank you customer
@shubra upload it ,and nulled by
@anne51