πŸ‡¨πŸ‡¦Canada @alanstanley

Account created on 16 September 2010, almost 14 years ago
#

Recent comments

πŸ‡¨πŸ‡¦Canada alanstanley

The Firefox console showed nothing, but the Chrome console showed the css was caught in a redirect loop.  Turning off css consolidation brought the site back.

πŸ‡¨πŸ‡¦Canada alanstanley

It's a hacky solution, but I added (temporarily)

if($name == 'field_yoast_seo_title' or $name == 'field_yoast_seo_description') {
             continue;
          }

to /web/core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php:hasColumnChanges and everything ran as it should.

πŸ‡¨πŸ‡¦Canada alanstanley

I had inherited the Varbase installation from someone else. When it was handed over to me, it was impossible to do anything with composer (including updates or new requires) because of a series of circular dependencies.
I brute forced by deleting the existing elements in the composer.json require and reinstalling current versions of everything, then running updb a few times. The site is now running nicely, but stalls on update 90006.

πŸ‡¨πŸ‡¦Canada alanstanley

alanstanley β†’ created an issue.

Production build 0.69.0 2024