Welcome to Centmin Mod Community
Become a Member

PHP message Warning during NPRestart command

Discussion in 'Bug Reports' started by Josephm, Jan 12, 2016.

  1. Josephm

    Josephm Active Member

    132
    44
    28
    Aug 26, 2014
    Ratings:
    +48
    Local Time:
    8:14 PM
    1.9.5
    10.0.21
    Hello;
    After yum update and centmin update, I got PHP message warning for commanding 'nprestart'
    Code:
    [root@zeus ~]# nprestart
    nginx: the configuration file /usr/local/nginx/conf/nginx.conf syntax is ok
    nginx: configuration file /usr/local/nginx/conf/nginx.conf test is successful
    Stopping nginx:  [  OK  ]
    Starting nginx:  [  OK  ]
    Gracefully shutting down php-fpm . done
    Starting php-fpm [12-Jan-2016 05:05:44] NOTICE: PHP message: PHP Warning:  Version warning: Imagick was compiled against Image Magick version 1681 but version 1682 is loaded. Imagick will run but may behave surprisingly in Unknown on line 0
     done
    
    Actually things are running well but I'm not sure if the warning is important.
    Thanks for your comment :)

     
  2. eva2000

    eva2000 Administrator Staff Member

    53,178
    12,112
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,647
    Local Time:
    11:14 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Just run centmin.sh menu option 15 to recompile Imagick php extension :)

    not a bug per se, just imagick php extension was compiled against one version of imagemagick on the system but the system version got updated so needs imagick php extension to be recompiled