Variations v-link broken

Created on 24 March 2023, over 1 year ago
Updated 13 September 2023, 10 months ago

Problem/Motivation

The variation pages (like this: product/?v=55) don't show up, the sites are white / empty. There is a php error, that only appears in the error log of the webserver:

AH01071: Got error 'PHP message: PHP Fatal error: Nesting level too deep - recursive dependency? in /var/www/vhosts/example.com/httpdocs/example.com/www/modules/contrib/commerce_xattributes/modules/commerce_cattributes/src/Plugin/Field/FieldWidget/CorrectProductVariationAttributesWidget.php on line 208'

Disabeling the if-routine resolves the problem
// The returned variation must also be enabled.
if (!in_array($selected_variation, $variations)) {
$selected_variation = reset($variations);
}

πŸ› Bug report
Status

Closed: won't fix

Component

Code

Created by

πŸ‡©πŸ‡ͺGermany Umac_de

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @Umac_de
  • Status changed to Closed: won't fix 10 months ago
  • πŸ‡ͺπŸ‡ͺEstonia drugan

    This issue has been fixed in the 2.x version of the module.

    Please upgrade your installation.

Production build 0.69.0 2024