I have updated mongo and now in the log the following error appears: Use of the aggregate command without the cursor option is deprecated
Mo
Assuming you are using the latest MongoDB PHP Library, you should be able to pass 'useCursor' => false option (the default is true) as explained in the doc.
'useCursor' => false
true