I have a site that has been running for about 10 years. I think it was Drupal 6. It was hacked up pretty good, and although I have *some* proficiency, it's been a long long time since I developed.
The site finally completely broke, and I am unable to get into the UI. Homepage returns a 500 error. Nothing has changed on the site for at least 5 years. I traced it down, and it looks like it is failing on a syntax error from mysql. It looks like something was changed or deprecated between mysql, and the database functions.
I am upgrading yet another older site from 9.5 to d10 and the composer update seems to go smoothly until extracting/installing the Drush 12 archive and then I get this error:
In FilesystemRepository.php line 163:
file_get_contents(/var/www/html/mysite/vendor/composer/composer/src/Composer/Repository/../InstalledVersions.ph
p): Failed to open stream: No such file or directory
I'm encountering an issue during my Drupal upgrade process, specifically when I updated the Barrio Bootstrap 5 Theme Module from version 5.5.4 to 5.5.13. The problem I'm facing is that after the update, all the buttons with the class "btn btn-primary" are automatically being transformed to "btn btn-" and are missing the "primary" class, causing them to appear as plain text instead of buttons. I need assistance in resolving this issue related to the module upgrade.