We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While visit category page i got issue
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",
The text was updated successfully, but these errors were encountered:
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.
xdebug.max_nesting_level
Sorry, something went wrong.
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
No branches or pull requests
While visit category page i got issue
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",
The text was updated successfully, but these errors were encountered: