Jump to content

Validation Page Blank in Payment Modules - Fatal Error


Caiovisk

Recommended Posts

Hi there,

 

I'm trying by days to figure out this problem but I cannot have any other ideas to what's going on...
 
On payment modules, anyone, it returns a blank page...
 
I did define('_PS_MODE_DEV_', true); to debug, and the error below came through:
 
Fatal error: Aborting! The New Relic imposed maximum PHP function nesting level of '500' has been reached. This limit is to prevent the PHP execution from catastrophically running out of C-stack frames. If you think this limit is too small, adjust the value of the setting newrelic.special.max_nesting_level in the newrelic.ini file, and restart php. Please file a ticket at https://support.newrelic.com if you need further assistance. in /home/mydomain/www/classes/shop/Shop.php on line 899
 
The line 899 at Shop.php:
if ($null_value_without_multishop && !Shop::isFeatureActive())

The line is inside this metod:

public static function getContextShopID($null_value_without_multishop = false)
{
if ($null_value_without_multishop && !Shop::isFeatureActive())
return null;
return self::$context_id_shop;
}
 
So, I've tried with many ways but it still doesn't working...
 
Hope somebody can give me some help...
 
Tks,
Caio

 

Link to comment
Share on other sites

×
×
  • Create New...