Prescription Printing problem

okhra wrote on Wednesday, November 02, 2005:

I am getting the following error messages ( under v2.7.3-rc1) :

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/openemr/library/classes/InsuranceNumbers.class.php:139) in /var/www/html/openemr/library/classes/class.pdf.php on line 1917

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/openemr/library/classes/InsuranceNumbers.class.php:139) in /var/www/html/openemr/library/classes/class.pdf.php on line 1918

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/openemr/library/classes/InsuranceNumbers.class.php:139) in /var/www/html/openemr/library/classes/class.pdf.php on line 1920

Can someone help ? Thanks

braman at world dot std dot com

sunsetsystems wrote on Wednesday, November 02, 2005:

InsuranceNumbers.class.php should not have a line 139.  Edit this file and remove all whitespace at the very end, after the closing "?>".

– Rod (http://www.sunsetsystems.com/)

okhra wrote on Thursday, November 03, 2005:

Thanks. Yes, I found line 139 beyond the “?>” but didn’t think about it affecting anything, being pretty green with php. I can handle the language but lack experience with php systems.I’ll try removing the empty line, tomorrow.

I got your reply exactly 13 minutes after I asked for help :slight_smile: Imagine getting such help from proprietary systems.

Thanks,
braman at world dot std dot com