Symfony\Component\ErrorHandler\Error\OutOfMemoryError {#1052692 -error: array:4 [ "type" => 1 "message" => "Allowed memory size of 671088640 bytes exhausted (tried to allocate 33554440 bytes)" "file" => "/home/clients/9c551f8f8eb9fc54b7c77132273a65b2/web/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 671088640 bytes exhausted (tried to allocate 33554440 bytes) at /home/clients/9c551f8f8eb9fc54b7c77132273a65b2/web/libraries/vendor/joomla/database/src/DatabaseDriver.php:1311 |