Sakin Shrestha

NextGEN Gallery Plugin and Thumbnail Generation Support

NextGen Gallery
NextGen Gallery

Alex Rabe developed wonderful photo plugin for WordPress that is NExtGEN Gallery plugin. I recommend this plugin as the best for making photo gallery.

1 ) If you have problem in Thumbnail Generation and Receive error like:
Follow thumbnails could not created.
DSC00422.JPG (Error : Exceed Memory limit. Require : 57 MByte)
DSC00423.JPG (Error : Exceed Memory limit. Require : 57.01 MByte)
DSC00424.JPG (Error : Exceed Memory limit. Require : 57.01 MByte)
DSC00425.JPG (Error : Exceed Memory limit. Require : 57.01 MByte)

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’);

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

Link to NextGEN Gallery Plugin: http://wordpress.org/extend/plugins/nextgen-gallery/

2) If you have problem finding and locating imagerotator.swf for shildeshow in Gallery. Then you can Click Here to download.

After downloading it just unzip it and then upload it in the “wp-content/uploads” and then in the Slideshow option give the path of it as “wp-content/uploads/imagerotator.swf”. Just save it and you are done.
Edited on: Nov 30, 2009
Published on: Jan 18, 2009
Enjoy.
sakin

Exit mobile version