Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #27558
    Profile photo of Darren
    Darren
    Participant

    Hi Guys,

    I’ve run out of ideas as to whats wrong. I upload my media to /ss_media/new and the chron job processes these images (usually around 400-600 images)

    I have recently had imagick installed on my server so I no longer had to run it manually. I also asked them to increase max file upload to 100mb to handle the larger images.

    The processor works fine but after every upload I’m greeted with the errors – <span style=”font-weight: 600; color: #444444; font-family: ‘Open Sans’, sans-serif; font-size: 13px;”>Error(s):</span><span style=”color: #444444; font-family: ‘Open Sans’, sans-serif; font-size: 13px;”> Failed to find original media: ss_21907.jpg, product ID: 21907 </span><span style=”color: #444444; font-family: ‘Open Sans’, sans-serif; font-weight: bold; font-size: 20px;”>|</span><span style=”color: #444444; font-family: ‘Open Sans’, sans-serif; font-size: 13px;”> Failed to find original media: ss_21909.jpg, product ID: 21909 </span><span style=”color: #444444; font-family: ‘Open Sans’, sans-serif; font-weight: bold; font-size: 20px;”>|</span><span style=”color: #444444; font-family: ‘Open Sans’, sans-serif; font-size: 13px;”> Failed to find original media: ss_21902.jpg, product ID: 21902 </span><span style=”color: #444444; font-family: ‘Open Sans’, sans-serif; font-weight: bold; font-size: 20px;”>|</span><span style=”color: #444444; font-family: ‘Open Sans’, sans-serif; font-size: 13px;”> Failed to find original media: ss_21914.jpg, product ID: 21914 </span><span style=”color: #444444; font-family: ‘Open Sans’, sans-serif; font-weight: bold; font-size: 20px;”>|</span><span style=”color: #444444; font-family: ‘Open Sans’, sans-serif; font-size: 13px;”> Failed to find original media: ss_21918.jpg, product ID: 21918 </span><span style=”color: #444444; font-family: ‘Open Sans’, sans-serif; font-weight: bold; font-size: 20px;”>|</span>

    etc etc.

    It seems to me that it’s uploading every image correctly but then trying to upload them again and fails. This is obviously causing endless errors to scroll through before being able to do anything on WordPress but also is taking me an age to categorise the uploaded images. Below is a copy of my imagick php details;
    <table style=”border-collapse: collapse; margin-left: auto; margin-right: auto; color: #000000; font-family: sans-serif;” border=”0″ width=”600″ cellpadding=”3″>
    <tbody>
    <tr class=”h” style=”background-color: #9999cc; font-weight: bold;”>
    <th style=”font-family: sans-serif; border: 1px solid #000000; font-size: 12px; vertical-align: baseline; text-align: center !important;”>imagick module</th>
    <th style=”font-family: sans-serif; border: 1px solid #000000; font-size: 12px; vertical-align: baseline; text-align: center !important;”>enabled</th>
    </tr>
    <tr>
    <td class=”e” style=”font-family: sans-serif; border: 1px solid #000000; font-size: 12px; vertical-align: baseline; background-color: #ccccff; font-weight: bold;”>imagick module version</td>
    <td class=”v” style=”font-family: sans-serif; border: 1px solid #000000; font-size: 12px; vertical-align: baseline; background-color: #cccccc;”>3.4.2</td>
    </tr>
    <tr>
    <td class=”e” style=”font-family: sans-serif; border: 1px solid #000000; font-size: 12px; vertical-align: baseline; background-color: #ccccff; font-weight: bold;”>imagick classes</td>
    <td class=”v” style=”font-family: sans-serif; border: 1px solid #000000; font-size: 12px; vertical-align: baseline; background-color: #cccccc;”>Imagick, ImagickDraw, ImagickPixel, ImagickPixelIterator, ImagickKernel</td>
    </tr>
    <tr>
    <td class=”e” style=”font-family: sans-serif; border: 1px solid #000000; font-size: 12px; vertical-align: baseline; background-color: #ccccff; font-weight: bold;”>Imagick compiled with ImageMagick version</td>
    <td class=”v” style=”font-family: sans-serif; border: 1px solid #000000; font-size: 12px; vertical-align: baseline; background-color: #cccccc;”>ImageMagick 6.9.3-8 Q16 x86_64 2016-04-12 http://www.imagemagick.org</td&gt;
    </tr>
    <tr>
    <td class=”e” style=”font-family: sans-serif; border: 1px solid #000000; font-size: 12px; vertical-align: baseline; background-color: #ccccff; font-weight: bold;”>Imagick using ImageMagick library version</td>
    <td class=”v” style=”font-family: sans-serif; border: 1px solid #000000; font-size: 12px; vertical-align: baseline; background-color: #cccccc;”>ImageMagick 6.9.5-4 Q16 x86_64 2016-07-30 http://www.imagemagick.org</td&gt;
    </tr>
    <tr>
    <td class=”e” style=”font-family: sans-serif; border: 1px solid #000000; font-size: 12px; vertical-align: baseline; background-color: #ccccff; font-weight: bold;”>ImageMagick copyright</td>
    <td class=”v” style=”font-family: sans-serif; border: 1px solid #000000; font-size: 12px; vertical-align: baseline; background-color: #cccccc;”>Copyright (C) 1999-2016 ImageMagick Studio LLC</td>
    </tr>
    <tr>
    <td class=”e” style=”font-family: sans-serif; border: 1px solid #000000; font-size: 12px; vertical-align: baseline; background-color: #ccccff; font-weight: bold;”>ImageMagick release date</td>
    <td class=”v” style=”font-family: sans-serif; border: 1px solid #000000; font-size: 12px; vertical-align: baseline; background-color: #cccccc;”>2016-07-30</td>
    </tr>
    <tr>
    <td class=”e” style=”font-family: sans-serif; border: 1px solid #000000; font-size: 12px; vertical-align: baseline; background-color: #ccccff; font-weight: bold;”>ImageMagick number of supported formats:</td>
    <td class=”v” style=”font-family: sans-serif; border: 1px solid #000000; font-size: 12px; vertical-align: baseline; background-color: #cccccc;”>227</td>
    </tr>
    <tr>
    <td class=”e” style=”font-family: sans-serif; border: 1px solid #000000; font-size: 12px; vertical-align: baseline; background-color: #ccccff; font-weight: bold;”>ImageMagick supported formats</td>
    <td class=”v” style=”font-family: sans-serif; border: 1px solid #000000; font-size: 12px; vertical-align: baseline; background-color: #cccccc;”>3FR, AAI, AI, ART, ARW, AVI, AVS, BGR, BGRA, BGRO, BMP, BMP2, BMP3, BRF, CAL, CALS, CANVAS, CAPTION, CIN, CIP, CLIP, CMYK, CMYKA, CR2, CRW, CUR, CUT, DATA, DCM, DCR, DCX, DDS, DFONT, DNG, DOT, DPX, DXT1, DXT5, EPDF, EPI, EPS, EPS2, EPS3, EPSF, EPSI, EPT, EPT2, EPT3, ERF, EXR, FAX, FILE, FITS, FRACTAL, FTP, FTS, G3, G4, GIF, GIF87, GRADIENT, GRAY, GROUP4, GV, H, HALD, HDR, HISTOGRAM, HRZ, HTM, HTML, HTTP, HTTPS, ICB, ICO, ICON, IIQ, INFO, INLINE, IPL, ISOBRL, ISOBRL6, JNG, JNX, JPE, JPEG, JPG, JPS, JSON, K25, KDC, LABEL, M2V, M4V, MAC, MAGICK, 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, UBRL6, UIL, UYVY, VDA, VICAR, VID, VIFF, VIPS, VST, WBMP, WEBP, WMF, WMV, WMZ, WPG, X, X3F, XBM, XC, XCF, XPM, XPS, XV, XWD, YCbCr, YCbCrA, YUV</td>
    </tr>
    </tbody>
    </table>
     
    <table style=”border-collapse: collapse; margin-left: auto; margin-right: auto; color: #000000; font-family: sans-serif;” border=”0″ width=”600″ cellpadding=”3″>
    <tbody>
    <tr class=”h” style=”background-color: #9999cc; font-weight: bold;”>
    <th style=”font-family: sans-serif; border: 1px solid #000000; font-size: 12px; vertical-align: baseline; text-align: center !important;”>Directive</th>
    <th style=”font-family: sans-serif; border: 1px solid #000000; font-size: 12px; vertical-align: baseline; text-align: center !important;”>Local Value</th>
    <th style=”font-family: sans-serif; border: 1px solid #000000; font-size: 12px; vertical-align: baseline; text-align: center !important;”>Master Value</th>
    </tr>
    <tr>
    <td class=”e” style=”font-family: sans-serif; border: 1px solid #000000; font-size: 12px; vertical-align: baseline; background-color: #ccccff; font-weight: bold;”>imagick.locale_fix</td>
    <td class=”v” style=”font-family: sans-serif; border: 1px solid #000000; font-size: 12px; vertical-align: baseline; background-color: #cccccc;”>0</td>
    <td class=”v” style=”font-family: sans-serif; border: 1px solid #000000; font-size: 12px; vertical-align: baseline; background-color: #cccccc;”>0</td>
    </tr>
    <tr>
    <td class=”e” style=”font-family: sans-serif; border: 1px solid #000000; font-size: 12px; vertical-align: baseline; background-color: #ccccff; font-weight: bold;”>imagick.progress_monitor</td>
    <td class=”v” style=”font-family: sans-serif; border: 1px solid #000000; font-size: 12px; vertical-align: baseline; background-color: #cccccc;”>0</td>
    <td class=”v” style=”font-family: sans-serif; border: 1px solid #000000; font-size: 12px; vertical-align: baseline; background-color: #cccccc;”>0</td>
    </tr>
    <tr>
    <td class=”e” style=”font-family: sans-serif; border: 1px solid #000000; font-size: 12px; vertical-align: baseline; background-color: #ccccff; font-weight: bold;”>imagick.skip_version_check</td>
    <td class=”v” style=”font-family: sans-serif; border: 1px solid #000000; font-size: 12px; vertical-align: baseline; background-color: #cccccc;”>1</td>
    <td class=”v” style=”font-family: sans-serif; border: 1px solid #000000; font-size: 12px; vertical-align: baseline; background-color: #cccccc;”>1</td>
    </tr>
    </tbody>
    </table>

    #27593
    Profile photo of Robin
    Robin
    Keymaster

    Hey Darren,

    PM me your WP login information and your FTP information and I’ll take a look.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.