the_Dsigner

Well-Known Member
Jan 2, 2014
48
1
58
Montreal, Canada
cPanel Access Level
Website Owner
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
 

24x7ss

Well-Known Member
Sep 30, 2014
272
19
68
India
cPanel Access Level
Root Administrator
Twitter
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
[~]#
 
  • Like
Reactions: the_Dsigner

the_Dsigner

Well-Known Member
Jan 2, 2014
48
1
58
Montreal, Canada
cPanel Access Level
Website Owner
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.
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,267
463
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.