Install Archive_Zip?
Hello!
I have a small problem...but i dont really know what i have to do now.
Wordpress want "ZipArchive"
I have install Archive_Zip (0.1.2) over Php pear...but now....
Can anyone explain to me,what i have to do ? Php.ini ?
Module Include Path
Path: /home/user/php
Using Your PHP Extension(s) and Application(s)
You will need to add "/home/user/php" to the include path. You can do this by adding the following code to your script:
ini_set("include_path", '/home/user/php:' . ini_get("include_path") );
Can anyone explain to me,what i have to do ? Php.ini ?
-
#solved :) WHM > Easy Apache > Php Extensions > search "zip" > install > Done. 0 -
Hello, I'm glad to see you were able to solve the issue. Thank you for updating us with the outcome. 0
Please sign in to leave a comment.
Comments
2 comments