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
Comment #1
photocurio commentedI 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?
Comment #2
joachim commentedNo idea.
The string 'list_images' is nowhere in the image module -- this might be an issue with FUpload which I've not used.
Comment #3
photocurio commentedcorrect - I think it had to do with Fupload. I disabled that and am now using Image's own batch import feature.
Comment #4
borjagut commentedFor 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
Comment #5
borjagut commented