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 am working on a content type migration that is in D6 to a new entity in D8. I understand the basics of a migration how you have source, process (pipeline), and destination and I'm good on migrating all of the other existing fields over, except a complex field type of Location.
From what I've read, it seems many are taking the route of using dmap in migrating their content, but I am really looking to migrate into my own new Location custom content type and manage from there on out.
I have created a simple drupal development scenario, let's say A. In addition to it, I also created another drupal8 dev scenario, let's say B. I have added some contents in A and would like to upload those contents in site B (emulating Dev-Staging). Using configuration management in A and exporting the .tar.gz in B didn't worked as it said
Error message
The staged configuration cannot be imported, because it originates from a different site than this site. You can only synchronize configuration between cloned instances of this site.
I am using Drupal 8 and freely admit I am front-end challenged. In my custom form, I want to do an autotab to the next input field when the user reaches the maxlength of the current input element. I tried to create my own but I am having a lot problems and was wondering if there was some standard library I could use. Thanks.
We are working on one of the project for our customer to develop connectors (Integration Adapter), which would enable the end users to quickly integrate cloud and on premise applications. As a part of this project, we are targeting to develop connectors for Drupal and would need Endpoint (API) access to explore features and build integration flow in the connector. This connector would provide the end user i.e. Drupal customers, ‘simple, quicker & ready to use’ platform to access features / services provided by Drupal.
I use the module Redirect in Drupal 8. It, however, does not redirect the front page. If I enter www.mypage.com/node/1, exactly that appears in the address bar. All other nodes are redirected correctly.
To get a redirect of /node/1 I added this line in .htaccess: Redirect 301 /node/1 http://www.mypage.com
However, I just detected that this leads to a "Page not found" when I try to edit the content of the front page in the admin pages.
I have a strange and frustrating problem with my own javascript file on Drupal 8 theme.
I try to start a simple carousel by firing a javascript function - except that the javascript file doesn't exist.
Though this is my first d8 project, I think that I know how things SHOULD happen, but my problem is that they don't happen. Let me explain what I have done and what happens then...