Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Using composer I installed Drupal 8.8.5 on a CentOS 8 machine. The machine is within our internal network behind a firewall so no inbound http/https but outbound connections are open, so it is not sitting behind a proxy.
Had a little trouble with getting file permissions correct but was able to successfully install.
After install, just clicking around, I noticed that the Update module (/admin/reports/updates) is producing an error for core saying "Failed to get available data."
When adding a new field to an entity type, what determine the list of the available entities types that can be referenced? Where and how can I change this list?
I want to reference Paragraphs (for a specific reason I need to use a reference field an not a reference revision field) and I can't select "Paragraph" as a type to be referenced (I could before an update). I need to manually edit the field configuration to make it work.
I was attempting to upgrade module "Permissions by Term" from 8.x.2.18 to 8.x.2.19. Previously this module would not function if Page Cache module was installed, but required the Dynamic Page Cache module. New version requires both, according to the notes:
I'm using the Bartik theme and I'm trying to get the login block to appear to the left. It currently is centered (..or just showing in the main content area). Any help is much appreciated.
Never mind. I've figured it out. I had to make sure that all blocks under Sidebar First were visible only for authenticated users.
For Content editors normally features available via imce or some others modules even with drupal default media feature is available after enabling the Media and Media Library
But i want to implement same functionality for IMAGE UPLOAD field. i have image field in my content type where i can upload ONE image at a time from my PC i want to upload image with Dual functionality One from Browse local file and one from existing uploaded files.
For my website, I want to give users an option to save their selections before logging out. Once they click the logout button, I want to open a modal pop up which gives them 2 choices, Save or Cancel.
If they select Save, then their selections would be saved in the database.
How could I do so in drupal? If there are any examples online, please let me know.