I was editing/adding a few simple pages, when I started getting 403 Forbidden error messages when I would go to selected pages on the site.
"You don't have permission to access this resource.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request."
It sounds and looks like a "permissions" issue, but I can't think of anything I did that might have changed regarding permissions to directories or files.
In Drupal 7 and previous, when you wanted to put in a list of allowed values for a dropdown list, you could do this:
Key1|Value1
Key2|Value2
Key3|Value3
Now there is a single text field with an automatic key value and an add another item button. Surely you all aren't using that thing when you have a hundred item list to add to a content type. Other than custom coding a list, is there a module or method to bring back something like the key|value capability noted above?
i have made my site on local with ddev and all works fine. When transfer my site from local to remote server, only the image with media and media library don't wok. File are correctly located on folder but the image are not loaded.
I am trying to migrate a site to a Drupal 10 site. The site contains books and diagrams. Books contain diagrams. Diagrams can occur in multiple books. A diagram has a specific page in a specific book. So the relationship between a book and a diagram has several attributes, one is the page number. Diagrams can have zero or more photos. Photos have credits.