Hi HNM_Inc_ZAMBIA,
1.This is array offset issue change the code line no 20 like this
$form_id = isset($_REQUEST[‘formid’])?$_REQUEST[‘formid’]:0;
2.change code line no 771
if (isset($_REQUEST[‘debug’])) {
ereqForm($pid, $encounter, $form_id);
}
3.add below line in interface/globals.php in begining of line
ini_set(‘display_errors’,false);
Thanks
Param
help@capminds.com
Thanks very much, let me give it a try.
For NO.2 which file is this? I see that find_order_popup.php only has 194 lines.
hi @HNM_Inc_ZAMBIA , looks like you have to change your global php.ini settings for production instead of doing it on a script by script basis
Thanks @stephenwaite, I already tried this.
file name: interface/procedure_tools/labcorp/ereq_form.php