Changing FAXPRO characters limit

I need to put text (about 1000 characters) in the Company Footer section but the text is cut at 710 characters. I tried to look at the fax.php and page.fax.php but they seem to be encrypted/coded!

  • Is there anyway around this?

Text limit was set in the database table “fax_details”.
Changing the limits will push the text to a second page. This can be fixed by changing the ‘PDF_MARGIN_BOTTOM’ value in var/www/html/admin/modules/faxpro/vendor/tecnickcom/tcpdf/config/tcpdf_config.php

To avoid “You have 1 tampered files” message, remove or comment the line with tcpdf_config.php in /var/www/html/admin/modules/faxpro/module.sig

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.