How to solve UI Framework Error while opening forms in KenyaEMR
How to solve UI Framework Error while opening forms in KenyaEMR
To solve UI Framework Error while opening forms in KenyaEMR, follow this guide step-by-step
Open terminal and log into mysql by typing:
mysql –uroot –p [ENTER]
Enter correct MySQL password
Select openmrs as the default database by typing use openmrs
Obtain the latest version of KenyaEMR concept dump and source it into the openmrs database by typing:
source /path_to_concept_dump.sql; [ENTER]
Applies to 2.x KenyaEMR