• Resolved reggie3

    (@reggie3)


    Hi-

    On a fresh install of WP 4.2.2 with WP Booklet 2.0.8 running on FreeBSD 10.1, Apache 2.4, PHP 5.5 I’m getting the “…contact server administrator.” and “Imagemagick status – Command or program doesn’t exist” error.

    I am the server administrator. I believe ImageMagick is installed as per Phpinfo:

    imagick
    imagick module enabled
    imagick module version 3.1.2
    imagick classes Imagick, ImagickDraw, ImagickPixel, ImagickPixelIterator
    ImageMagick version ImageMagick 6.9.1-7 Q16 amd64 2015-07-08 https://www.imagemagick.org
    ImageMagick copyright Copyright (C) 1999-2015 ImageMagick Studio LLC
    ImageMagick release date 2015-07-08
    ImageMagick number of supported formats: 224
    ImageMagick supported formats 3FR, AAI, AI, ART, ARW, AVI, AVS, BGR, BGRA, BGRO, BIE, BMP, BMP2, BMP3, BRF, CAL, CALS, CANVAS, CAPTION, CIN, CIP, CLIP, CMYK, CMYKA, CR2, CRW, CUR, CUT, DCM, DCR, DCX, DDS, DFONT, DNG, DOT, DPX, DXT1, DXT5, EPDF, EPI, EPS, EPS2, EPS3, EPSF, EPSI, EPT, EPT2, EPT3, ERF, FAX, FITS, FPX, FRACTAL, FTS, G3, GIF, GIF87, GRADIENT, GRAY, GROUP4, GV, HALD, HDR, HISTOGRAM, HRZ, HTM, HTML, ICB, ICO, ICON, IIQ, INFO, INLINE, IPL, ISOBRL, J2C, J2K, JBG, JBIG, JNG, JNX, JP2, JPC, JPE, JPEG, JPG, JPM, JPS, JPT, JSON, K25, KDC, LABEL, M2V, M4V, MAC, MAP, MASK, MAT, MATTE, MEF, MIFF, MKV, MNG, MONO, MOV, MP4, MPC, MPEG, MPG, MRW, MSL, MSVG, MTV, MVG, NEF, NRW, NULL, 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, RADIAL-GRADIENT, RAF, RAS, RAW, RGB, RGBA, RGBO, RGF, RLA, RLE, RMF, RW2, SCR, SCT, SFW, SGI, SHTML, SIX, SIXEL, 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, VIPS, VST, WBMP, WEBP, WMF, WMV, WMZ, WPG, X3F, XBM, XC, XCF, XPM, XPS, XV, YCbCr, YCbCrA, YUV

    Directive Local Value Master Value
    imagick.locale_fix 0 0
    imagick.progress_monitor 0 0

    Any thoughts as to what I’m doing wrong/what I should do to correct this issue?

    (GhostScript is also installed on the server…)

    Thanks!

    https://www.ads-software.com/plugins/wp-booklet/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter reggie3

    (@reggie3)

    Ok, figured it out – sorry to bother you.

    Apparently, the plugin (or WordPress or something) looks for “convert” in /usr/bin

    FreeBSD installs it in /usr/local/bin/convert. Adding a sym link to it in /usr/bin cures that issue.

    Now looking for similar issue with GhostScript…

    Thanks!

    Thread Starter reggie3

    (@reggie3)

    Yup. Just got to know the GhostScript command is: gs (or really, gsc)

    So:

    ln -s /usr/local/bin/gsc /usr/bin/gs

    and all is copacetic.

    Hope this might help others…

    Cheers!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Yet another: "Can your server convert PDF files?" question’ is closed to new replies.