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 ] }
$return_val = $this->rows_affected; } else { $num_rows = 0; if ( $this->result instanceof mysqli_result ) { while ( $row = mysqli_fetch_object( $this->result ) ) { $this->last_result[ $num_rows ] = $row; ++$num_rows; } }|
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 |