Hi. I am trying to set up Drupal for a development environment on my local machine. I have installed SQL, NGINX, PHP, etc, and have followed the NGINX recipe for Drupal. I have tried loading drupal under /var/www and /var/www/drupal, but when I browse to 127.0.0.1 or 127.0.0.1/drupal, All I get is 403 errors.
I have DRUPAL 8.9.20 instaled, and I have installed "field_nif" module. I have tried uninstall "field_nif" module, but when I execute uninstall command the next message appear: "Fields pending deletion"
How could I know what field are pending to delete, and how could I delete this fields?
I have seen a lot of documentation and modules regarding D8 to D9 migration. But unable to find a straightforward process or steps.
Are there any modules that does it automatically or with the least effort and without having to spend too much time? I have more than 50 D8 sites and can't possibly go one-by-one and spend hours migrating each.
Note that Joomla and WordPress upgrade to full versions with a click of a button, just like we upgrade modules. We should adopt the same concept and process.