Hello there! I am using postman to try to create content with file attached. I have read that first you have to upload the file and then create the node referencing the fid.
When I do that, the REST POST method return:
<message>Unprocessable Entity: validation failed.
field_image.0.target_id: This entity (file: fid) can not be referenced.
I would like to allow my users to upload images and also view them after they are uploaded and sort them or at least set the main image. How do I do that? Is there a module that does it? I found "Fine Image Upload" but it seems that it does it only on the back end, for the admins...
Excuse if this topic is already discussed & solved here - I was not able to find it...
I just upgraded my installation from 8.7.5 to 8.8.4 manually. I got an error message about deprecated configuration about /tmp. I uncommented "$settings['file_temp_path'] = '/tmp';" and changed the path to what php tells me (/home/.sites/136/site1497/tmp) what my temp path is. Now the error is gone. But the DB upgrade still does not work. It tells me that 17 updates are available but when I want to apply them I just get back to my site and nothing was changed.
I created a new content type with the following fields:
1. Title
2. product description (text with unlimited option set)
3. product links (link with unlimited option set)
Now, when the form renders. It shows the "Add More" button on both fields.
But, I want a single "Add more" button and that should add another set of these two fields as separate. Currently, it creates the new field below the original field. But, I want those new fields as a fieldset.