Jump to content

Fatal error: Maximum function nesting level of '100' reached


Recommended Posts

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

×
×
  • Create New...