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 haven't been able to find any recent information on possible causes or solutions to this error that pops up when trying to login to my new Drupal 10 site as the admin account.
To log in to this site, your browser must accept cookies from the domain drupal.stcolumban-irish.com.
I'm working on this Drupal 10.x site with content types Author and Book.
I have a view which displays all kinds of information about each author. That works fine.
I want the user to be able to select the author of interest.
I set up a Taxonomy vocabulary of Author Name and added that field as an entity reference to my content type Author. I added an exposed filter to the Author Information view using the taxonomy of Author Name. This works exactly as I want it to.
However, I sense that there's a problem with this design.
Drupal 10.2.4 core without any core customizations.
I have created a simple view with the filter criteria published=yes and content_type=x and the sort criteria global:random but the randomness just doesn't work.
For example, I can run the website on a web browser with no history and caching at all (all browser history and caching from all time is cleared after exiting the browser) and I will still get the exact same results for the view.