Error

We're sorry, but an unhandled error occurred. Please see the details below.

Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes)

/var/www/nuton-electro.ru/data/www/nuton-electro.ru/vendor/october/rain/src/Extension/ExtendableTrait.php line 431

 
        $parent = get_parent_class();
        if ($parent !== false && method_exists($parent, '__call')) {
            return parent::__call($name, $params);
        }
 
        throw new BadMethodCallException(sprintf(
            'Call to undefined method %s::%s()',
            get_class($this),
            $name
        ));
    }
 

Stack trace

# Called Code Document Line