I am running WP2.5 and NGG 0.93. I have been unable to create a gallery through the interface and also unable to upload images and generate thumbs. If I manually create the wp-content/gallery/xxx and wp-content/gallery/xxx/thumbs folders, it will accept the gallery. However through the interface I always get 'Unable to create directory' and 'Check safe mode' errors.
Here is what I have done:
All folders in wp-content set to 777 permissions
Modified nggallery.php as follows:
//define('SAFE_MODE', ini_get('safe_mode'));
// modded by ME
define('SAFE_MODE', FALSE);
Created a php.ini file with safe_mode=FALSE
Here are my server settings - the memory values should be sufficient:
# Operating System : Linux
# Server : Apache/1.3.41 (Unix) FrontPage/5.0.2.2635 mod_psoft_traffic/0.2 mod_ssl/2.8.31 OpenSSL/0.9.8b mod_throttle/3.1.2
# Memory usage : 17.07 MByte
# MYSQL Version : 5.0.51
# SQL Mode : Not set
# PHP Version : 5.2.5
# PHP Safe Mode : On
# PHP Allow URL fopen : On
# PHP Memory Limit : 48M
# PHP Max Upload Size : 100M
# PHP Max Post Size : 100M
Any help would be greatly appreciated. I have been unable to get this popular plugin to work for over a week now, using both the 0.92 and 0.93 versions. Thanks.