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).