Agree Terms

Agree Terms 5.5.2 nulled

No permission to download
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
Attachments
  • 12.webp
    12.webp
    32.4 KB · Views: 0
  • 12202128_03.webp
    12202128_03.webp
    27.6 KB · Views: 0
  • 12202128_04.webp
    12202128_04.webp
    52.6 KB · Views: 0
  • 12202128_05.webp
    12202128_05.webp
    27.7 KB · Views: 0
  • 12202128_06.webp
    12202128_06.webp
    33.9 KB · Views: 0
Top