imagick update notification in custombuild won't go away

MaXi32

Verified User
Joined
Jul 25, 2016
Messages
656
Location
The Earth
After installing Directadmin with PHP8.0 as the first PHP version, and PHP7.4 as the second ( then install imagick through custombuild). Then I got the following notification with no information about the current version:


imagick.JPG


It looks like imagick was loaded successfully:

Code:
root@sun:~# php -m | grep imagick
imagick

When I click update, it will reinstall with no error

imagick2.JPG


But still got the same notification from custombuild to update

Version information:
Compiled onLinux 64-bit
Compile DateOct 21 2021, 08:14:54
Server Version1.63.0
Current Available Version1.63.0
Last UpdatedThu Oct 21 16:15:33 2021
Last RestartMon Oct 25 01:18:36 2021
Commit SHAa8ac330b60c49665f1df6d0e8229fa15127e04c9

PHP version:

Code:
php1_release=8.0
php1_mode=php-fpm
php2_release=7.4
php2_mode=php-fpm
php3_release=no
php3_mode=php-fpm
php4_release=no
php4_mode=php-fpm
secure_php=yes
php_ini=yes

Psss: This is a clean server just installed about 2 hours ago
 
Back
Top