I have recently have established my OpenEMR database and I and my coworkers are having so issues with the vitals section. We are getting the following error message :
Warning: Undefined array key “vitalsStringFormat” in C:\xampp\htdocs\openemr\sites\default\documents\smarty\main%%E3^E36^E364895E%%vitals_textbox.tpl.php on line 41
I have gone to the file which this error point to and on line 41 it says the following:
$this->_smarty_include(array(‘smarty_include_tpl_file’ => ‘vitals_historical_values.tpl’, ‘smarty_include_vars’ => array(‘useMetric’ => false,‘vitalsValue’ => $this->_tpl_vars[‘vitalsValue’],‘results’ => $this->_tpl_vars[‘results’],‘vitalsStringFormat’ => $this->_tpl_vars[‘vitalsStringFormat’])));
I am not sure how to resolve this error. I have been looking through the community for something similar but I have not seen a post about this yet. Im sorry if this has been posted.
@adunsulag Thank you for getting back to me about my issue. I have tried to clear the cache unfortunately that did not fix my situation. Ill keep digging and see if I set something wrong somewhere. Thanks for your time and help!
@stephenwaite I apologize I am not sure what the file path is to get to the php.ini file. Sorry I have been trying to locate it but haven’t been able to find it.
@stephenwaite I have listed all my PHP settings below. I have updated anything that didn’t match the link you sent me. You can see in bold what I changed the values to.
; short_open_tag
; Default Value: On
; Development Value: Off
; Production Value: Off
max_execution_time=120 I changed it to 60
max_input_time=-1
;max_input_vars = 1000 I changed it to 3000
memory_limit=512M
display_errors=On I changed it to Off
log_errors=On
post_max_size=40M I changed it to 30M
file_uploads=On
upload_max_filesize=40M I changed it to 30M
; error_reporting
; Default Value: E_ALL
; Development Value: E_ALL
; Production Value: E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED
If I may ask is there a way to delete facilities. We are using Openemr in a simulation center at the university and I accidentally created an extra clinic. I can not seem to find the delete button.