Enable Extension SOAP

I installed PHP 7.2 and enabled soap extension as follows:
extension=php_soap.so
Restarted apache2. But still getting error message when any item in the NewCorp menu is clicked:

Error:

Please contact your systems administrator, the following component(s) are required but are missing.

  • Enable Extension SOAP

Also, getting this ajax error. Not sure where that is coming from.

Note: The OpenEMR version is 5.0.1 (6).

Any assistance will be appreciated.

Bisi

The problem is resolved. The issue was with PHP 7.2 with 5.0.1. I downgraded to PHP 5.6 and the problems disappeared.