Skip to content
New issue

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

Issue in category page #65

Open
mrtuvn opened this issue Mar 27, 2021 · 2 comments
Open

Issue in category page #65

mrtuvn opened this issue Mar 27, 2021 · 2 comments

Comments

@mrtuvn
Copy link
Contributor

mrtuvn commented Mar 27, 2021

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
Copy link
Contributor

diwipl commented Mar 27, 2021

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
Copy link
Contributor Author

mrtuvn commented Apr 2, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants