Home › Forums › Bugs and Troubleshooting › Problems generating PDF file
- This topic has 15 replies, 4 voices, and was last updated 3 weeks, 6 days ago by admin.
-
AuthorPosts
-
Reinaldo GonzalezParticipant
I’m getting the following error:
There was an error generating the PDF file. Your server wasn't able to upload PDF file.
Please advise.
adminKeymasterLet’s troubleshoot it…
Do you have any other PDF merge templates that work correctly?
Please reply with a copy/paste of the Under the Hood tab. (Formidable Pro2pdf > Under the Hood)We remain at your service.
Reinaldo GonzalezParticipantNone of them works, I get the same error with all of them.
=== Formidable PRO2PDF ===
Site URL: https://toolbox.investeamrealty.com/
Plugin folder: formidablepro-2-pdf
PHP version: 7.4.33
WP version: 6.8.1
FrmAppHelper: Yes
Trial: No
CURL: 8.9.1
CURL error: cURL error 28: Connection timed out after 5002 milliseconds
CURL Test: NoReinaldo GonzalezParticipantWhen trying to access Activated Forms, “I get “Unknown error. Please try again later.”
adminKeymasterWell, that’s not good at all! Are you able to provide us with login credentials so we can investigate the issue(s)?
If so, please complete this form. If not, please let us know, and we will develop a step-by-step remote troubleshooting plan.
We remain at your service.
ReiGuestSorry but I can’t provide you with login credentials.
Reinaldo GonzalezParticipantSorry but I can’t provide you with login credentials.
adminKeymasterWe corrected the issue. Please review your plugin functionality and let us know if you encounter any additional problems.
We remain at your service.
Reinaldo GonzalezParticipantJust tested and the problem persists, same errors.
adminKeymasterPlease ensure the plugin is updated to the latest version 3.19,
Please add the following to wp-config.php file.
if (!defined(‘FPROPDF_SERVER’)) {
define(‘FPROPDF_SERVER’, ‘https://api2.formidablepro2pdf.com’);
}If that doesn’t work, then replace the previous with:
if (!defined(‘FPROPDF_SERVER’)) {
define(‘FPROPDF_SERVER’, ‘http://api.formidablepro2pdf.com’);
}Or if that doesn’t work, then replace the previous with:
if (!defined(‘FPROPDF_SERVER’)) {
define(‘FPROPDF_SERVER’, ‘http://api2.formidablepro2pdf.com’);
}If that doesn’t work, we will need access to the website. Please consider creating FTP access limited to the formidablepro2pdf folder within the plugins directory to avoid providing full access to the server.
Reinaldo GonzalezParticipantI have version 3.19 installed; your website “Download” offers version 3.13 available for download.
Is there a newer version?
The changes to wp-config.php did not fix the problem.
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.
kevinParticipantHaving similar problems across several websites. Need a solution. Have submitted a separate ticket,
adminKeymasterWe have corrected an issue with the exporting of PDF files, however, the original cause of the issue was an expired activation key. You will need to renew the plugin to retain the paid features, or revert to the free version by removing the Activation Key from the plugin’s Activated Forms tab.
Let us know if you have any questions or run into any issues.
We remain at your service.
Reinaldo GonzalezParticipantI’m getting the following message when trying to create a PDF:
Formidable PRO2PDF
There has been a critical error on this website.Learn more about troubleshooting WordPress.
My license is up to date.
Let me know how to fix this problem.
adminKeymasterIs the error happening with all the PDF templates or just one?
Are you able to export a PDF from the plugin’s EXPORT tab?
If the export was working, what was recently changed or updated?
Please complete this form if you can provide us with login credentials so we can investigate the issue.
We remain at your service.
-
AuthorPosts