Blank Frontend Index page

Issue #102 resolved
Amit Gupta created an issue

Installed sellvana on iOS. Getting blank frontend page with only the selvage logo on left and cart icon on right. On mouse-over/click on cart get an error (attached files).

installed test data. Behavior remained unchanged.

Restarted apache. No Change.

Admin module working fine.

Comments (2)

  1. Boris Gurvich

    Hi, the reason for this is a combination of XDebug default limitation of function nesting and Twig's need for many nesting levels.

    Please change this PHP configuration:

    xdebug.max_nesting_level = 1000

  2. Log in to comment