Welcome to Centmin Mod Community
Become a Member

PHP-FPM NOTICE: PHP message: PHP Warning: Version warning: Imagick was compiled against Image Magick versio

Discussion in 'Beta release code' started by rdan, Apr 17, 2015.

Tags:
  1. rdan

    rdan Well-Known Member

    5,439
    1,398
    113
    May 25, 2014
    Ratings:
    +2,187
    Local Time:
    10:36 AM
    Mainline
    10.2
    Code:
    # 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 [17-Apr-2015 09:05:19] NOTICE: PHP message: PHP Warning:  Version warning: Imagick was compiled against Image Magick version 1680 but version 1681 is loaded. Imagick will run but may behave surprisingly in Unknown on line 0
    done
    
    Is this bug?
    Or just need fixing?

     
  2. rdan

    rdan Well-Known Member

    5,439
    1,398
    113
    May 25, 2014
    Ratings:
    +2,187
    Local Time:
    10:36 AM
    Mainline
    10.2
    PHP Info.
    upload_2015-4-17_9-9-22.png
     
  3. eva2000

    eva2000 Administrator Staff Member

    53,531
    12,134
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,677
    Local Time:
    12:36 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    not a bug just a notice that imagick php extension was compiled against a different version of imagemagick if I read that error correctly

    did you just upgrade PHP-FPM ?

    if on Centmin Mod .08 beta try running centmin.sh menu option 15 to recompile imagick php extension against the newer imagemagick version
    Code:
    --------------------------------------------------------
    Centmin Mod 1.2.3-eva2000.08 - http://centminmod.com
    --------------------------------------------------------
                       Centmin Mod Menu                  
    --------------------------------------------------------
    1).  Centmin Install
    2).  Add Nginx vhost domain
    3).  NSD setup domain name DNS
    4).  Nginx Upgrade / Downgrade
    5).  PHP Upgrade / Downgrade
    6).  XCache Re-install
    7).  APC Cache Re-install
    8).  XCache Install
    9).  APC Cache Install
    10). Memcached Server Re-install
    11). MariaDB 5.2, 5.5, 10 Upgrade Sub-Menu
    12). Zend OpCache Install/Re-install
    13). Install ioping.sh vbtechsupport.com/1239/
    14). SELinux disable
    15). Install/Re-install ImageMagick PHP Extension
    16). Change SSHD Port Number
    17). Multi-thread compression: pigz,pbzip2,lbzip2,p7zip etc
    18). Suhosin PHP Extension install
    19). Install FFMPEG and FFMPEG PHP Extension
    20). NSD Re-install
    21). Update - Nginx + PHP-FPM + Siege
    22). Add Wordpress Nginx vhost + WP Super Cache
    23). Exit
    --------------------------------------------------------
    Enter option [ 1 - 23 ] 
     
  4. rdan

    rdan Well-Known Member

    5,439
    1,398
    113
    May 25, 2014
    Ratings:
    +2,187
    Local Time:
    10:36 AM
    Mainline
    10.2
    Brilliant :D
    My bad, Didn't think of that :D
    Fine now :)
    # service php-fpm restart
    Gracefully shutting down php-fpm . done
    Starting php-fpm done
     
  5. rdan

    rdan Well-Known Member

    5,439
    1,398
    113
    May 25, 2014
    Ratings:
    +2,187
    Local Time:
    10:36 AM
    Mainline
    10.2
    Ah yes, and also yes on yum check also that's why imagick is also updated.