Symfony\Component\ErrorHandler\Error\OutOfMemoryError {#2720 -error: array:4 [ "type" => 1 "message" => "Allowed memory size of 268435456 bytes exhausted (tried to allocate 20987904 bytes)" "file" => "/home/lp_www_system/www.liquidpurple.com/administrator/components/com_komento/includes/comment/comment.php" "line" => 193 ] }
public function __set($key, $value = '')
{
if (property_exists('KomentoTableComments', $key)) {
$this->table->$key = $value;
} else {
$this->$key = $value;
}
}
/**
* Binds the given data to the table
OutOfMemoryError
|
---|
Symfony\Component\ErrorHandler\Error\OutOfMemoryError: Error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 20987904 bytes) at /home/lp_www_system/www.liquidpurple.com/administrator/components/com_komento/includes/comment/comment.php:193 |