Took me many hours to figure this out
Hope this will help someone else - old and new FPDF ver.
I got addon with pdf invoice and packing slip, but when generating pdf file I was getting FPDF error: Some data has already been output, can't send PDF file
or
the page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression
So, open admin/pdf_invoice and packingslip.php and edit as follows
find on top of page:
require('includes/application_top.php');
replace with
require('includes/application_top.php');
while (ob_get_level())
ob_end_clean();
header("Content-Encoding: None", true);
[img]http://forums.oscommerce.com//public/style_emoticons/default/sweatingbullets.gif[/img]
Latest News: (loading..)
FPDF error: Some data has already been output, can't send PDF file
Started by Peper, Sep 03 2011, 11:38
pdf invoice and packing slip solved
No replies to this topic
#1
Posted 03 September 2011, 11:38
Contributions successfully installed : Header tags SEO, Scrolling new products, Customer testimonials, Support tickets, Polls, Link exchange, SPPC, X-sell, Master products, Dhtml menu, Image cache, Slide show, Product videos, Product custom sort, Product notes, Discount coupons, Ask question(review style + admin), CP builder, Customers also purchased, price list, // SEO URLS 5, and forgot the others and then a real admin setup.














