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.3 imagick 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.org imagick.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? -- TEL : (+33) (0)4 72 50 48 13 GPG public key: 783D F28F DBEA 5600 C0CB A7C4 828A B452 479A 5941