posted Wednesday, July 16th, 2008
If you have tried using the NextGen Gallery Plugin (and mind you it is one of the best image gallery plugins out there for WordPress) then chances are you might have run into the php memory limit problem.
What this means is that unless you increase the memory limit, you might have problems with automatic thumbnail creation.
There are a few options here:
php_value memory_limit 32M
define('WP_MEMORY_LIMIT', '32M');
Change 32M to whatever you need. I personally needed to change it to 40M and that did the trick.
Another little quirk of this gallery is that it strictly follows a PHP setting called Safe Mode. If it is on, you will have to create the image gallery directories manually. Which kind of beats the purpose of having it all automated. You might also have problems with thumbnail creation.
The options are:
php_flag safe_mode off
<Directory "/path/to/webroot/for/domain" >
php_admin_value safe_mode off
</Directory>
(Sorry I lost the link where I got this code from or I would have given credit)
Once you get past these two barriers, it is a really great option to showcase your photos.
Want to see how the gallery look? View my Portfolio