- Issue created by @cmcintosh
- Status changed to Closed: duplicate
over 1 year ago 11:25am 31 August 2023 - ivnish Kazakhstan
Duplicate of https://www.drupal.org/project/fivestar/issues/3287600 π Drupal 10 compatibility fixes Fixed
When enabling this module on a drupal 9+ site you will create a white screen error because the fivestar_preview theme element uses the old 'function' method of applying updates to the code. I have updated the module to instead use template_fivestar_preview_preprocess to apply the same changes, and remove the 'function' array key from the hook_theme definition of this theme element.
Enable the module on any drupal 9 site, and visit the any page. View error logs and you will see the Deprecation notice about this.
Apply included patch.
Review patch for standards and apply.
None
None
None
Closed: duplicate
1.0
Code
Duplicate of https://www.drupal.org/project/fivestar/issues/3287600 π Drupal 10 compatibility fixes Fixed