Apache httpd log errors

vronp wrote on Friday, October 02, 2009:

Hi all,

I just installed Openemr and noticed the following in my httpd error log:

   PHP Notice:  Undefined var
iable: defaultLanguage in /var/www/html/openemr/interface/login/login.php on lin
e 72, referer: http://localhost/openemr/interface/login/login_frame.php
   PHP Notice:  Undefined ind
ex:  loginfailure in /var/www/html/openemr/interface/login/login.php on line 97,
referer: http://localhost/openemr/interface/login/login_frame.php
   PHP Notice:  Undefined ind
ex:  use_adldap_auth in /var/www/html/openemr/interface/login/login.php on line
139, referer: http://localhost/openemr/interface/login/login_frame.php

Just wondering if someone might offer some advise on this.

thanks

bradymiller wrote on Saturday, October 03, 2009:

hey,

Just php notices, so just benign. Can turn these off in php.ini (php configuration file) by changing:
error\_reporting = E\_ALL & ~E\_NOTICE & ~E\_STRICT

-brady