Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Prior to upgrading to 7.43 I accessed my website as admin and backed up the DB and the site. I then logged out and used:
/var/www/drupal/#drush vset maintenance_mode 1
/var/www/drupal/#drush cache-clear all
I then used:
/var/www/drupal/#drush vset maintenance_mode 0
/var/www/drupal/#drush cache-clear all
(These all gave the expected message of success.)
I then went back into my website and found the maintenance page still in place. I retried the same command but to no effect.
I then tried:
/var/www/drupal/#drush cron
After migration the files directory has oddly named files (long string of characters) eg. wutracapratracrunuspawruwaneprevicrothunustukavuseprachogo....
Fatal error: Call to undefined function metatag_translate() in /home4/llpharm/public_html/sites/all/modules/metatag/metatag.inc on line 224
This is the error I am getting when I click any link from my home page within my site. The home page renders, partially but all links within Drupal don't work. This error gets in the way.
My Custom Content isn't displaying image fields after a Drupal 6 to 8 migration. Under Manage Display in D6 the field format was LightBox2, but in D8 the field is listed as disabled with format 'hidden'. Moving the field to active doesn't save, also, if I change the format a spinning icon just sits there for hours.