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’m new to Drupal and currently working through the Acquia Academy tutorials. I’m trying to install Drupal on my local system, and I’m following the instructions that mention using a site name to initialize the installation. However, I’m not sure where to create or configure the site name.
I attempted to use the site name referenced in the tutorial (waterfallhandbook.ddev.site/core/install.php), but it doesn’t seem to work for me. I also tried setting the site name manually in PowerShell, but it still didn’t work.
I recently completed a Drupal 10.2.5 installation on an Ubuntu Server 20.04 with a LEMP stack, but I’m facing an issue. The homepage of my site is not displaying properly, and when I checked the console, I found the following errors:
Error 1
Error 2
It appears that the CSS and JS folders were not created during the installation process. I’ve searched through the server files and confirmed that these folders are indeed missing.
I have tried to install Drupal 11 following the installation docs, but it is not quite working.
What's not working
First, all JS and CSS assets are missing. According to the browser dev tools, they just 404. On the web server in the directory web/sites/default/files, there is just a config_* folder, but no js_* or css_* folder, which the drupal installation is trying to access.
I've been managing a few Drupal sites from the UI backend for several years, and I want to update my skills by extending my Drupal installations through Composer, as I see it’s the preferred method for installing modules.
I enabled the Media module, set up an image media type, and added a media field to a content type. However, when I click to add a file but got the error "Oops, something went wrong. Check your browser's developer console for more details."
I'm having trouble installing Drupal on my server. I've followed the installation steps, but I keep encountering issues. When trying to access the Drupal site after installation, I receive a "500 Internal Server Error". Here are the steps I followed: