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'm in the planning stage for a site that will include something similar to an encyclopedia. My plan was to create a content type for "people", another for "places" and another for "things" . . . each of which would have a few unique fields. The thought was that I'd then use taxonomy to make connections/allow for connections between nodes of different content types. The end result will probably be about a dozen content types and approximately 8 vocabularies.
I installed Drupal 8.1.7 today on my own server today and installed the 'business' theme. I thought the theme looked broken/defective/incomplete and so I left that and then selected 'Jethro'. I found a similar problem there to, so I'm concerned this may be a global issue for my Drupal installation.
I have two pics below that illustrate the layout flaw:
Hello
I have a problem when I want to upgrade my site drupal 8. It is necessary to replace folder vendor. But I use geolocation which requierts geophp module with library from phayes which I install with composer. Then I do reinstall it for each upgrading. Is it normal?
I have added a field in context filter and checked "Allow multiple values". The field is actually a custom field (not a taxonomy term), which was added to a content type. Now the filtering is working fine ONLY when I pass 2 values as "OR" condition (val1 + val2). But the filtering is failing when applying "AND" condition (val1, val2). The "AND" condition also gives the same result as the "OR" condition.
Will it be a context filter configuration issue or a bug in Drupal 8? Please advice, if someone has faced a situation like this and found a solution for it.
I will be ready to move my site from my development subdomain to the root of my domain in the next few days. However, I ran into an issue trying earlier trying to change my drupal install from an installarton app to a standalone app.
So, when it comes time to move my site to production (root of public_html), what would be the proper procedure to ensure this doesn't happen again? Just move all my files to /public_html and be done? Or is there something in settings.php or somewhere else that will need to be edited as well?