Going to php.ini file
I edited php.ini and removed the leading semicolon ( ; ) from extension=php_soap.dll.
like this
;extension=php_soap.dll
to
extension=php_soap.dll
After restarting Apache I was able to proceed with the installation without any other issues.
Done!
I edited php.ini and removed the leading semicolon ( ; ) from extension=php_soap.dll.
like this
;extension=php_soap.dll
to
extension=php_soap.dll
After restarting Apache I was able to proceed with the installation without any other issues.
Done!
No comments:
Post a Comment