Module 'imap' already loaded when uploading files

Permalink
I am working on a brand new website and decided to fly 5.7.5,1
Install text book perfect
Site editing and handling is fine.
I decided to upload some assets in readiness to build a few simple image pages
In the dashboard->files->upload files
I selected about 15 files all png of various sizes.
Click open and the upload starts.
After a few second I get a nasty red error
headerline.png Module 'imap' already loaded

I have tried this a few times with varying number of files, at 4 to 5 files is fine but starts to fail with larger numbers, I am guessing its a timeout issue but not sure what,
Any ideas?

FaganSystems
 
exchangecore replied on at Permalink Reply
exchangecore
Anything in your php error logs or in the concrete5 dashboard logs?
FaganSystems replied on at Permalink Reply
FaganSystems
The nginx logs are clean, no entries in the dashboard logs, I have debug logging enabled, no errors in the website php logs, no errors in the fpm-php logs.

I did get this error when deleting some of the files that did upload

{"error":{"type":"Whoops\\Exception\\ErrorException","message":"Module 'imap' already loaded","file":"Unknown","line":0,"trace":[{"file":"Unknown","line":0,"function":null,"class":null,"args":[]}]},"errors":["Module 'imap' already loaded"]}

Not sure if its of any help.