Billing Screen EOB and Report are Blank

aperezcrespo wrote on Thursday, February 01, 2007:

Patient data gets into SL but when I click on EOB and Report on the Billing screen they both com back blank.
I’ve entered some encounters and then Make Electronic Batch and Clear.
When I look in the apache2 error log file I find these entries.

OpenSuse 10.2
PHP5
MySQL5

[Wed Jan 31 20:51:04 2007] [error] [client 192.168.0.100] PHP Warning:  Call-time pass-by-reference has been deprecated - argument passed by value;  If you would like to pass it by reference, modify the declaration of [runtime function name]().  If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file.  However, future versions may not support this any longer.  in /srv/www/htdocs/openemr/library/freeb/xmlrpcs.inc on line 537, referer: http://192.168.0.10/openemr/interface/billing/billing_report.php
[Wed Jan 31 20:51:04 2007] [error] [client 192.168.0.100] PHP Notice:  Undefined index:  DAEMON_FLAG in /srv/www/htdocs/openemr/library/auth.inc on line 55, referer: http://192.168.0.10/openemr/interface/billing/billing_report.php
[Wed Jan 31 20:51:04 2007] [error] [client 192.168.0.100] PHP Fatal error:  Call to undefined function pg_pconnect() in /srv/www/htdocs/openemr/library/sql-ledger.inc on line 9, referer: http://192.168.0.10/openemr/interface/billing/billing_report.php

sunsetsystems wrote on Thursday, February 01, 2007:

"Call to undefined function pg_pconnect()" indicates that your PHP installation is not supporting PostgreSQL.  Perhaps you need to install the package that adds Postgres support to PHP.

Rod
www.sunsetsystems.com

aperezcrespo wrote on Saturday, April 28, 2007:

Suse by default does not install php5-pgsql.  Need to install this for pg_pconnect() function to be available.

I really need to remember this.

Alfonso