Owncloud Php Module Zip Not Installed

Posted on by
  1. Owncloud Php Module Zip Not Installed
  2. Php Module Dom Not Installed
  3. Owncloud Php Module Mb Multibyte Not Installed

I have installed the server with the intention of running owncloud, it is all ready to go but when I get to the setup page in a browser owncloud presents me with a list of php modules that are not. Jul 14, 2016  I also have this problem. I'm not an expert at this but I did manage to get rid of the other errors I had except this one. I am running Centos 5.8/9 in a VM. Hi, moving to the miscellaneous category as this is not an ownCloud issue itself. If no one in here is answering you might need to contact a community dedicated to.

Join GitHub today

GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together. Driver hp deskjet 990c windows 8.

Sign upInstall php ziparchive module 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

Owncloud Php Module Zip Not Installed

Comments

commented May 14, 2016
edited

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

commented May 14, 2016
edited

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

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 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?

Download software resetter canon mp280. • On the LCD panel will MP287 blank / dark. • Then the Canon MP287 will be in the Service Mode. • Extract Canon MP287 Printer Resetter software that you download.

Php Module Dom Not Installed

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

Thanks @thopiekar is working

Owncloud Php Module Mb Multibyte Not Installed

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