I'm currently migrating my D7 site to D8 and it's finally time to launch the site.
My D8 site is up and running on my Dev server when I followed the steps below, but doing the same thing on my Production server gives a 500 error when I visit the URL.
I have recently upgraded my website from drupal 6 to drupal 9 in 3 stages. I have noticed that content types are no longer grouped now.
If I go to admin/content, I can see different content types but all are opening in /node instead of /node-type/url-alias
Apparently URL of all the content is starting with /node instead of type which was the case earlier. how can i get URL fixed for all the content ?, Do i need to manually edit each item ?
I tried updating with: composer update drupal/core "drupal/core-*" -- with-all-dependencies.
It changed only composer.lock file "updating drupal/core-composer-scaffold" and "drupal/core-project-message to 9.2.0".
"drupal/core" and "drupal/core-recommended stayed on 9.1.10".
After 7-8 years of planning I finally took courage to upgrade my website from drupal 6 to drupal 9. I did not develop this website and the tech people who built it has left so consider me a newbie to drupal.
After the upgrade I noticed that all the comments are showing on the top of the blogpost.
I have problem while updating drupal from 9.1.4 to 9.1.9. in my composer.json path i have seperate installer path for a folder name example2.com which contain core, modules,etc... on the first time drupal core updated got into the folder web root directory. after i changed the installer path in composer.json and tried to update composer ouput "Nothing to update" message. Also deleted composer.lock file and tried to update but failed to update. Please let anyone tell me is there additional database setting for detecting drupal version. So that i can change it to correct path.