Posted: October 22, 2014 at 12:06 am
|
Here is the url: I have no modified the invoice template. Any help with this? Im running other site and works fine, here i cant make it work… Thank you in advance ! |
Hi, If you enable WP_DEBUG do you see any other errors on that page? |
|
|
When i enable debug, this is the message: Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in /srv/www/nutricionpractica.org/www/wp-content/plugins/espresso-requirements-check/espresso_requirements_check.php on line 108 Warning: file_get_contents(http://www.nutricionpractica.org/wp-content/themes/Divi/style.css) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found in /srv/www/nutricionpractica.org/www/wp-content/plugins/espresso-requirements-check/espresso_requirements_check.php on line 108 Notice: Undefined index: HTTP_MOD_REWRITE in /srv/www/nutricionpractica.org/www/wp-content/plugins/espresso-requirements-check/espresso_requirements_check.php on line 146 |
Hi, Could you go ahead and deactivate the requirements plugin? It is only needed to check your site to see if it compatible with Event Espresso. — |
|
|
I’ve deactivated the plugin and the error is the same: any help? No more messages if i activate debug mode… |
Hi, Have you already tried testing with only Event Espresso running and your other plugins temporarily deactivated? Does the issue continue? The following macro may help. Turn debugging off through your wp-config.php and add the follow macro just below it: define('WP_DEBUG_DISPLAY', false); @ini_set('display_errors',0); — |
|
|
I tried. Nothing occurs. No new message if i deactivate all the plugins except event espresso, and the invoice doesnt show at all. I added the coe in wp-config and no new message appears… Any more help, please? |
Hi there, Could you please create a temporary WordPress admin login and a temporary SFTP/FTP login so we can take a closer look at this issue? Please share that temporary login through the secure link below: To prevent delays in troubleshooting, be sure to double check your information on the form before submitting. The submit button for the form appears at the end of the form. Again, please ensure that the temporary login works. Thank you. — |
|
|
Sent! Thank you! |
Thanks. I’ve sent a reply to your email. — |
|
|
FPDF error: Some data has already been output, can’t send PDF file I need this problem to be resolved asap, we need to send invoices… Thank you |
Hi, Sorry for the delay. I replied to this yesterday asking about some additional testing. — |
|
|
Still not working…any help? In my wp-config i have this lines of code: |
|
Hi, define(‘WP_DEBUG’, false); should read define(‘WP_DEBUG’, true); (the first line should be true not false). That will allow error messages to show and also create a log file. |
|
There were no spaces at all. I used a fpdf.php file that worked correctly in other site. I found the solution including ob_clean(); just at the start of the php. Here’s the example:
|
The support post ‘FPDF error: Some data has already been output, can't send PDF file (2)’ 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.