So as I try to save my configuration from System->Configuration->Save Config I get an error saying:
Maximum function nesting level of '256' reached, aborting!
In Mage.php on line 412.
And in lib\Varien\Autoload.php on line 125.
Mage.php line 412:
public static function getConfig()
{
return self::$_config;
}
Autoload.php line 125:
public function destroy()
{
if ($this->_collectClasses) {
$this->_saveCollectedStat();
}
}
I did some research but couldn't find much.
Any ideas?