Fatal error: Allowed memory size of 671088640 bytes exhausted (tried to allocate 20480 bytes) in /home/clients/9c551f8f8eb9fc54b7c77132273a65b2/web/libraries/vendor/joomla/database/src/Mysqli/MysqliStatement.php on line 506
Error: Allowed memory size of 671088640 bytes exhausted (tried to allocate 20480 bytes) (500 Whoops, looks like something went wrong.)

OutOfMemoryError

HTTP 500 Whoops, looks like something went wrong.

Error: Allowed memory size of 671088640 bytes exhausted (tried to allocate 20480 bytes)

Exception

Symfony\Component\ErrorHandler\Error\ OutOfMemoryError

Show exception properties
Symfony\Component\ErrorHandler\Error\OutOfMemoryError {#1323815
  -error: array:4 [
    "type" => 1
    "message" => "Allowed memory size of 671088640 bytes exhausted (tried to allocate 20480 bytes)"
    "file" => "/home/clients/9c551f8f8eb9fc54b7c77132273a65b2/web/libraries/vendor/joomla/database/src/Mysqli/MysqliStatement.php"
    "line" => 506
  ]
}
  1. $ret += $values;
  2. return $ret;
  3. case FetchMode::STANDARD_OBJECT:
  4. return (object) array_combine($this->columnNames, $values);
  5. default:
  6. throw new \InvalidArgumentException("Unknown fetch type '{$fetchStyle}'");
  7. }
  8. }

Stack Trace

OutOfMemoryError
Symfony\Component\ErrorHandler\Error\OutOfMemoryError:
Error: Allowed memory size of 671088640 bytes exhausted (tried to allocate 20480 bytes)

  at /home/clients/9c551f8f8eb9fc54b7c77132273a65b2/web/libraries/vendor/joomla/database/src/Mysqli/MysqliStatement.php:506