Actually I’m facing an issue when entering CVX code text.
In frame layout settings,
First I’ve selected a patient and filled immunization report in the patient’s page.
Then I moved to Reports → Clients → clinical option. By submit, we can see all the immunization entered for all patients. But when I tried to give cvx code text like “measles virus vaccine” in the “Immunization” text box, I can’t see any filtered patients below.
I’ve installed openemr 5.0.1 in my local system. I’m using ubuntu 16.04 os and mozilla/google browsers.
But its not filtering any patient below when we give the same cvx code in this page.
In demo only,its working good.When installed in my local system, its not working.
When reporting these issue it is much easier for us/me if you also check for php errors and javascript errors reported in console.
Also strange it works on demo and not local. I can’t readily see how the calendar patch would cause this issue.
I found this error in terminal Ubuntu.
" PHP Fatal error: require_once(): Failed opening required ‘…/globals.php’ (include_path=’.:/usr/share/php’) in /var/www/html/openemr/interface/reports/clinical_reports.php on line 13 "
Is this the actual error for not displaying immunization report with cvx codes?
Try changing for globals.php openemr/interface/reports/clinical_reports.php line 13 to: require_once(dirname(__FILE__) . "/../globals.php");
Your php error would cause the page not to load so if it is loading and the search term is not working i’d expect it not to work on demo also.
Also check the menu item About for patch level you are using with our current being 7. OpenEMR Patches - OpenEMR Project Wiki
Otherwise, this works for me and don’t see why FPM would be any different however I am testing on windows but, still.
Have you found the solution for the immunization issue question.
Please provide details to resolve the issue. Its still not displaying immunization report at the page.