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 try to import CSV files. I already need 8.1.0 for some reason.
I find I need a new migrate_plus and migrate_tools (compared to 8.0.5) https://www.drupal.org/project/migrate_tools
This indicates I need to apply two core patches.
So I read the patch doc.
I applied the two indicated patches but "drush migrate-status" still fails.
I also tried the last two patches from both issue queues: nope.
I have a D8 multisite setup up and running. I'm using a shared host that requires the main domain to be accessed from the main public_html directory. I installed Drupal within a subdirectory under public_html and my sites within the sites directory such as this:
Can someone tell me the correct directory I should be throwing documents (PDFs for example) into? I'm looking to have some accessible to everyone and others for members only. I saw on a post from 4 years ago the answer was '/sites/default/files' but I'm unsure if this changed.
Updating my D8.0.5-database I get following warning also an start page of update-process as on following pages:
Warning: Invalid argument supplied for foreach() in Drupal\Core\DependencyInjection\Compiler\RegisterEventSubscribersPass->process() (line 37 of /xxx/xxx.xxx.at/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterEventSubscribersPass.php).
I am fairly new to Drupal, and one of the first things I did was add a content type for "page block", or a configurable block for doing things like hero images in headers and customizable sections of the given site.