Agree Terms

Agree Terms 5.5.2 nulled

No permission to download
shubra updated Agree Terms with a new update entry:

nulled and fix some bug

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...

Read the rest of this update entry...
 
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:
Code:
   if (ob_get_level() > 0 && ob_get_length() > 0) {

throw EmitterException::forOutputSent();

}




Change to:

Code:
  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.
 
Back
Top