I just explored areas of the software I had not touched before and ran into some php warnings.
This one in the Billing Manager where I get:
Deprecated: Function split() is deprecated in /home/drorloff/domains/buenavistasurgery.com/public_html/openemr/interface/reports/criteria.tab.php on line 48
Thanks Stephen,
I did not want to start changing base code so I opted for just suppressing the messages with a brutal .htaccess file with a content of
php_flag display_startup_errors off
php_flag display_errors off
php_flag html_errors off
php_flag log_errors on
php_flag ignore_repeated_errors off
php_flag ignore_repeated_source off
php_flag report_memleaks on
php_flag track_errors on
php_value docref_root 0
php_value docref_ext 0
php_value error_reporting -1
php_value log_errors_max_len 0
hoping that there will be a patch for this at one time
–
Please be aware that e-mail communication can be intercepted in
transmission or misdirected. Please consider communicating any sensitive
information by telephone. The information contained in this message may be
privileged and confidential. If you are NOT the intended recipient, please
notify the sender immediately with a copy to hipaa-security@mrsb-ltd.com and
destroy this message.