UI Framework Error when accessing forms

Viewed 17

How to solve UI Framework Error while opening forms in KenyaEMR

Applies to 2.x KenyaEMR

1 Answers

To solve UI Framework Error while opening forms in KenyaEMR, follow this guide step-by-step
Open terminal and log into mysql by typing:

  1. mysql –uroot –p [ENTER]
    
  2. Enter correct MySQL password

  3. Select openmrs as the default database by typing use openmrs

  4. Obtain the latest version of KenyaEMR concept dump and source it into the openmrs database by typing:

  5. source /path_to_concept_dump.sql; [ENTER]
Related Questions