• I’m using wordpress 3.0.3 and Nextgen 1.7.2. and the images upload normally, but the thumbnails are not generating.

    I’ve tried downgrading the Nextgen to 1.7.0 and to 1.6.2 and to 1.6.0, but no thumbnails in none of them. I had no problems with version 1.6.2 with wordpress 3.0.1. I can’t confirm with other version of wordpress because I haven’t used the plugin with the other versions.

    After upgrading both wordpress and nextgen the thumbnails generation always stay blank.

    Thank you in advance.

    These are my server settings:
    Operating System : Linux (64 Bit)
    Server : Apache/2.2.15 (Unix) mod_ssl/2.2.15 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635
    Memory usage : 40.7 MByte
    MYSQL Version : 5.1.52-log
    SQL Mode : Not set
    PHP Version : 5.2.13
    PHP Safe Mode : Off
    PHP Allow URL fopen : On
    PHP Memory Limit : 512M
    PHP Max Upload Size : 2048M
    PHP Max Post Size : 250M
    PCRE Backtracking Limit : 500000
    PHP Max Script Execute Time : 1800s
    PHP Exif support : Yes ( V1.4 )
    PHP IPTC support : Yes
    PHP XML support : Yes

    Graphic Library

    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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Same problem here. I’m running WP 3.0.3 and NextGen plugin 1.7.2. My GD Settings are:
    GD Support: enabled
    GD Version: 2.0 or higher
    FreeType Support: enabled
    FreeType Linkage: with freetype
    FreeType Version: 2.3.5
    T1Lib Support: enabled
    GIF Read Support: enabled
    GIF Create Support: enabled
    JPG Support: enabled
    PNG Support: enabled
    WBMP Support: enabled

    IE gives me this error:
    Webpage error details

    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C)
    Timestamp: Thu, 23 Dec 2010 20:46:52 UTC

    Message: Could not complete the operation due to error c00ce514.
    Line: 48
    Char: 6
    Code: 0
    URI: https://gm-productions.be.apache09.hostbasket.com/wp-content/plugins/nextgen-gallery/admin/js/ngg.ajax.js?ver=1.4.1

    I was having the same problem. I noticed my thumbnails worked on one gallery, but not the other. I found this:

    Nexgen Plugin Support

    This fixed my problem. It was a memory issue due to large image file size. The bar would make it to 100% when creating thumbnails and I wasn’t getting an error message on my screen, yet the thumbnails never showed up.
    —————

    For Older Version:
    You just edit the file “thumbnail.inc.php” which is located at: /wp-content/plugins/nextgen-gallery/lib/thumbnail.inc.php

    Search for
    // @ini_set(‘memory_limit’, ’128M’);

    Change it to
    ini_set(‘memory_limit’, ’128M’);

    Now you are done, just save and upload the file.

    For New Version:
    You will not find the file “thumbnail.inc.php” instead you will find the file “gd.thumbnail.inc.php” which is located in the same location “/wp-content/plugins/nextgen-gallery/lib/thumbnail.inc.php” . You just need to edit this file.

    Search for
    // @ini_set(‘memory_limit’, ’128M’);

    Change it to
    @ini_set(‘memory_limit’, ’128M’);

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: NextGEN Gallery] No thumbnails generation’ is closed to new replies.