The Converting to Drupal forum is where you can ask specific questions about migrating certain features of your present website to Drupal.
The forum is looked after by gisle and some other site moderators. We keep an active eye on this forum (mainly to delete spam), but feel free to contact us through the site moderators issue queue if you have any questions or concerns.
I'm trying to migrate a old Drupal7 to a Docker Compose instance (using the same version of Drupal and mariaDB). But the result is more or less working. I got the message "You are not authorized to access this page."
Per exemple, even if I go to mydomain.com/?q=admin/config/development/maintenance, I got :
Access denied
You are not authorized to access this page.
I've been able to install drush in the drupal pod, everything seems to be in order :
I am working on migrating data from JSON into Drupal nodes, where multiple items contain multilevel data that need to be mapped to entity references using paragraphs.
I am migrating to Drupal, and I have many "Content Types" to create. The data is currently in CSV files with column headers. Is there any module that would take a csv file, generate a content type for it with field names that match the column names in the CSV file? While I could click through and create each content type by hand, it seems like this should be something that could be done easier (given that I have many content types).