Same issue here. NextGen 1.7.4 w/ WP3.1.2.
I confirmed I can create a folder manually. And tried lowering the permissions to ‘contributor’. All the same results:
Directory wp-content/gallery/<new-gallery-name> is not writeable !
Any ideas?
this bug still exists for me, in wppa 1.5.1
WordPress database error: [Field ‘main_photo’ doesn’t have a default value]
INSERT INTO wp_wppa_albums (id, name, description, a_order) VALUES (0, ‘x’, ‘x’, ‘1’)
The field is not allowed to be Null, but no default value is provided:
$create_albums = “CREATE TABLE ” . ALBUM_TABLE . ” (id bigint(20) NOT NULL auto_increment, name text NOT NULL, description text NOT NULL, a_order smallint(5) unsigned NOT NULL, main_photo bigint(20) NOT NULL, PRIMARY KEY (id) )”;