Created the contact us page and am working on 'send email' functionality in drupal but encountered server issues and need your helpI have added 'Mail System' and 'SMTP Authentication Support' modules to support email functionality.
WAMP and Drupal PHP versions are different. Drupal is using php 5.6 and that's the reason the composer is unable to install PhpMailer Library files.
drupal9, ubuntu 20 64bit, php7.4, mysql 8, Apache 2.4
I have moved a drupal site from ("server11") based in the directory /var/www/html to a different system ("server09") on the same network. server11 is the test server. server09 is a general web server with all sites are homed at /usb1/html/<sitename>. So in this case drupal was moved from server11:/var/www/html to server09:/usb1/html/drupal.
Hi everyone! I have a Drupal 7 site that I am upgrading to Drupal 9. A copy of the D7 site has been set up on an AWS Instance where I am wanting to place the new D9 site onto. I am using Terminal to load everything. So far I have installed D9 files on the instance but am running into an issue when creating a new database via MariaDB. I am using the command:
mysql -u username -p -e "CREATE DATABASE databasename CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci";
(I have changed the username and databasename to actual names when I run it through Terminal).
I was looking to install Drupal on a Bluehost managed hosting account that I have. I created a MySQL database and user, and gave it the correct permissions. I got the screen to fill in the database information, and proceeded with the install. Then, prior to the configure site screen being displayed, I encountered a white screen. Then, when I tried to access the website via the domain name in my browser, I saw the following error on top of a white screen: "The website encountered an unexpected error. Please try again later.".
Hi Everyone - I am new to Drupal so I apologize if I'm way off mark here.
I have a question about the security of composer on the server side of things. I want to know if there are any security measures that I need to take when using composer to get a drupal project up and running regarding file permissions or server security. Let me give you a bit more context surrounding my situation...