Knowledge Base
Categories
Latest Articles
- How to resolve the issue of unable to Create or Save Draft on Contest app v4.02 on phpFox v4.6.1b5
- Fixing unable to delete videos in Ultimate Video
- Missed "Can add a new blog?"
- Error: Fatal error: require() ... C:\xampp2\htdocs\phpfox\PF.Base\include\library\phpfox\template\template.class.php
- [Social Media Importer] Add "Import Photo" menu on Advanced Photo app
- [Social Chat] Change color of Chat box
- PHP module "Multibyte String" is missing
- PHP module "PHP ZipArchive" is missing
- [phpFox] Unable to remove caches in memcache on apps of third party
- Error: PHP module 'PHP Exec is missing'
Most Viewed Articles
Featured Articles
When install phpFox, you have to meet some module requirements. One of them is PHP Zip Archive, or you will encounter this error.
To solve this, you need to install module PHP ZipArchive to your system. Below is the command to install on CentOS Release 6.9 (Final)
yum install ea-php56-php-zip.x86_64
If you see the result:
Installed:
ea-php56-php-zip.x86_64 0:5.6.31-5.5.1.cpanel
Complete!
Then you installed PHP Zip Archive properly.
You need restart server to apply changes:
service httpd restart