magesuite / theme-creativeshop

Open Software License 3.0
38 stars 24 forks source link

Issue in category page #65

Open mrtuvn opened 3 years ago

mrtuvn commented 3 years ago

While visit category page i got issue

Screenshot from 2021-03-27 22-49-08

Use magento 2.4 with php 7.4.9

=> Maximum nesting level

My list modules in composer.json ( i don't install all modules in magesuite. Just install few what i need)

"creativestyle/magesuite-content-constructor-admin": "^2.0.0", "creativestyle/magesuite-content-constructor-frontend": "^3.0.0", "creativestyle/magesuite-content-constructor-category-page": "^1.0.0", "creativestyle/magesuite-content-constructor-remove-layout-validation": "^1.0.0", "creativestyle/magesuite-content-constructor-asset": "^1.0.0", "creativestyle/magesuite-content-constructor": "^2.0.0", "creativestyle/magesuite-frontend": "^2.0.0", "creativestyle/magesuite-category-hero": "^1.0.0", "creativestyle/magesuite-translation-center": "^1.0.0", "creativestyle/magesuite-js-translation-fix": "^1.0.0", "creativestyle/magesuite-thumbnail-remove": "^1.0.0", "creativestyle/magesuite-maintenance-page": "^1.0.0", "creativestyle/magesuite-defer-js": "^1.0.0", "creativestyle/magesuite-cache": "^1.0.0", "creativestyle/magesuite-magepack": "^1.1.4", "creativestyle/magesuite-product-positive-indicators": "^2.0.0", "creativestyle/magesuite-sentry-io": "^1.0.0", "creativestyle/magesuite-seo-hreflang": "^1.0.0", "creativestyle/magesuite-pagination": "^1.0.0", "creativestyle/magesuite-extended-exception": "^1.0.0", "creativestyle/magesuite-cms-duplicate": "^2.0.0", "creativestyle/magesuite-file-upload": "^1.0.0", "creativestyle/magesuite-seo-canonical": "^1.0.0", "creativestyle/magesuite-soft-db-status-validation": "^1.0.0", "creativestyle/magesuite-persistent-sitemap": "^1.0.0", "creativestyle/magesuite-url-regeneration": "^1.0.0", "creativestyle/magesuite-url-rewrite": "^1.0.0", "creativestyle/magesuite-url-rewrite-mass-actions": "^1.0.0", "creativestyle/magesuite-clear-attributes": "^1.0.0", "creativestyle/magesuite-opengraph": "^1.0.0", "creativestyle/magesuite-google-api": "^1.0.0", "creativestyle/magesuite-cms-product-backlink": "^1.0.0", "creativestyle/magesuite-product-bestsellers-ranking": "^1.0.0", "creativestyle/magesuite-daily-deal": "^1.0.0", "creativestyle/magesuite-cms-tag-manager": "^1.0.0", "creativestyle/magesuite-email-attachments": "^3.0.0", "creativestyle/magesuite-gdpr": "^1.0.1", "creativestyle/magesuite-sorting": "^1.0.0", "creativestyle/magesuite-brand-management": "^1.0.0", "smile/elasticsuite": "^2.10", "creativestyle/theme-creativeshop": "11.1.0",

diwipl commented 3 years ago

Hi, That error comes from Xdebug. Please either turn off Xdebug on that server or change setting of xdebug.max_nesting_level to some higher value.

mrtuvn commented 3 years ago

But i think this should need investigate why php reach to max_nesting value Disable setup seem not properly to find root cause of this