Package: drupal7
Version: 7.44-1
Severity: important

Originally reported at https://launchpad.net/bugs/1595788 (there's a
screenshot there too).

What happens
============
$ sudo apt install drupal7
$ sudo a2enconf drupal7
Enabling conf drupal7.
To activate the new configuration, you need to run:
  service apache2 reload
$ sudo systemctl reload apache2

Open your webbrowser to http://localhost/drupal/install.php

The installer complains that it needs the php xml extensions and
refuses to proceed without them.

What works
==========
$ sudo apt install php-xml
$ sudo systemctl reload apache2

What's needed
=============
drupal7 should depend on php-xml


Thanks,
Jeremy Bicha

Reply via email to