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 believed I have drupal console installed but overtime when I tried to run drupal list or anything related to drupal I got the following error.
[PDOException]
SQLSTATE[HY000] [1045] Access denied for user 'drupaluser'@'localhost' (using password: YES)
I installed Drupal 8 vis Aquia's DevDesktop with drupaluser as the user name and no password for the database. I tried to run drush cr and I also received similar errors. Any help is much appreciated.
I am using D8.1.7 and created a Calendar view from template using the "From date" field
and when I look at the monthly calendar I get not results in the calendar
but if I copy the SQL created by the Calendar view monthly and run that SQL
inside MySql I get 4 records.
What can make that SQL work on command line but not work on the View itself?
Hello, I am new to drupal.
Trying to build my website when i stumbled upon a few problems. One of the being that the link field didn't provide me with everything I wanted.
So I looked things up and noticed that hooks could provide me with the problems. It seems easy enough to change (set the same Link text to the same kind of links (different url's)).
So I watched some tutorials, read stuff here and there.
So my first issue was now, What hook do I use to change it? And what fields and values do I need to change.
I have upgraded my Drupal 6 website to Drupal 8.
The functionality I am still struggling with is the birthdays block, which I had in my Drupal 6 website.
The birthdays block is functionality from the birthdays module, which has not been ported to Drupal 8.
I still have the birthday field after upgrading to Drupal 8.
How can I list the upcoming birthdays for the next 2 weeks in a block?