Should be able to install owncloud from scratch.
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.
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:
PHP 7.0.4-7ubuntu2 (cli) ( NTS )
Copyright (c) 1997-2016 The PHP Group
Zend Engine v3.0.0, Copyright (c) 1998-2016 Zend Technologies
with Zend OPcache v7.0.6-dev, Copyright (c) 1999-2016, by Zend Technologies
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
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 :wink:
Regards
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?
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
Great! I wasn't expecting that there was something wrong :sweat_smile:
Regards
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
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?
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.
Thanks @thopiekar is working
Most helpful comment
sudo apt-get install php7.0-gdis not enough.Now php7 has also a tool called
phpenmod, so after installation of thegdmodule via APT you'll also need to enable it viasudo phpenmod gd.At least it worked for me :wink:
Regards