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 am running CentOS 7.7 x86 architecture with Drupal 8.7.10, php72u-7.2.25-1.el7.ius.x86_64 version, composer version is 1.9.1, nginx web server version is 1.16.1. I am facing the below issue.
I made a new site from scratch using the new template, and installing every module using composer. I have 3 Mail modules installed: PHPMailer, Swiftmailer, and mailsystem. But after configuring all of these properly, mail does not get sent. There are NO log error messages, nor are there any on drush watchdog-show. And PHPmailer is NOT writing out any logs or messages even though the debug level is Full Communication, and write to system logs is checked. The PHPMailer GUI says a test email has been sent.
I am testing whether or not you can delete a user from the users table in the database with an SQL command (DELETE FROM users WHERE uid = "").
While the deletion is successful in the database, the "people" tab in the admin bar will throw an error when trying to access that page. (I restored the database so I don't remember the error.
My question is, can you remove a user from the database without having to delete them from the Drupal interface? I have over 1000 users I have to remove.
On Drupal 8.8.1, under Ubuntu Linux 18.04, used SSH in Update Manager to upload (from my local computer) and install a new module (Easy Install). Drupal worked away and the results page indicated successful install.
I am buidling a Drupal based page where I want to have more flexibility in creating content as usual. For solving this requirement, I use the Paragraphs module, and I also disabled the standard body text. So now, a user can now freely decide how he wants to mix images, text and other content (like embedded videos). For example, an article could now start with a text followed by a full size image, or with 2 half size images followed by a full size video and then the text and so on.