Install Zip Archive Enabled?
I'm trying to use the Duplicator backup pluging for my wordpress site and its telling me that it needs the "Zip Archive" feature to be enabled. I have root access where do I have to go to enable this?
Thanks
-
Run below command on server php -m | grep zip If it is not showing any output then zip is not enabled. You have to run easyapache to enable zip php module. It must show something like: [~]# php -m | grep zip zip [~]# 0 -
Run below command on server php -m | grep zip If it is not showing any output then zip is not enabled. You have to run easyapache to enable zip php module. It must show something like: [~]# php -m | grep zip zip [~]#
Thanks. I was able to figure it out by modifying my profile through easyApache.0 -
Hello :) I am happy to see you were able to install the PHP "zip" module via EasyApache. Thank you for updating us with the outcome. 0
Please sign in to leave a comment.
Comments
3 comments