Derivo Posted February 10, 2014 Share Posted February 10, 2014 Hello users I did install my shop locally in wamp server since I am having some issues lately. I can log into the back office, but not view "my shop". I did change to debug modus and this is what I am getting: Fatal error: Maximum function nesting level of '100' reached, aborting! in C:\wamp\www\classes\shop\Shop.php on line 861 I did open the classes/shop/shop.php and thi is what I see on line 861: 859 public static function getContextShopID($null_value_without_multishop = false)860 {861 if ($null_value_without_multishop && !Shop::isFeatureActive())862 return null;863 return self::$context_id_shop; Any ideas what I can do? Thank you PS 1.5.3.1 Link to comment Share on other sites More sharing options...
vekia Posted February 10, 2014 Share Posted February 10, 2014 you've got some kind of limitations in your php configuration what to do? increase xdebug.max_nesting_level param value (in your php.ini) for example, instead of 100 use 200 Link to comment Share on other sites More sharing options...
Derivo Posted February 13, 2014 Author Share Posted February 13, 2014 Problem solved. Was an issue with the module top horizontal menue. Mudule deinstalled and no problems since. Thanks Link to comment Share on other sites More sharing options...
Recommended Posts