The following guide provides a step-by-step on how to resolve UI Framework Error while opening forms in KenyaEMR;
- Open terminal and log into mysql by typing mysql –uroot –p
- 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;*
* Is the actual path and file name to the backup file
Comments are closed