In content management > content types, I have my image settings to publish by default.

Yet when I upload a batch of images (I use FUpload), it adds them to a gallery, but in an unpublished state. I need to go to each image, clik edit, and publish each one. Am I doing something wrong?

Comments

photocurio’s picture

I think this has to do with a missing page. After I upload, my site suggests I proceed to the 'next step' to caption images.

Then when I clik that link, I get a 'page not found' message. The missing page is at:
/node/add/image/list_images.

How do I build the list_images page?

joachim’s picture

Status: Active » Postponed (maintainer needs more info)

No idea.
The string 'list_images' is nowhere in the image module -- this might be an issue with FUpload which I've not used.

photocurio’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

correct - I think it had to do with Fupload. I disabled that and am now using Image's own batch import feature.

borjagut’s picture

Status: Closed (fixed) » Active

For buid next step page you have to run update.php and then go to fupload settings and save this settings one more time. i had the same error and now this works wonderfully.
running next step page and saving this page publish all images automatically.

hope this help you.

regards

borjagut’s picture

Status: Active » Closed (fixed)