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.
Mysql 15.1 distribution 10.5.23-MariaDB, PHP and Drupal 10.2.2
Penultimate sql backup is about 60MB but last sql backup is about 800mb.
I find it strange because my website is pretty much only core with just one contrib extension (Context module) and I don't recall making any significant change in the website besides adding a few nodes and a few images and editing many nodes (mainly adding taxonomy terms and creating new taxonomy terms).
I'm facing a challenge in my Drupal project and could use some guidance from experienced developers. Here's the situation:
I have a Drupal view that displays several numeric fields, and I need to implement a range filter for these fields. The goal is to allow users to specify a minimum and maximum value, and then filter the view results based on this range.
Installed the latest Drupal via their auto-installer (10.2.3)
Enabled Media Library
No other modules, config changes, imports, etc - clean install
Upload image - upload is successful, entry is created, the original file is located in /sites/default/files/2024-02
PROBLEM: The Thumbnail should be in /sites/default/files/styles/thumbnail/public/2024-02/ - but it is not there, this is reflected in an error message in the log for every attempt to load for example the media gallery
Hi friends.
I'm trying to log back into an old site after years and can't get in. Resetting the password by mail does not work, I always get an error.
So I did it via an SQL command in the database. The command is also executed, but I still can't get in. I used SQL to create an MD5 hash as the password.
as a password. In my opinion, Drupal also works with MD5 hashes and the password is then also in the correct place in the database as an MD5 hash (-> 70c04e53f3216a44d9b4f3e517f9b45c unencrypted 'NewPassword').