I'm just trying to upgrade from D9, latest version, to D10, latest version. I followed the steps in this document and succeeded until #4.4, which means that D10 is installed and 'composer install' is executed, everything successfully without any errors. But now, when I visit my site, I get an HTTP error 500, internal server error. That means also that I cannot run database updates.
so I am using Drupal CMS 2.0 on a production server. I recently went to install a module, only for it to screw up my website by throwing out an 403 error forbidden message, even when logging in from a different device. I did get permissions fixed, but now my json lock file is preventing anything from being upgraded. i am modifying the Mercury theme for the site.
I don't have ssh access so everything has to be done through a web interface, whether on Drupal or my web hosting provider site.
Hello. I’m upgrading a site from Drupal 10 to 11. Post-upgrade, the remote site loads correctly in the browser, but drush sql:* commands fail. For example, drush sql:query "SHOW VARIABLES LIKE 'wait_timeout';"` returns the following:
Error: Call to a member function command() on null in Drush\Commands\sql\SqlCommands->validate() (line 244 of vendor/drush/drush/src/Commands/sql/SqlCommands.php).