webtoolsgroup / InstantWP

InstantWP is a complete standalone, portable WordPress development environment.
GNU General Public License v3.0
105 stars 36 forks source link

problem after upgrading IWP from 4.5 to 5 : SimpleXML extension must be enabled in php.ini. #61

Closed jpgoem closed 7 years ago

jpgoem commented 7 years ago

After upgrading to InstantWP V5 (from 4.5), the plugin Smart Slider 3 (by Nextend) immediately gives the following message : "SimpleXML extension must be enabled in php.ini. Please contact your server administrator to enable it for you." The plugin is no longer working. Is this related to php 7 ? Any idea how to enable SimpleXML ? I don't find it in php.ini.

seamus-brady commented 7 years ago

Hi JPGoem

Try opening up an SSH Terminal and typing:

sudo apk update sudo apk add php7-simplexml

Hope that helps

jpgoem commented 7 years ago

Thanks a lot for the solution : it works !