Account created on 14 April 2006, almost 19 years ago
  • Manager, Professional Services at Acquia 
#

Recent comments

🇮🇳India amitgoyal

The patch in #25 was not getting applied on 8.x-1.2-rc1 release.

I have re-rolled it for 8.x-1.2-rc1 release.

🇮🇳India amitgoyal

I am also facing the same issues.

Based on the comment 🐛 A valid cache entry key is required. Use getAll() to get all table data. Closed: won't fix , I tried few patches from https://www.drupal.org/project/entity_reference_revisions/issues/2799479 🐛 Views doesn't recognize relationship to host Needs review but I am still getting the same issue.

🇮🇳India amitgoyal

Interestingly I faced the same issue on Drupal 10.

After I changed the permissions for sites/default/files to 777, I was able to configure Aggregate CSS/JS files options.

🇮🇳India amitgoyal

This might help https://www.drupal.org/project/drupal/issues/3276393#comment-15011746 💬 If you answer "no" to Composer plugin authorization prompts, important plugins like composer/installers do not execute, which can lead to an instance of Drupal installed into the vendor directory Fixed

composer require composer/installers
rm -rf vendor/autoload.php vendor/autoload_runtime.php vendor/composer
composer install
🇮🇳India amitgoyal

I tried following steps to make it work which are similar to https://www.drupal.org/project/drupal/issues/3276393#comment-14493922 💬 If you answer "no" to Composer plugin authorization prompts, important plugins like composer/installers do not execute, which can lead to an instance of Drupal installed into the vendor directory Fixed ,

composer require composer/installers
rm -rf vendor/autoload.php vendor/autoload_runtime.php vendor/composer
composer install

In my case, composer/installers was already set to true. After running the above steps, I was able to clear the cache and run database updates.

Production build 0.71.5 2024