Wondering if anyone knows of the best way to share content from one site to another. We've tried the feeds module previously but had some issues. I see that there has recently been a new release so we will probably try again.
I have injected both email validator and entity type manager in my drupal 8 ajax form. I get the error as below on submit. Do I have to remove dependency injection for ajax forms
ResponseText: TypeError: Argument 1 passed to Drupal\Core\Entity\EntityStorageBase::create() must be of the type array, null given,
Simple query hopefully, but I'm completely flummoxed.
I've got a site which loads images from external locations and caches them locally (using imagecache_external). Somehow in that process it changes the filename of the image from "samplefile.jpg" to something like "9c811dbd8564a2ff551b00a3f74ca503.jpg?itok=FZzLR3QD".