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.
Hello Drupal community,
I started with Drupal (d9) and I get the error "Temporary files directory" in the status report.
However, the article, linked in the details (see below) of the error, deals about d6 and d7.
Error Details:
Not fully protected
See https://www.drupal.org/SA-CORE-2013-003 for information on the recommended .htaccess file to add to the temporary:// directory to prevent arbitrary code execution.
I'm trying to clone a production site to a local dev with MAMP Pro. At first it seemed successful but after I cleared the cache my site breaks and I get the following error after adding verbose error logging to settings.php:
The website encountered an unexpected error. Please try again later.
Hi. I am trying to set up Drupal for a development environment on my local machine. I have installed SQL, NGINX, PHP, etc, and have followed the NGINX recipe for Drupal. I have tried loading drupal under /var/www and /var/www/drupal, but when I browse to 127.0.0.1 or 127.0.0.1/drupal, All I get is 403 errors.