Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /home/francepat/wordpress/wp-includes/class-wpdb.php on line 2322
Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) (500 Internal Server Error)

Symfony Exception

FatalError

HTTP 500 Internal Server Error

Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes)

Exception

Symfony\Component\ErrorHandler\Error\ FatalError

Show exception properties
Symfony\Component\ErrorHandler\Error\FatalError {#655255
  -error: array:4 [
    "type" => 1
    "message" => "Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes)"
    "file" => "/home/francepat/wordpress/wp-includes/class-wpdb.php"
    "line" => 2322
  ]
}
  1. $return_val = $this->rows_affected;
  2. } else {
  3. $num_rows = 0;
  4. if ( $this->result instanceof mysqli_result ) {
  5. while ( $row = mysqli_fetch_object( $this->result ) ) {
  6. $this->last_result[ $num_rows ] = $row;
  7. ++$num_rows;
  8. }
  9. }

Stack Trace

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

  at /home/francepat/wordpress/wp-includes/class-wpdb.php:2322