• Hello Word Press gang,

    So out of nowhere I cannot upload thumbs of my photos I get the
    “Error : Create Image failed. Check safe mode setting.”

    I have no idea what the issue is. I checked my gallery folder and everything is set to CHMOD 777.

    NEXT GEN is Version 1.5.3

    The photos are there but the thumbs are not.

    Here are the SETTINGS:

    * Operating System : Linux (64 Bit)
    * Server : Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.9
    * Memory usage : 26.37 MByte
    * MYSQL Version : 5.0.90-community-log
    * SQL Mode : Not set
    * PHP Version : 5.2.9
    * PHP Safe Mode : Off
    * PHP Allow URL fopen : On
    * PHP Memory Limit : 120M
    * PHP Max Upload Size : 10M
    * PHP Max Post Size : 12M
    * PCRE Backtracking Limit : 100000
    * PHP Max Script Execute Time : 30s
    * PHP Exif support : Yes ( V1.4 )
    * PHP IPTC support : Yes
    * PHP XML support : Yes

    AND….

    * GD Version : bundled (2.0.34 compatible)
    * FreeType Support : Yes
    * FreeType Linkage : with freetype
    * T1Lib Support : No
    * GIF Read Support : Yes
    * GIF Create Support : Yes
    * JPG Support : Yes
    * PNG Support : Yes
    * WBMP Support : Yes
    * XPM Support : Yes
    * XBM Support : Yes
    * JIS-mapped Japanese Font Support : No

    Please help.

    George

Viewing 1 replies (of 1 total)
  • Hi yorgict,

    I have the same problem as you, don’t know problem source, but I found really easy workaround –
    just create thumbs by yourself on local pc (on linux you can use command: “convert -resize 200×150 *.jpg” for batch process) and then upload them to nextgen gallery thumbs directory. Don’t forget that thumbnails must have name “thumbs_ORYGINAL-PICTURE-NAME.jpg”.

    If that will not work try add to database (I suggests use phpmyadmin) following fix:
    wp_ngg_pictures -> find via “pid” picture (you can see this parameter at gallery control panel) for with thumb was loaded and click “edit” -> find “meta_data” options and replace last line to ths: {s:5:”width”;i:200;s:6:”height”;i:150;}

    Roll-back chmod settings for all pictures to 664 (or 644)

Viewing 1 replies (of 1 total)
  • The topic ‘NEXGEN GALLERY ISSUE : Error : Create Image failed. Check safe mode setti’ is closed to new replies.