Join GitHub today

Install php ziparchive module
  • I don't feel like not installing ownCloud or change OS just cause ownCloud tells me 'PHP module GD not installed.' I'm working on Ubuntu server 14.04 following this tutorial How To install own cloud also tried with the ownCloud install instructions of the own cloud page, but have to say this.
  • Expected behaviour Tell us what should happen I would like to see the install wizard Actual behaviour Tell us what happens instead I see two messages: PHP module zip not installed. PHP module mb multibyte not ins.

Steps to reproduce Ubuntu 16.04 LTS Install PHP Version 7.0.4-7ubuntu2 Install sudo apt-get install php7.0-gd Download and unzip owncloud 9.0.2 on /var/www/html/owncloud Go to 'myadress.com'/owncloud Expected behaviour Should be able to. I followed the steps up to where I had to run the update script, which told me I had to install a more recent version of php, which I duly did as described under. PHP module zip not installed. OwnCloud complains about the missing zip module at my provider. For what is the zip module needed? Would ownCloud work without it?

GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.

Sign up New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Comments

commented May 14, 2016
edited

Php Module Dom Not Installed

Steps to reproduce

  1. Ubuntu 16.04 LTS
  2. Install PHP Version 7.0.4-7ubuntu2
  3. Install sudo apt-get install php7.0-gd
  4. Download and unzip owncloud 9.0.2 on /var/www/html/owncloud
  5. Go to 'myadress.com'/owncloud

Expected behaviour

Should be able to install owncloud from scratch.

Actual behaviour

Get the following message:

PHP module GD not installed.
Please ask your server administrator to install the module.
PHP modules have been installed, but they are still listed as missing?
Please ask your server administrator to restart the web server.

Server configuration

Operating system:

Web server:
Linux me-530U3C-530U4C 4.4.0-22-generic #39-Ubuntu SMP Thu May 5 16:53:32 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux

Database:
mysql Ver 14.14 Distrib 5.7.12, for Linux (x86_64) using EditLine wrapper

PHP version:

ownCloud version: (see ownCloud admin page)
9.0.2 downloaded from owncloud.org 14may2015 15:00 CET

Updated from an older ownCloud or fresh install:
Fresh Install

Where did you install ownCloud from:
From owncloud.org

commented May 14, 2016

sudo apt-get install php7.0-gd is not enough.
Now php7 has also a tool called phpenmod, so after installation of the gd module via APT you'll also need to enable it via sudo phpenmod gd.

At least it worked for me 😉

Regards

Zip

commented May 14, 2016
edited

Php Zip Module

I just try sudo phpenmod gd
I even reboot my machine but it's still not working.
When I did sudo phpenmod gd I got no output in my console (no error , no success , 0 output)
php-m does not output gd
Any idea?

commented May 14, 2016

OK i did a
sudo apt-get purge php7.0-gd
sudo apt-get install php7.0-gd
sudo phpenmod gd

Works
Something went probably wrong with the first installation of gd

commented May 14, 2016

Great! I wasn't expecting that there was something wrong 😅

Regards

commented Mar 12, 2018

Install Php Ziparchive Module

Why has this been closed? It's still an issue with the latest owncloud - i.e. the documentation does not mention to install php7.0-gd

commented Mar 12, 2018

raised here: owncloud/documentation#3893

commented Mar 31, 2019

Php module gd not installed

PHP module dom not installed.
Please ask your server administrator to install the module.

PHP module XMLWriter not installed.
Please ask your server administrator to install the module.

PHP module XMLReader not installed.
Please ask your server administrator to install the module.

PHP module libxml not installed.
Please ask your server administrator to install the module.

PHP module SimpleXML not installed.
Please ask your server administrator to install the module.

PHP modules have been installed, but they are still listed as missing?
Please ask your server administrator to restart the web server.

How to resolve this error?

commented Mar 31, 2019

How to resolve this error?

Based on the distribution, you could try searching for php-xml or so. For instance Ubuntu 18.04 has php7.2-xml which when installed should resolve your errors.

commented Apr 16, 2019

Php Module Zip Not Installed

Thanks @thopiekar is working

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment