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.
All of my Drupal applications are D6 and D7 and using MySQL 5.1. I am now starting a new project using D8 and of course the minimal MySQL requirement is version 5.5. My questions are:
Has anyone had problems running D8 using MySQL 5.1?
Has anyone had problems running D6 or D7 using MySQL 5.5?
Got a problem with captcha. It is not shown on forms, like the contact form or the user registration form, despite:
1) The module is activated.
2) It is configured to be shown on forms for all anonymous users.
Any ideas on what could be wrong much appreciated...
Drupal 8.1.3
CAPTCHA Already blocked form submissions
Database system MySQL, MariaDB, Percona Server, or equivalent
Database system version 5.5.5-10.1.14-MariaDB
PHP 5.6.22
Web server Apache
Lost "Logout" and "Add Content" from User Menu. How do I add it into the menu? It is a relatively new install of Drupal 8.1.3 and it just didn't show up in the menu like it did in the other installs from the very same file on the very same server. Wierd. I would like to avoid if possible deleting Drupal and reinstalling it. All depends on what I learn here.
I've got a brand new Drupal 8 install, and I'd like to add a Twitter feed with the following features:
- Displays tweets based on user and/or hashtag
- Displays images from tweets
It appears that the Twitter module will do this, but is not yet ported to version 8.
Any other ways to do this in version 8 that I'm missing?