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've been searching for some info or tutorial on how i can embed Reactjs Single Page App into a drupal 8 page. But cannot find any useful resources.
I have created a React app to fetch a simple list music artists and releases using an API. It works and i've build the app ready to deploy. But i want to include this into a Drupal page or even in a specific custom theme file for a specific node.
I noticed that the Drupal 8.6+ offers a new experimental module called "Media Library" which has a function where you can add a field widget to add existing and new media into a content type. Although when I do this, I can see all my uploaded media and select it, but when I click "Select Media" it does nothing.
I also don't see an official module page, so I hope this is the right area to post.
Just wondering if anyone else has had this issue, as it looks promising and in the future would like to integrate this into my site.
I'm studying Drupal and then I ask trivial questions.
I'm trying to create a personal form.
Now I'm stuck in creating a form where the user can customize a message.
The error is: InvalidArgumentException: Class "\Drupal\hello_world\Form\SalutationConfigurationForm" does not exist. in Drupal\Core\DependencyInjection\ClassResolver->getInstanceFromDefinition() (linea 24 di /home/mt1kibgh/drupal/core/lib/Drupal/Core/DependencyInjection/ClassResolver.php).
I am on a hosted Litespeed server and my permissions test in the security review module are failing for all files. Error/warning is "It is dangerous to allow the web server to write to files inside the document root of your server." My files are all owned by my user and the group is my username as well. Some files are read-write for the group and some are readonly for the group. Even when I change my files to 600 the permissions test still fails. They only permissions that work are when I make the owner readonly. What are the correct permissions? Should I have them change the group