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'm actually building a Drupal 8 website on a cloud server. The project is composer based and everything was good, untill I created and set the private folder outside of the webroot (as everybody suggests in tutorial and guides).
Whenever I export/import a new page now for localized versions I am not able to use the "accept" button any longer.
I need to accept each individual job item. Also, the page is set to "not published" so I need to publish the localized pages and then accept all job items. Then after the job is accepted the page is marked as "not published" again.
Wheras before I was able to simply accept each job and it would be publshed.
I'm using cweagans/composer-patches to apply a patch to drupal/core. When a second developer has pulled down the codebase and run composer install, the installation of drupal/core is failing.
I'm not sure why this is happening because composer install works on my local machine?
If I remove the patch from my comopser.json, and re-run composer install, the patch isn't removed. How can I remove the patch from drupal/core please?
How do I set up the views for the media library widget to show and chose only my registered media when I enter the media reference field for a content type?
This is the question of how to create a ‘reference method’ in a field setting for a content type.
Doesn't the 'reference method' setting work for input forms?
Views display seems to have 'entity browser' settings, but no media library.
While uninstalling the module Slushi Cache (https://www.drupal.org/project/slushi_cache) I get the following error: "The website encountered an unexpected error. Please try again later. Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException: You have requested a non-existent service "cache.backend.slushi". in Symfony\Component\DependencyInjection\ContainerBuilder->getDefinition() (line 1060 of vendor/symfony/dependency-injection/ContainerBuilder.php).