XF 1.2 ImageMagick Not Proccessing animated gif images properly - Please Help!

XxUnkn0wnxX

Active member
i have a Cent OS Operating system always up to date.

i have remove, and installed the latest version of ImageMagick following this tutorial http://forum.directadmin.com/showthread.php?t=44449

i have used the latest one 6.8.8-2 and installed it and the Pecl version is 3.1.2

i can confirm it is installed and nothing is broken i have ran many tests and they have all passed

i have avatars by waindigo installed: http://xenforo.com/community/resources/avatars-by-waindigo.2198/
i have attach image optimization: http://xenforo.com/community/resources/tinhte-image-attachment-optimization-cdn-support.909/
and MetaMirror installed: http://xenforo.com/community/resources/metamirror.2117/

in relation to image cacheing

i have turned all these add ones off and on changed and tweaked the settings

even turned off light box and flash upload er under options attachments

i have used PHP Building GD image library and then back to the imagickmagic library. i have restarted al my services on my server and Apache.

and when i upload an gif i still get this even with all the add ones turned off:

6tmu3.png


i dont know how this happened, was working and then bam it just stopped working. the only recent changes are

imgemagick re installed and updated <-- after i found out about the problem.

installed a new theme

updated few add ones but none of them are in relation to iamges at all but when i updated the add ones and installed the theme imagemagick still worked. but just all of a sudden it stopped working
 
i have rebooted the server i have turned off all add ones i have deleted htaccess file's i have turned of mod page speed and rebuilt apache and php, also purged cache on server as well with cloudflare nothing works!
 
i need help, i cannot find what i causing this issue! all i know when i uplaod an image a gif and i copy the image location after i upload it it shows up as a jpg, its like xenforo or imagemagic isn't processing the image properly but i don't know why
 
i managed to fix it. but one of waindigo's add ones is messing with it i have it turned off atm and i will contact him and see if he can help me out with his add one.

what i did is install the latest module from here: http://pecl.php.net/package/imagick <-- the beta one and restarted Apache

also i have
PHP Version 5.3.28

Code:
imagick
imagick module    enabled
imagick module version     3.2.0RC1
imagick classes     Imagick, ImagickDraw, ImagickPixel, ImagickPixelIterator
ImageMagick version     ImageMagick 6.8.8-2 Q16 x86_64 2014-01-22 http://www.imagemagick.org
ImageMagick copyright     Copyright (C) 1999-2014 ImageMagick Studio LLC
ImageMagick release date     2014-01-22
ImageMagick number of supported formats:     209
ImageMagick supported formats     3FR, A, AAI, AI, ART, ARW, AVI, AVS, B, BGR, BGRA, BMP, BMP2, BMP3, BRF, C, CAL, CALS, CANVAS, CAPTION, CIN, CIP, CLIP, CMYK, CMYKA, CR2, CRW, CUR, CUT, DCM, DCR, DCX, DDS, DFONT, DNG, DPX, DXT1, DXT5, EPDF, EPI, EPS, EPS2, EPS3, EPSF, EPSI, EPT, EPT2, EPT3, ERF, FAX, FITS, FRACTAL, FTS, G, G3, GIF, GIF87, GRADIENT, GRAY, GROUP4, HALD, HDR, HISTOGRAM, HRZ, HTM, HTML, ICB, ICO, ICON, INFO, INLINE, IPL, ISOBRL, JNG, JNX, JPEG, JPG, K, K25, KDC, LABEL, M, M2V, M4V, MAC, MAP, MASK, MAT, MATTE, MEF, MIFF, MNG, MONO, MOV, MP4, MPC, MPEG, MPG, MRW, MSL, MSVG, MTV, MVG, NEF, NRW, NULL, O, ORF, OTB, OTF, PAL, PALM, PAM, PANGO, PATTERN, PBM, PCD, PCDS, PCL, PCT, PCX, PDB, PDF, PDFA, PEF, PES, PFA, PFB, PFM, PGM, PICON, PICT, PIX, PJPEG, PLASMA, PNG, PNG00, PNG24, PNG32, PNG48, PNG64, PNG8, PNM, PPM, PREVIEW, PS, PS2, PS3, PSB, PSD, PTIF, PWP, R, RADIAL-GRADIENT, RAF, RAS, RGB, RGBA, RGBO, RGF, RLA, RLE, RW2, SCR, SCT, SFW, SGI, SHTML, SPARSE-COLOR, SR2, SRF, STEGANO, SUN, SVG, SVGZ, TEXT, TGA, THUMBNAIL, TIFF, TIFF64, TILE, TIM, TTC, TTF, TXT, UBRL, UIL, UYVY, VDA, VICAR, VID, VIFF, VST, WBMP, WMV, WPG, X, X3F, XBM, XC, XCF, XPM, XPS, XV, XWD, Y, YCbCr, YCbCrA, YUV
 
Top Bottom