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.
I have a site that was up and running perfectly fine but all of a sudden went down earlier today. The site now loads a blank white screen on Safari and an HTTP ERROR 500 on Chrome. No work or coding at all was changed on the site. This happened completely out of the blue. The server and domain have all been checked and are working correctly. Any help would be appreciated. Let me know if you need to get into the files to see anything. Thanks! JH
I currently have configured my site to allow users to upload media (Images & Video with Drupal 8's built in media module) to my site. Then using a custom content type with an Entity Reference Field to grab the content from a view that only display's their content. From here the user can use a select list and choose which media they want to put in the content based off the title of the media.
I have to use the same form on the same page many time. This form allows me to select an individual from a list, within different projects.
I generate this via: $ form = \ Drupal :: formBuilder () -> getForm ...