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 ?
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....
Code:
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 ?