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.
and I'm on the Civic page I want a View to return child items of that parent (eg, the parent being Honda so the child items returned are Accord and S200).
My problem is, I guess, quite simple for a few of you, but I'm stuck: I have to convert my Drupal database tables from MyISAM to InnoDB. When I do it, the row format of my tables is automatically set to Compact. So I was wondering: should I leave this to Compact, or should I use Dynamic instead?
I'm a student who was tasked with migrating a module of my choosing from Drupal 7 to 8, as long as it hasn't been migrated before.
I have very little experience with php.
I have found this article: https://www.drupal.org/docs/8/converting-drupal-7-modules-to-drupal-8 but with every module that I try to port following these steps, there's an error. I presume this has to do with API-failures but as I said I have no experience when it comes to this.