Hello.
I'm trying to migrate a d6 drupal to 9, the problem is that migrate_drupal doesn't work with Drupal 6 so I'm using csv files to migrate the information.
Im new to drupal. my website has drupal 7 installed. After one of the updates, the header and footer portion of the site is not getting displayed. How to resolve it.
Is there something like a module cache for drupal, that could mess up installations with composer?
I want to install the Bootstap 3 Module on the page I'm currenty working on. After running the install command ("composer require 'drupal/bootstrap:^3.25'") I couldn't find the module in the module folder. Just the "background_image module", I uninstalled in a few days ago. After deleting the wrong module and checking the command I tried again but the outcome was the same wrong result.
I need help with a menu item I want to create programmatically through (this is a piece of extra information) a presave hook. In particular, I want to make a menu item that is a child of a menu item created by a view (in the view administration page).
Also: I listed all children of a specific menu item (that is the parent of the menu item created by the view) and, of course, it wasn't listed with the other *basic* menu items.
How I can create a menu item that is a child of the view menu item?