openEMR install on AWS linux Fails

  • Hello I am getting the following error. Please advice.

Error: PHP XML extension missing. To continue, install PHP XML extension, then restart web server.

  • I have done sudo yum install php-xml successfully, and have restarted the apache httpd.

OpenEMR Version
I’m using OpenEMR version 5.0.1

Browser:
I’m using: chrome

Operating System
I’m using: AWS linux

Logs
Did you check the logs? Was there anything pertinent in them? Paste them here (surround with three backticks (```) for readability

hi @kkulanda ,
Are you using OpenEMR docker?
-brady

I am running it on an AWS linux instance. Turns out that I needed to restart the instance. Just restarting httpd is not enough. Also I was running php 7.1 with Ioncube. This caused the setup to fail after step 3. Once I removed Ioncube extensions, and restarted the instance everything worked.