Httpd and database error

jeff_ross wrote on Monday, May 05, 2008:

SQL-Ledger has some other dependencies that are listed on the SQL-Ledger web page in the README file:

http://sql-ledger.org/cgi-bin/nav.pl?page=source/readme.txt&title=README

It can’t hurt to install everything else for FreeB, or you can add a package and try again.  The system logs will let you know if you are missing a dependency.

Jeff

mike-h30 wrote on Monday, May 05, 2008:

Thanks Jeff!  Installing Frontier::Responder did the trick. 

OpenEMR seems to be working however, I noticed all these PHP "Notices" and "Warnings" in my Apache error log.  Do I need to resolve these also?

[Sun May 04 21:23:26 2008] [error] [client 192.168.1.89] PHP Notice:  Undefined variable: ignoreAuth in /srv/www/htdocs/openemr-2.8.3/interface/globals.php on line 186, referer: http://192.168.1.89/openemr-2.8.3/interface/patient_file/summary/patient_summary.php
[Sun May 04 21:23:26 2008] [error] [client 192.168.1.89] PHP Warning:  Call-time pass-by-reference has been deprecated; 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 in /srv/www/htdocs/openemr-2.8.3/library/freeb/xmlrpcs.inc on line 498, referer: http://192.168.1.89/openemr-2.8.3/interface/patient_file/summary/patient_summary.php
[Sun May 04 21:23:26 2008] [error] [client 192.168.1.89] PHP Warning:  Call-time pass-by-reference has been deprecated; 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 in /srv/www/htdocs/openemr-2.8.3/library/freeb/xmlrpcs.inc on line 501, referer: http://192.168.1.89/openemr-2.8.3/interface/patient_file/summary/patient_summary.php
[Sun May 04 21:23:26 2008] [error] [client 192.168.1.89] PHP Warning:  Call-time pass-by-reference has been deprecated; 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 in /srv/www/htdocs/openemr-2.8.3/library/freeb/xmlrpcs.inc on line 538, referer: http://192.168.1.89/openemr-2.8.3/interface/patient_file/summary/patient_summary.php
[Sun May 04 21:23:26 2008] [error] [client 192.168.1.89] PHP Notice:  Constant SMARTY_DIR already defined in /srv/www/htdocs/openemr-2.8.3/library/classes/Controller.class.php on line 4, referer: http://192.168.1.89/openemr-2.8.3/interface/patient_file/summary/patient_summary.php
[Sun May 04 21:23:26 2008] [error] [client 192.168.1.89] PHP Notice:  Undefined index:  process in /srv/www/htdocs/openemr-2.8.3/library/classes/Controller.class.php on line 119, referer: http://192.168.1.89/openemr-2.8.3/interface/patient_file/summary/patient_summary.php

mbrody wrote on Monday, May 05, 2008:

The Notices and Warnings will not cause your program to fail, but are issues that eventually should be addressed in the PHP code. 

Michael

drbowen wrote on Monday, May 05, 2008:

No.

These warnings and messages are normal behavior.

You might want to change the directory that they are written to and / or make sure to rotate the log files.

Sam Bowen, MD