• When I upload a directory to make a Gallery it cannot make the thumbnails. I get this error:

    Fatal error: Call to undefined function ImageCreateFromJpeg() in /home/potshots/public_html/wp-content/plugins/nextgen-gallery/lib/gd.thumbnail.inc.php on line 183

    This is the code from gd.thumbnail.inc.php on line 183

    /* case ‘JPG’:
    $this->oldImage = ImageCreateFromJpg($this->fileName);
    break; */

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,
    at start page of ngg in the admin look what is shown about graphic library, seems to be a problem with GD library.

    best regards
    bee

    Thread Starter websista

    (@websista)

    Here is what I find:
    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 : No
    * PNG Support : Yes
    * WBMP Support : Yes
    * XPM Support : No
    * XBM Support : Yes
    * JIS-mapped Japanese Font Support : No

    Also :
    Server Settings

    * Operating System : Linux
    * Server : Apache/2.2.10 (Unix) mod_ssl/2.2.10 OpenSSL/0.9.8g PHP/5.2.9 with Suhosin-Patch
    * Memory usage : 21.8 MByte
    * MYSQL Version : 4.1.22-standard
    * SQL Mode : Not set
    * PHP Version : 5.2.9
    * PHP Safe Mode : Off
    * PHP Allow URL fopen : On
    * PHP Memory Limit : 128M
    * PHP Max Upload Size : 128M
    * PHP Max Post Size : 128M
    * PHP Max Script Execute Time : 30s
    * PHP Exif support : No
    * PHP IPTC support : Yes
    * PHP XML support : Yes

    Are you able to see what is wrong here so that I can tell my server tech to turn it on?

    Hi,
    yes look: * JPG Support : No

    best regards
    bee

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: NextGEN Gallery] Unable to Make Thumbnails’ is closed to new replies.