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 installed drupal 11, using the LAMP stack method, and I install it on a VM hosted on azure.
After installing Drupal, the welcome page appears, but no links work, such as manage, login, logout, and in the center, the message ‘page not found’ is displayed. What should I do?
I've been working on setting up a Node.js project using an existing codebase. The previous setup was on an older version of Node (v12.x) and MongoDB (v4.x), but I’m trying to move everything to a newer environment with Node v18.x and MongoDB v5.x.
I've already built a Docker environment with the updated versions, and the containers are up and running fine. MongoDB is functioning as expected, but I’m having trouble connecting the Node app to MongoDB within the Docker network. The app works fine locally, but inside the container, I get a connection timeout error.
Hello, after installing Drupal 11, I can't find the option to install modules via a URL. Does anyone know where this option went? Personally, I find it easier to install modules using a URL link
The node export and single content sync modules do not currently show support for D11. I want to import some node content to test D11. Is there any way of doing this other than manually copying the source code for each node? Thanks for any ideas on this.
I am trying to understand this module. I got it working with SMTP which is great. Now I want to allow users to add an attachment when using the contact form. i am not sure what I need to do.