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.
Drupal 8.6.9 on localhost in a Windows7 x64 desktop.
The MySQL 8.0.15 x64 + PHP 7.3.2 VC15 x64 + Apache 2.4.38 VC15 x64 are O.K.
They work well.
New Database is created for Drupal as well as a user with privileges for it.
Running Drupal interactive installer in Firefox 65.0.1 x64 as follows:
1. Select language: English
2. Choose profile: Standard
3. Installer pass through the verification without any problem
4. Database name + username + password + localhost + port
I need to create forum containers and forums programmatically. I have reviewed Drupal 8’s API, https://api.drupal.org/api/drupal/core%21modules%21forum%21src%21Tests%2... , but they’re passing a reference of the current object. I’m not able to figure out where they’re getting that object from. Does anyone have insight on how to access the forum’s module from a custom module? I can probably figure out the rest from there.
Please help me, because I am going round the bend on this one...
I am trying to add a class to the 'body' tag on my Drupal 8 website, which will identify individual nodes so that I can style them individually. The instruction on this page does not seem to work on my website, because when I replace 'mytheme' with the name of my theme I get a WSOD every time. (Yes, even after cron and emptying caches).