I get this error on calendar every time I schedule a practitioner.
Warning: A non-numeric value encountered in F:\wamp64\www\openemr\library\patient.inc on line 1499
Can Anyone help me please???
maybe your display_errors
is On
?
Thank you all,
I just corrected the problem with the instruction:
$ dobYear = (int) substr ($ dobYMD, 0, 4); instead of $ dobYear = substr ($ dobYMD, 0, 4);
Just had to cast the instruction.
thank you all.
1 Like