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 created a site from several pages (Drupal 8).Buttons to pages exist, but the content disappeared.Therefore, in the Content menu and when clicking Edit on the Basic page, the Body (Edit summary) box is missing.
The site is new and I only added 2 modules-Update manager and D8 editor advanced. The problem came up pretty much after I installed the modules.
Could this problem be a bug or any additional settings should be made?
I have been working for a short time with Drupal and apologize if my question is stupid.
Hi
I made my drupal site in subfolder and of course all the urls contain this folder. So than I moved mysite to public folder but its not working properly. Drupal folder is still required to display all pages. I read that there is no base_url option in drupal 8 and all should be done automatically. link Its turned out not that easy. Of course I tried to edite both settings.php and .htaccess but with no positive ending. What should I do more? Please help.
I'm building an app with Drupal 8, I need to be able to get a start date input from an admin user, use the date to generate a 12-month calendar pdf with specific reminder dates, and send emails using the reminder dates.
My initial thought is to build custom module, get the start date using hook entity presave, and use inline entity form to attach reminder dates so I can create views with it later.
Any suggestions or pointing me to the right direction would be appreciated, thanks guys.
I am building a offsite payment module for drupal commerce and the offsite payment provider wants the data in JSON format.
In short, I need to send the transaction form data in JSON format, receive the response in JSON format and then mark the process complete or failed depending upon the response.
So this is the last step which is not being completed.