Control: severity -1 normal Hi Judicael,
I cannot reproduce your issue here... So bug severity reduced to normal. On Fr 09 Aug 2019 11:57:44 CEST, Judicael Courant wrote:
Control: reopen -1 Hi, Thanks for your answer, unfortunately, the issue looks deeper:I will close this bug, because I think it's a user/admin issue. If you still think that fusiondirectory is buggy, please reopen this bug by putting "Control: reopen -1" into the first line of your reply to this email.No php7.0 package is left: ~# dpkg -l "*php7.0*" Desired=Unknown/Install/Remove/Purge/Hold| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Architecture Description +++-==============-============-============-================================= un php7.0-common <none> <none> (no description available) un php7.0-curl <none> <none> (no description available)This very much sounds like your webserver is still running on an older PHP version (e.g. PHP 7.0 from stretch). Please note that with Apache2 in Debian when upgrading from stretch to buster, you need to a2dismod php7.0 and a2enmod php7.3 (with apache2 restart afterwards).I think I was already running PHP 7.3: ~# a2dismod php7.0 ERROR: Module php7.0 does not exist! ~# a2enmod php7.3 Considering dependency mpm_prefork for php7.3: Considering conflict mpm_event for mpm_prefork: Considering conflict mpm_worker for mpm_prefork: Module mpm_prefork already enabled Considering conflict php5 for php7.3: Module php7.3 already enabled Anyway, I restarted apache: ~# service apache2 restart And in order to be sure, I added 'phpinfo();' in this file:I wrote the following php code and put it in /var/www/html/atest.php : ---------------------------------------------------------------------- <html><head><title>A simple test</title></head> <body> <?php $R = class_exists('Imagick', FALSE); if ($R) { echo "Imagick detected"; } else { echo "Imagick not detected"; } ?> </body></html> ----------------------------------------------------------------------I get 'PHP Version 7.3.4-2' both when I execute it via the command line and when I run it through apache. With the command line, Imagick is detected: /var/www/html# php atest.php|grep -i imagick Imagick detectedphpinfo() /etc/php/7.3/cli/conf.d/20-imagick.ini, imagick imagick module => enabled imagick module version => 3.4.3imagick classes => Imagick, ImagickDraw, ImagickPixel, ImagickPixelIterator, ImagickKernel Imagick compiled with ImageMagick version => ImageMagick 6.9.10-23 Q16 x86_64 20190101 https://imagemagick.org Imagick using ImageMagick library version => ImageMagick 6.9.10-23 Q16 aarch64 20190101 https://imagemagick.orgimagick.locale_fix => 0 => 0 imagick.progress_monitor => 0 => 0 imagick.skip_version_check => 1 => 1 With apache, Imagick is not detected: the only occurence of 'imagick' I could find in the web page I got is 'Imagick not detected' :-( Yours, Judicael. PS: Even if this problem renders fusiondirectory useless to me, maybe it should be reassigned to package php7.3?
Please try all of this with a very fresh installation and see if things work then out of the box.
If not, we have an issue in one of the DEBs, if it works, you have an issue on that machine. Let's find out which of that is the case.
Thanks+Greets, Mike -- DAS-NETZWERKTEAM c\o Technik- und Ökologiezentrum Eckernförde Mike Gabriel, Marienthaler str. 17, 24340 Eckernförde mobile: +49 (1520) 1976 148 landline: +49 (4351) 850 8940 GnuPG Fingerprint: 9BFB AEE8 6C0A A5FF BF22 0782 9AF4 6B30 2577 1B31 mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de
pgp68tDlIFG4f.pgp
Description: Digitale PGP-Signatur