Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 14276528 bytes) in /data/server/monbalagan/libraries/vendor/joomla/database/src/Mysqli/MysqliStatement.php on line 543
Error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 14276528 bytes) (500 Whoops, looks like something went wrong.)

OutOfMemoryError

HTTP 500 Whoops, looks like something went wrong.

Error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 14276528 bytes)

Exception

Symfony\Component\ErrorHandler\Error\ OutOfMemoryError

Show exception properties
Symfony\Component\ErrorHandler\Error\OutOfMemoryError {#4276
  -error: array:4 [
    "type" => 1
    "message" => "Allowed memory size of 268435456 bytes exhausted (tried to allocate 14276528 bytes)"
    "file" => "/data/server/monbalagan/libraries/vendor/joomla/database/src/Mysqli/MysqliStatement.php"
    "line" => 543
  ]
}
  1. *
  2. * @since 2.0.0
  3. */
  4. private function fetchData()
  5. {
  6. $return = $this->statement->fetch();
  7. if ($return === true) {
  8. $values = [];
  9. foreach ($this->rowBindedValues as $v) {

Stack Trace

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

  at /data/server/monbalagan/libraries/vendor/joomla/database/src/Mysqli/MysqliStatement.php:543