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.
Has anyone had any issues with getting a Search API View to show content from a Node that has a Paragraph which in turn has an embedded Paragraph? I have a rather complex content type and it requires this type of setup. I can successful reference the innermost Paragraph within the Search API Index Fields, but the values I store when I save a node of this type do not appear within the View I have defined. Has anyone experienced this and have a solution for something I have overlooked?
I am trying to create a forum in drupal 8x using the core forum module, I have added and styled the required fields to my forum post content type.
Now I just need to give users the ability to edit some fields in the original forum post content type through a form in the comments. A very good example would be the Drupal core issues forums themselves. For instance if an issue is solved, then an authenticated user should be able to change the "post status" field value from active to solved without having to edit the node directly (but through a form on the comments).
There is double click prevention in Drupal 8 core. Because of this, I am able to click on a third party link only once. Second time, if I try to click on the link nothing happens. Any solution for this?
Started with Drupal only a couple of weeks ago. During tests, I added and deleted users. After the first deletion of a user (a full delete, including contents), in a fairly clean environment with only a handful of contributed modules, I seem to have a database issue as the following Console command doesn't work anymore :
debug:database:log
I get the following output (other than this output, my site seems to behave normally):
first post here, but excited to be diving into the world of Drupal!
Our goal is to allow users to log into our website with their Twitch login information so that we can use their twitch user name as our user DB primary key. We were able to get composer installed and ran composer require league/oauth2-client to work perfectly. However, when we go to install the Social Auth module it gives us this error: "Social Auth could not be installed because league/oauth2-client was not found. Social Auth must be installed using Composer."
After nearly a month and a half of creating from scratch my Drupal 8 website on my MacBook Pro (late 2016 model) via local MAMP setup, two days ago, I added a few much needed modules to use/implement on the site. Upon activating, I noticed when I logged back into site via local MAMP [apache 2.0 Handler, PHP version 7.2.1] I get an error #2002 for MySQL db server, which states "No such file or directory - The server is not responding (or the local server's socket is not correctly configured).