Symfony\Component\ErrorHandler\Error\OutOfMemoryError {#263507 -error: array:4 [ "type" => 1 "message" => "Allowed memory size of 268435456 bytes exhausted (tried to allocate 16777224 bytes)" "file" => "/var/www/tophosting/bn/vhost_44432/libraries/vendor/joomla/database/src/DatabaseDriver.php" "line" => 1311 ] }
// Get all of the rows from the result set as objects of type $class.
while ($row = $this->fetchObject()) {
if ($key) {
$array[$row->$key] = $row;
} else {
$array[] = $row;
}
}
// Free up system resources and return.
$this->freeResult();
OutOfMemoryError
|
---|
Symfony\Component\ErrorHandler\Error\OutOfMemoryError: Error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 16777224 bytes) at /var/www/tophosting/bn/vhost_44432/libraries/vendor/joomla/database/src/DatabaseDriver.php:1311 |