Posted: July 8, 2015 at 8:58 am
|
Hi there, We had to change our domainname and copy & paste our WP install to a new folder. Everything seems to work except the invoices. We get the error: ‘FPDF error: Some data has already been output, can’t send PDF file’ when clicking on the invoice link. Please advice what to do or look at. Thanks and regards,
|
|
Hi JB, Is that the full error message? Have you enabled WP_DEBUG to see if there is any more, hidden, messages? https://codex.wordpress.org/WP_DEBUG |
|
Hi Dean, great to hear from you & thanks. I now tried with WP_DEBUG set to true and clicked a ticket and an invoice. The invoice only gives the error message as stated and the ticket works but does provide some (maybe relevant) data in DEBUG mode: Notice: Undefined variable: map_image_class in /home5/holland1/public_html/condroid.nl/wp-content/plugins/event-espresso/includes/functions/main.php on line 876 Notice: Undefined property: stdClass::$event_link in /home5/holland1/public_html/condroid.nl/wp-content/plugins/espresso-ticketing/functions.php on line 330 Notice: Undefined property: stdClass::$event_url in /home5/holland1/public_html/condroid.nl/wp-content/plugins/espresso-ticketing/functions.php on line 331 Notice: Undefined property: stdClass::$seatingchart_tag in /home5/holland1/public_html/condroid.nl/wp-content/plugins/espresso-ticketing/functions.php on line 375 Notice: Array to string conversion in /home5/holland1/public_html/condroid.nl/wp-content/plugins/espresso-ticketing/functions.php on line 405 Eager to hear from you! Regards, |
Hi JB, Which version number of EE3 are you using? Also which version number of the EE3 Ticketing Add-on? You’ll find both of these within Dashboard -> Plugins – http://take.ms/rqziV |
|
|
Hi Tony, Event Espresso: 3.1.28.4.P Regards, |
Hi Jorik, Those versions are no longer supported, but you could check to see if you have an invoice URL set in the invoice settings is still pointing to your old domain. |
|
|
Hi Josh, Is that the ‘Invoice Payment Settings’ under ‘Payment Settings’? There is no setting with domain in there. Where should I look or which file on server? Regards, |
It’s the Logo URL field: You can also check and verify the files that you copied over to make sure everything that was supposed to get copied did get copied. |
|
|
The problem here seems to be that whenever I try to login onto the old domain wp-admin it will show the new domain admin panel.. |
Hi JB, did you update the old site to point to the new domain? If so, that could explain why, you are seeing the dashboard for the new site when trying to access the old one. — |
|
|
Hi Lorenzo, Good question. I did so because tutorial said so when copying WP site from domain 1 to domain 2. Now it seems the folder associated on server with domain 1 is undergoing changes partly when we change things in wp backend at domain & folder 2 🙁 Big problem remains somehow after using the EE code for our yearly event I have managed to destroy the invoice capability.. Everything else seems yo work 100% fine. Regards, |
Hi Jorik, could you try adding this towards the middle of your wp-config.php file? It should replace any existing debugging macros for WP: define(‘WP_DEBUG_DISPLAY’, false); — |
|
|
Hi Lorenzo, I have added the code and but nothing seems to have changed? Regards, |
The support post ‘FPDF error: Some data has already been output, can't send PDF file (3)’ 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.