🇮🇳India @sivaprasadc

Account created on 17 April 2015, over 9 years ago
#

Recent comments

🇮🇳India sivaprasadc

Thanks for the patch. I have a similar issue. My current site is in English and French. With the patch the functionality seem to be working as expected.

+1 RTBC

🇮🇳India sivaprasadc

In my case on D10 site, Deleted entries with the below commands and ran https://yoursite/rebuild.php in the browser.

First see if the module is installed:
SELECT * FROM `key_value` WHERE name = 'module_name'

Than remove the module with:
DELETE FROM `key_value` WHERE name = 'module_name'

🇮🇳India sivaprasadc

Thanks for the patch @larsmw. It is working as expected.

This issue https://www.drupal.org/project/ultimate_cron/issues/3351276 🐛 Deprecated Creation of dynamic property Needs review is not occurred post applying the patch.

🇮🇳India sivaprasadc

Thanks for the patch. It is working as expected in my project. Steps followed:

  • Applied the patch using composer
  • Ran drush updb
  • Cleared the Cache
🇮🇳India sivaprasadc

Thanks for the patch.

It is working as expected for my case. +1 RTBC

Production build 0.71.5 2024