We have had issues dealing with a dedicated server that runs 4 or 5 different web sites ..but the one site that requires the Zip Archive needs to be configured just for that site so that plugins will be abled to be installed, we run a web design and photography company and do not have the time to enable this to work for plugins
this is the error we run into when installing a plugin from the admin panel
Fatal error: Class 'ZipArchive' not found in /home/wwwlaira/public_html/ow_system_plugins/base/bol/language_service.php on line 738
We have been told this was an easy fix,so we are willing to have someone experience to fix this so that we can proceed with the dedication to this new site
please contact Susan,Geoff or Samantha here with information needed and requirements
We use Arvixe Web Hosting and this was their reply (so this is what we need done )
> ==========
> Fatal error: Class 'ZipArchive' not found
> ==========
>
> The reason for the error message is that the PHP module zip is not enabled
> in the server. You can install zip module by recompiling Apache/PHP
>
>
> In order to enable the PHP modules/PHP extensions, we have to recompile
> Apache/PHP. Generally this recompilation process will cause a temporary
> downtime of around 30 minutes to 45 minutes for the sites hosted on the
> server. There are two ways to perform the recompilation process.
>
> * Recompilation from WHM.
>
> * Recompilation using cPanel script /scripts/easyapache
>
> Let's see how to recompile Apache/PHP.
>
> Method 1: Recompilation from WHM
>
> 1. Login to the WHM of the server.
>
> 2. Navigate to Software >> EasyApache (Apache Update)
>
> 3. Select a profile to load and click "Start customizing based on profile".
>
> 4. Select the Apache version and click next step.
>
> 5. Select the Major PHP Version and click next step.
>
> 6. Select the PHP Minor Version and click next step.
>
> In our case we are going enable PHP modules and so it is recommended to
> leave the default versions of Apache & PHP.
>
> 7. Enable the required modules. If the required modules are not listing,
> click "Exhaustive Options List" and select the modules.
>
> 8. Click "Save and Build".
>
>
> Method 2: Recompilation using cPanel script /scripts/easyapache
>
> 1. Login to the server as root via SSH.
>
> 2. From the command line execute the following cPanel script.
>
> ~~~
> /scripts/easyapache
> ~~~
>
> 3. Select "Start customizing based on profile".
>
> 4. Select the Apache version and click next step.
>
> 5. Select the PHP Version and click next step.
>
> In our case we are going enable PHP modules and so it is recommended to
> leave the default versions of Apache & PHP.
>
> 6. Enable the required modules. If the required modules are not listing,
> click "Exhaustive Options List" and select the modules.
>
> 7. Click "Save and Build".
>
> Now you can check the modules by using the command "php -m".
>
>
> Abin Kurian
> Jr.Technical Officer