Forum Replies Created
-
AuthorPosts
-
admin2Keymaster
Hello,
We currently see that the demo is working fine on your website. Were the PDFs working before?
If not, could you please double-check that you are using the correct shortcodes? Also, does the issue persist if you try using a different PDF source?
If the problem continues with another PDF, unfortunately, we will need to investigate the issue directly on your side. If that is acceptable to you, please submit the current form.
admin2KeymasterHello,
3.19 is the latest version. Please consider adding the following line, as it seems to have been incorrectly converted in the previous message:
if (!defined('FPROPDF_SERVER')) { define('FPROPDF_SERVER', 'https://api2.formidablepro2pdf.com'); }
or
if (!defined('FPROPDF_SERVER')) { define('FPROPDF_SERVER', 'http://api2.formidablepro2pdf.com'); }
If that still doesn’t resolve the issue, it appears that your server’s firewall may be blocking outgoing connections or the domain cannot be resolved. Unfortunatley, to investigate further, we will need FTP access – at least to the FormidablePro2PDF plugin folder – to perform the necessary tests.
admin2KeymasterHi,
We are sorry for the inconvenience. We could detect the issue on our side while the License Key validation. Can you please recheck if the issue still appears?
admin2KeymasterHi,
We are sorry for the inconvenience. We could detect the issue on our side while the License Key validation. Can you please recheck if the issue still appears?
admin2KeymasterHi,
We are sorry for the inconvenience. We could detect the issue on our side while the License Key validation. Can you please recheck if the issue still appears?
admin2KeymasterHi,
We are sorry for the inconvenience. We could detect the issue on our side while the License Key validation. Can you please recheck if the issue still appears?
admin2KeymasterHi,
We are sorry for the inconvenience. We could detect the issue on our side while the License Key validation. Can you please recheck if the issue still appears?
admin2KeymasterHi,
We are sorry for the inconvenience. We could detect the issue on our side while the License Key validation. Can you please recheck if the issue still appears?
admin2KeymasterHi,
If License Key was renewed, the same License Key must be valid. Do you still have issues with the old License Key? Can you recheck please now if you still have issues? We had an issue with License Key validation.
admin2KeymasterHi,
We are sorry for the inconvenience. We could detect the issue on our side while the License Key validation. Can you please recheck if the issue still appears?
admin2KeymasterHi,
We are sorry for the inconvenience. We could detect the issue on our side while the License Key validation. Can you please recheck if the issue still appears?
admin2KeymasterHi,
We are sorry for the inconvenience. We could detect the issue on our side while the License Key validation. Can you please recheck if the issue still appears?
admin2KeymasterHi,
You need to update the plugin to the latest 3.11 version:
https://www.formidablepro2pdf.com/formidablepro-2-pdf.zip
P.S. Please remember that you have a custom plugin path, so plugin activation/deactivation could be required or an update must be completed via FTP.
February 27, 2023 at 4:06 pm in reply to: Is their a limit to field maps – My field map designer has stop saving new +’s #48705admin2KeymasterHi,
Try please to increase max_input_vars PHP setting and see if it solve the problem.
We remain at your service.
February 25, 2023 at 1:38 pm in reply to: 3.09 – Authenticated (Admin+) SQL Injection vulnerability #48626admin2KeymasterHi,
Please download and update the plugin manually until the update will not be available at WordPress.org:
https://www.formidablepro2pdf.com/formidablepro-2-pdf.zip
Let us know please if it will be any issues after the update. Sorry for the delay and inconvenience.
We remain at your service.
admin2KeymasterHi,
Please download and update the plugin manually until the update will not be available at WordPress.org:
https://www.formidablepro2pdf.com/formidablepro-2-pdf.zip
Let us know please if it will be any issues after the update. Sorry for the delay and inconvenience.
We remain at your service.
February 25, 2023 at 1:31 pm in reply to: WordPress Formidable PRO2PDF Plugin <= 3.09 is vulnerable to SQL Injection #48624admin2KeymasterHi,
Please download and update the plugin manually until the update will not be available at WordPress.org:
https://www.formidablepro2pdf.com/formidablepro-2-pdf.zip
Let us know please if it will be any issues after the update.
We remain at your service.
February 25, 2023 at 1:30 pm in reply to: My Wordfence says 3.09 has a Security Vulnerability, where is 3.10? #48622admin2KeymasterHi,
Please download and update the plugin manually until the update will not be available at WordPress.org:
https://www.formidablepro2pdf.com/formidablepro-2-pdf.zip
Let us know please if it will be any issues after the update.
We remain at your service.
- This reply was modified 2 years, 4 months ago by admin2.
admin2KeymasterHi,
Check please if iconv or mbstring is installed.
We remain at your service.
admin2KeymasterHi.
You can try to use ‘fpro2pdf_sig_output_options’ filter at functions.php where ‘nrtzvr’ is the field key of signature:
add_filter( 'fpro2pdf_sig_output_options', 'fpro2pdf_sig_output_options_func', 10, 2); function fpro2pdf_sig_output_options_func( $options, $field ) { if ($field == 'nrtzvr') { $options['penWidth'] = 2; } return $options; }
-
AuthorPosts