Gravity Forms PDF Extended Not Working?

Are you facing WordPress admin screens dying on white screens? Especially while using Gravity Forms PDF Extended plugin? It could be the main Gravity Forms “Entries” screen (ex. wp-admin/admin.php?page=gf_entries) and/or the single PDF generation or template page (ex. ?gf_pdf=1&fid=348&lid=2323&template=default-template.php

What is the solution?

To increase the memory limit for your php script (Gravity Forms PDF Extended here) addon.

Gravity-form-PDF-extension-requires-128MB-of-memory-med-64MB

The simplest way to increase memory limit is to place the following lines of code in your wp-config.php file.

define( ‘WP_MEMORY_LIMIT’, ‘128M’ );
ini_set(“memory_limit”,”128M”);

If it does not work try placing a php.ini file in the web root with the following lines:

memory_limit = 128M

After increasing the memory limit (RAM) it should look like:

Gravity-form-PDF-extension-requires-128MB-of-memory-med-128MB

Still doesn’t work?

Try Google for the possible solutins http://goo.gl/X4iLDe. Or check whether I am available for assisting you with the issue :)

Leave a Reply