OpenEMR 6.0.0 has numerous new features including an upgraded API supporting OAuth2, OIDC, FHIR, and SMART on FHIR in addition to user interface improvements, performance improvements, security improvements, support for 34 language translations, and new support for Kubernetes. Thanks goes to the OpenEMR community for producing this release.
I see there are changes in Administration > Globals > Portal and would like to see details about this changes so is there any documentation related to this?
I upgraded to OpenEMR 6.0.0 today. I followed the upgrade instructions. The EMR opens, goes to calendar, searches for patients and gives me patients list from my old database. However, when I try to open a patient’s chart it gives me error message:
" Fatal error : require_once(): Failed opening required ‘C:\xampp\htdocs\openemr\src\FHIR\SMART/…/…/…/_rest_config.php’ (include_path=‘C:\xampp\htdocs\openemr\vendor/pear/archive_tar;C:\xampp\htdocs\openemr\vendor/pear/console_getopt;C:\xampp\htdocs\openemr\vendor/pear/pear-core-minimal/src;C:\xampp\htdocs\openemr\vendor/pear/pear_exception;C:\xampp\php\PEAR’) in C:\xampp\htdocs\openemr\src\FHIR\SMART\SmartLaunchController.php on line 25 "
Please help!
Most all newer features for portal, I also patched to v5.0.2. So if you used patched up 5.0.2, then you should be aware of changes already. Still scan forums for various details of feature.
Hi Jerry
I removed the line 25 from the file SmartLaunchController.php and now the system is loading the patient’s charts OK. Do you have any idea what is the function of this line in the file code?
No but just because that code is not needed in this scope where the controller is called doesn’t mean it’s not needed in other contexts. So by removing to work here doesn’t mean it won’t break elsewhere.
Still, in the case of this class, the require is not needed as the object is being called with correct path where used and that object is global.
Nice catch, I guess! Still don’t understand why include path is having issues on your instance and not others. It is windows though so, all bets off! @adunsulag any thoughts?
I have some kind of bug. When using the dark theme, some text is not readable. You have to kind of select it to read it. For example in Encounters hovering the mouse over previous encounters will show a white description with yellow background which is not readable at all. So, I guess I will stick to the light theme for now, although the dark theme was easy on the eye.
hi @mohamed, feel free to go into detail here Issues · openemr/openemr · GitHub where you’ll see some similar issues with regard to the cool new themes that @tywrenn graciously provided, thank you
I am using 5.0.2. Choosing frame/tab layout option from Administration->Globals->Appearance->Layout is removed in 6.0.0, What I have to do if I want to keep that feature in 6.0.0?. Thanks in advance.