I know this has been posted before.
A.) We have not modified the invoice template.
B.) I checked for leading spaces in the file
C.) We are using a ‘p’ version of the code Version 3.1.36.5.P.
Any other thoughts on what I need to do to fix this?
Can you check to see if WP_DEBUG is set to ‘true’? If it is, you will need to turn wp_debug off in order for the FPDF functions to process through. The same effect can happen if the server is set to have error_display turned on. In either case, these should be set write debugging to log files, not display them on a production site.
While this is set to false as its default, some hosts will turn on PHP error display assuming that the site starts off under development, with the idea that the developer will turn off error display when the development is finished.
You can contact your host to ask them if error display is turned on, or even try adding this line of code to your wp-config.php file:
Does it work if you temporarily switch the site to defaults?
—
Lorenzo
Viewing 7 reply threads
The support post ‘FPDF error: Some data has already been output, can't send PDF file’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.