Cannot Print HCFA bill

chapman_m wrote on Thursday, December 01, 2005:

Hi,

I have created a test bill, queue’d the HCFA form and submitted it to print, but nothing happens. What could I be doing wrong?

Thanks,

Mike

andres_paglayan wrote on Thursday, December 01, 2005:

Fearing of sounding like an AOL technician,

Did you plugged in your printer?

If you are using Linux, you have to install the printer (CUPS is the de facto app) and then match the printer queue in the configuration file to what you configured for the printer.

chapman_m wrote on Thursday, December 01, 2005:

No, I believe I do not have the xmlrpc_server.php configured properly. I am going to take another look at it and see if something jumps out at me.

Mike

chapman_m wrote on Thursday, December 01, 2005:

Ok…here’s the output I get:

Claim was processed: 2005-12-01 00:10:50 but there was an error: Code: 5 Reason ‘Didn’t reive 200 OK from remote server’.

How can I troubleshoot this issue?

Thanks,

Mike C.

chapman_m wrote on Thursday, December 01, 2005:

More info…

I processed the bill and this is the output:

PHP Notice: Constant ADDODB_FETCH_ASSOC already defined in /var/www/html/openemr/library/sql.inc on line 6

PHP Notice: Undefined index: SERVER_NAME in /var/www/html/openemr/includes/config.php on line 64

It goes on to let me know that the .pdf file was generated successfuly, and then it tells me: lpr:error-unable to print file: client-error-not-possible

Thanks,

Mike C.

drbowen wrote on Thursday, December 01, 2005:

You may need to give your web server permission to write to the target directory of the *.pdf files being generated by freeB:

~/openemr/documents/

chapman_m wrote on Saturday, December 03, 2005:

Now I am getting " no input file specified". I have made sure that the web server has permission to write to /openemr/documents.

Any ideas?

Mike C.