Job {job.id} (Run Nightly Process Bounced Campaign Emails) failed in CRON run

Environment
SuiteCRM Version 7.11.3
Sugar Version 6.5.25 (Build 344)
Ubuntu 16.04.6 LTS
Apache/2.4.18
PHP 7.3.3-1+ubuntu16.04.1+deb.sury.org+1 (cli) (built: Mar 7 2019 20:31:26) ( NTS )
Copyright © 1997-2018 The PHP Group
Zend Engine v3.3.3, Copyright © 1998-2018 Zend Technologies
with Zend OPcache v7.3.3-1+ubuntu16.04.1+deb.sury.org+1, Copyright © 1999-2018, by Zend Technologies
MySQL 5.7.25
AWS EC2 Server; running only 1 SuiteCRM instance

From suitecrm.log:
Thu Apr 11 13:07:06 2019 [1839][1][FATAL] Job a0e7c514-d347-9c8d-016f-5caf732e5df4 (Run Nightly Process Bounced Campaign Emails) failed in CRON run
Thu Apr 11 13:08:05 2019 [1897][1][FATAL] Job 67ed3a1d-ec9d-e7a4-4735-5caf74b13db7 (Run Nightly Process Bounced Campaign Emails) failed in CRON run
Thu Apr 11 13:09:05 2019 [2058][1][FATAL] Job 9ef8f91f-f369-a9af-dbc8-5caf7406d661 (Run Nightly Process Bounced Campaign Emails) failed in CRON run
Thu Apr 11 13:10:05 2019 [2063][1][FATAL] Job 5b9a67ea-2bb0-6766-ba9a-5caf74ee4582 (Run Nightly Process Bounced Campaign Emails) failed in CRON run

from database:
SELECT jq.message
FROM job_queue jq
WHERE
jq.NAME = ‘Run Nightly Process Bounced Campaign Emails’
AND jq.status = ‘done’

Values (random)
Warning [2]: count(): Parameter must be an array or an object that implements Countable in /var/www/html/modules/InboundEmail/InboundEmail.php on line 6147
Warning [2]: imap_append() expects at least 3 parameters, 1 given in /var/www/html/include/Imap/ImapHandler.php on line 456
Warning [2]: Invalid argument supplied for foreach() in /var/www/html/modules/InboundEmail/InboundEmail.php on line 4544
Warning [2]: Invalid argument supplied for foreach() in /var/www/html/modules/InboundEmail/InboundEmail.php on line 4544
Unexpected failure, please check PHP logs and suitecrm.log

Warning [2]: stat(): stat failed for cb95-upload/d117c1cf-92aa-4f95-1c3f-5cadf99d73da in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/c0cd5841-061f-d0d2-c50d-5cadf9adbee6 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: imap_fetchbody(): Bad message number in /var/www/html/include/Imap/ImapHandler.php on line 555
Warning [2]: stat(): stat failed for cb95-upload/f0938ec4-c33e-54b1-0e50-5cadf941be8b in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/f0287a82-41ad-2c6a-d8cb-5cadf9a66c30 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: imap_fetchbody(): Bad message number in /var/www/html/include/Imap/ImapHandler.php on line 555
Warning [2]: imap_append() expects at least 3 parameters, 1 given in /var/www/html/include/Imap/ImapHandler.php on line 456
Warning [2]: count(): Parameter must be an array or an object that implements Countable in /var/www/html/modules/InboundEmail/InboundEmail.php on line 6147
Warning [2]: imap_append() expects at least 3 parameters, 1 given in /var/www/html/include/Imap/ImapHandler.php on line 456
Warning [2]: count(): Parameter must be an array or an object that implements Countable in /var/www/html/modules/InboundEmail/InboundEmail.php on line 6147
Warning [2]: imap_append() expects at least 3 parameters, 1 given in /var/www/html/include/Imap/ImapHandler.php on line 456
Warning [2]: count(): Parameter must be an array or an object that implements Countable in /var/www/html/modules/InboundEmail/InboundEmail.php on line 6147
Warning [2]: imap_append() expects at least 3 parameters, 1 given in /var/www/html/include/Imap/ImapHandler.php on line 456
Warning [2]: count(): Parameter must be an array or an object that implements Countable in /var/www/html/modules/InboundEmail/InboundEmail.php on line 6147
Warning [2]: imap_append() expects at least 3 parameters, 1 given in /var/www/html/include/Imap/ImapHandler.php on line 456
Warning [2]: Invalid argument supplied for foreach() in /var/www/html/modules/InboundEmail/InboundEmail.php on line 4544
Warning [2]: Invalid argument supplied for foreach() in /var/www/html/modules/InboundEmail/InboundEmail.php on line 4544
Unexpected failure, please check PHP logs and suitecrm.log

Hmm I’ve never seen that before.

I wonder if it’s from this newer PHP version (7.3 is still unsupported, although I am using it myself and it seems to work ok, so far)

Can you try with PHP 7.2?

Hey pgr,

downgraded from php7.3 to php7.1

username@ip-123-123-123-123:/var/www/html$ php --ini
Configuration File (php.ini) Path: /etc/php/7.1/cli
Loaded Configuration File: /etc/php/7.1/cli/php.ini
Scan for additional .ini files in: /etc/php/7.1/cli/conf.d
Additional .ini files parsed: /etc/php/7.1/cli/conf.d/10-mysqlnd.ini,
/etc/php/7.1/cli/conf.d/10-opcache.ini,
/etc/php/7.1/cli/conf.d/10-pdo.ini,
/etc/php/7.1/cli/conf.d/15-xml.ini,
/etc/php/7.1/cli/conf.d/20-calendar.ini,
/etc/php/7.1/cli/conf.d/20-ctype.ini,
/etc/php/7.1/cli/conf.d/20-curl.ini,
/etc/php/7.1/cli/conf.d/20-dom.ini,
/etc/php/7.1/cli/conf.d/20-exif.ini,
/etc/php/7.1/cli/conf.d/20-fileinfo.ini,
/etc/php/7.1/cli/conf.d/20-ftp.ini,
/etc/php/7.1/cli/conf.d/20-gd.ini,
/etc/php/7.1/cli/conf.d/20-gettext.ini,
/etc/php/7.1/cli/conf.d/20-iconv.ini,
/etc/php/7.1/cli/conf.d/20-imap.ini,
/etc/php/7.1/cli/conf.d/20-json.ini,
/etc/php/7.1/cli/conf.d/20-mbstring.ini,
/etc/php/7.1/cli/conf.d/20-mcrypt.ini,
/etc/php/7.1/cli/conf.d/20-mysqli.ini,
/etc/php/7.1/cli/conf.d/20-pdo_mysql.ini,
/etc/php/7.1/cli/conf.d/20-phar.ini,
/etc/php/7.1/cli/conf.d/20-posix.ini,
/etc/php/7.1/cli/conf.d/20-readline.ini,
/etc/php/7.1/cli/conf.d/20-shmop.ini,
/etc/php/7.1/cli/conf.d/20-simplexml.ini,
/etc/php/7.1/cli/conf.d/20-sockets.ini,
/etc/php/7.1/cli/conf.d/20-sysvmsg.ini,
/etc/php/7.1/cli/conf.d/20-sysvsem.ini,
/etc/php/7.1/cli/conf.d/20-sysvshm.ini,
/etc/php/7.1/cli/conf.d/20-tokenizer.ini,
/etc/php/7.1/cli/conf.d/20-wddx.ini,
/etc/php/7.1/cli/conf.d/20-xmlreader.ini,
/etc/php/7.1/cli/conf.d/20-xmlwriter.ini,
/etc/php/7.1/cli/conf.d/20-xsl.ini,
/etc/php/7.1/cli/conf.d/20-zip.ini

the cron function::pollMonitoredInboxesForBouncedCampaignEmails got stuck in the job_queue for more than 12 hours with status ‘running’ manually deleted the database entry. Now its running every min (as shown in Admin --> Scheduler). However in the database details; its marking the cron done with resolution of failure or success. For each; the message column contains:

Warning [2]: stat(): stat failed for cb95-upload/92eaae7a-541e-3e6a-deb2-5cb09dc6579a in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/3f8dc723-ca08-a6ce-7696-5cb09d3cfa75 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/9640e56d-5b63-012f-5193-5cb09d9bb4b8 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/34ec2bed-de3f-3d84-91ad-5cb09d50679d in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/8062852a-2be2-f52b-2ac1-5cb09d920ac3 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/a4da0d44-f491-c3f3-ef7b-5cb09dbe781e in /var/www/html/include/UploadStream.php on line 308
Unexpected failure, please check PHP logs and suitecrm.log

Warning [2]: stat(): stat failed for cb95-upload/38f9afe2-e97d-f04c-970e-5cb09d30d761 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/d666aa51-08e3-d3c1-7b99-5cb09dd6419e in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/59e50da6-16f8-6920-82e4-5cb09d2fd5fe in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/ec1b3b51-f4eb-9038-16af-5cb09d19a2f2 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/18c82a68-b6b9-069b-7143-5cb09d2c9757 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/81296769-c201-b71a-b750-5cb09d4c0e4e in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/a1098762-a5ad-631b-da3a-5cb09dae8544 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/11586e0a-6e30-e717-7816-5cb09d94fa77 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/6e1affe2-13bf-c3cf-7dfb-5cb09d7df9a7 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/f1015a15-5c98-a3d2-c2c8-5cb09da62cd4 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/699c78db-5748-63e2-bebf-5cb09db2c6da in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/6251047f-89b5-be9f-e31b-5cb09d5e6176 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/5d1f5546-595b-2cbe-79ae-5cb09dd3c10a in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/e5b37c51-92bf-2082-936e-5cb09d858640 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/4dda4a23-6439-9796-7457-5cb09d4c7ce7 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/d2eccc2d-2f9d-f93a-a266-5cb09d0e72fa in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/e70c277c-deed-25ea-e1c3-5cb09d5d2d5e in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/25da690e-8f02-9036-4185-5cb09d6cbbff in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/85fa1453-5e97-9bcf-fec0-5cb09d56d320 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/b0027d5f-c521-8067-d82a-5cb09db4da37 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/e06ea3c9-3935-8896-b48c-5cb09df10b0a in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/5253b433-32bc-c36f-046a-5cb09d2cbf22 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/68d5bb84-0f8f-64af-ebaa-5cb09d4c8285 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/9b204e0e-e3d6-a4a9-99b5-5cb09dc47366 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/50b70d90-00fb-3c23-5aef-5cb09d8cdeea in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/d15414bc-85a7-bc2a-414d-5cb09d7df171 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/3ed2e8d5-b8ec-8663-7ac4-5cb09decbfeb in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/593571f2-51e2-8901-4609-5cb09d226f33 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/be4f01af-9aff-008a-5b1c-5cb09de4028e in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/30f3d48e-c23d-b302-7012-5cb09d81cba1 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/9478be99-cc53-d252-d19d-5cb09d09c282 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/c57f2da0-8b6c-9c4b-d3cf-5cb09dbba3d2 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/39863e22-13d7-e629-39ac-5cb09deb6afb in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/26631185-3a7a-7ffd-bfbd-5cb09ddc310e in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/8df43466-cbac-491e-bf8d-5cb09dfc7a16 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/c5a9584a-29e1-1658-b29a-5cb09d821d7f in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/c7c1baec-98fe-e013-6a31-5cb09d9de947 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/3810cab9-9cf8-2674-25d7-5cb09dd8cb95 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/30942d56-6cd7-2e52-edd5-5cb09dd09b9a in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/990400bd-e657-6797-07b8-5cb09d4b9cbf in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/895a6820-9771-3816-8d23-5cb09d851f87 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/1740070c-6b74-8a7c-9b9c-5cb09d80326b in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/37b12a36-db1c-a809-89c1-5cb09d5010f0 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/2beb3246-f5f7-0abe-55ae-5cb09d39e4d0 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/8a83e398-9ef4-57ab-af22-5cb09d041f2e in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/92732a14-6035-4bc9-abdb-5cb09d97580c in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/677c0382-2884-c7eb-8e9e-5cb09d415c1e in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/e93a5b48-a6d2-0561-bbeb-5cb09d5c9bba in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/58f56193-32bf-1a17-581d-5cb09da1fc87 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/3a00d8f8-67bf-de45-181d-5cb09d61df02 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/6eb706d8-1365-442f-a406-5cb09d9d8c4e in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/d1153380-09b7-a7c7-be46-5cb09dbc3ed7 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/b2a0b1e2-7d0c-69bd-7673-5cb09dc278df in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/244f21a0-b1b8-ab38-889b-5cb09dd4c1d2 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/2983bb3b-69b3-7197-9b08-5cb09ddc3771 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/9868dfbc-6e1e-e9e4-45ce-5cb09d8faf2f in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/8bfa074e-0f32-4a8c-983f-5cb09dfbaedf in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/f056134c-a4b9-b561-8128-5cb09de28fd0 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/95bf344e-40a4-1c36-beff-5cb09da8f9ba in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/c50bb655-16d3-657f-fc73-5cb09d179cd5 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/31bc584f-c328-8b9a-a381-5cb09d7c6400 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/32535b63-814d-ec99-28a4-5cb09d618098 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/92f21d2e-4cdd-3e1f-900d-5cb09db9a31c in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/2e0462cb-8849-0fba-139e-5cb09dff1160 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/9b6c4cbf-9710-925c-84f0-5cb09d299b04 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/7d0093f5-bae2-66fe-f183-5cb09d19e8af in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/da6a118a-14fd-d5f3-fdeb-5cb09d9e9768 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/cb6d27d3-2937-0add-5cf0-5cb09de36d4f in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/35c48884-e917-0ec2-7262-5cb09df42829 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/83c91c08-c6f4-7cdf-c9da-5cb09d2b6eb3 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/895307e7-050a-21a2-e54e-5cb09d80bea0 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/e550adb4-0081-63e7-32f7-5cb09d3b8ab0 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/725910af-2e6a-44c8-c6de-5cb09d730325 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/aee97606-2b2a-1850-4f55-5cb09d15cab2 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/1817e363-4402-127d-c9f5-5cb09d2cbcd6 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/147c0720-bc47-8e33-35a8-5cb09d52b9e9 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/6a788fb6-4dff-b0c9-d86e-5cb09d1972e1 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/4e3963eb-872e-dbb4-5eb1-5cb09d933bc3 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/822e38bc-1aff-7561-533f-5cb09d976e05 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/e09648a2-003a-c50f-cfa4-5cb09d081f9c in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/de52a470-aa58-903e-52b8-5cb09d2ce5e9 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/4b1b4a0f-7cb0-740d-0c49-5cb09d4bc0ed in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/39ac8c11-3b0a-5b5b-b615-5cb09d1b405a in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/b1bd0a86-b05b-c159-e468-5cb09d5338dc in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/9e2324ff-3b1c-fd81-ee58-5cb09d054d62 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/1150eb4d-1dda-5e57-1447-5cb09d3cd205 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/ec577302-b2c4-83e5-9453-5cb09d77cae9 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/53b2a9e5-1fbf-d775-3adb-5cb09dbc5210 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/3f9dc28e-6a74-6b5c-3502-5cb09d71e979 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/a28184df-b540-be00-7e34-5cb09d10b7ff in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/8eb94525-ec8c-5675-8c35-5cb09da632d5 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/f25b4f92-bd17-2c6b-4ab9-5cb09d789dc1 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/dba527d3-1076-d94f-f741-5cb09da6647b in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/45fb2179-a9dd-2d36-c155-5cb09da224ee in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/30d78426-bcb6-0d7e-bd8d-5cb09d77c639 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/8cc12dbc-e38a-8019-b738-5cb09d0c1e81 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/6ceee0b5-915c-73f1-69c2-5cb09d8e53d8 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/df38e69f-f69f-79ad-9720-5cb09df5ed4b in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/cd73afcb-a01e-8edb-74be-5cb09de1d5a0 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/41e67090-513a-440b-905d-5cb09de3b338 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/2b618975-a60e-3911-b161-5cb09d021b7a in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/9057c2f7-a86f-ffef-e9fe-5cb09dd5aac6 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: imap_fetchbody(): Bad message number in /var/www/html/include/Imap/ImapHandler.php on line 555
Warning [2]: stat(): stat failed for cb95-upload/28f87365-6f4a-5cb9-90d5-5cb09dcc4b52 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/8b2097c5-2181-3473-5a1d-5cb09d786055 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: imap_fetchbody(): Bad message number in /var/www/html/include/Imap/ImapHandler.php on line 555
Warning [2]: stat(): stat failed for cb95-upload/223df871-8ad4-1f98-4914-5cb09dc0dd44 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/91194cca-1a41-fe03-40ca-5cb09d72f699 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: imap_fetchbody(): Bad message number in /var/www/html/include/Imap/ImapHandler.php on line 555
Warning [2]: stat(): stat failed for cb95-upload/2afd4317-71cd-2e34-8e5a-5cb09ddf729f in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/8e9b49d2-98ec-b3af-8883-5cb09d8c358b in /var/www/html/include/UploadStream.php on line 308
Warning [2]: imap_fetchbody(): Bad message number in /var/www/html/include/Imap/ImapHandler.php on line 555
Warning [2]: stat(): stat failed for cb95-upload/2978e204-5fd7-5909-a32f-5cb09d7b8e66 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/8e8999e6-c94d-c640-55c1-5cb09d0c754d in /var/www/html/include/UploadStream.php on line 308
Warning [2]: imap_fetchbody(): Bad message number in /var/www/html/include/Imap/ImapHandler.php on line 555
Warning [2]: stat(): stat failed for cb95-upload/2884824d-278e-675d-231a-5cb09d40a867 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/8af80469-3615-9509-2c58-5cb09d0c5a1e in /var/www/html/include/UploadStream.php on line 308
Warning [2]: imap_fetchbody(): Bad message number in /var/www/html/include/Imap/ImapHandler.php on line 555
Warning [2]: imap_append() expects at least 3 parameters, 1 given in /var/www/html/include/Imap/ImapHandler.php on line 456
Warning [2]: stat(): stat failed for cb95-upload/b1b7420b-f389-e643-a9b2-5cb09d309137 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/917ad998-7457-bb82-65ce-5cb09d31efdb in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/9a1f33f4-ab10-f0df-a822-5cb09d1049f2 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/75541c0a-5036-2039-1c3e-5cb09d21df6d in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/5906ecc6-16b8-1328-90c7-5cb09decba99 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/c16e0a49-c170-977c-a616-5cb09d63ff0d in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/175e9aac-8ab3-aeba-2f19-5cb09d2504cf in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/c7b0d8e1-3087-cda1-4257-5cb09dbd8ce3 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/bb5fe9c5-3058-0269-6420-5cb09d06dfb4 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/68cfce6a-f6e3-38f0-eb11-5cb09d6673f5 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/479fe660-51ba-1514-3be1-5cb09d352031 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/cf7ea813-2da9-d766-6c51-5cb09dbc4217 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/af25ef04-2935-78af-c6fe-5cb09d2b39e7 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/6940cf0b-c3f5-2482-bd7a-5cb09eb96570 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/4a5b86e1-1d2d-4889-ccc6-5cb09e01865e in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/e62bc592-082a-ace8-74be-5cb09e34a34f in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/c6e8d3db-42c0-c7d0-2c80-5cb09e1ef0bc in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/79da7c73-b371-cc96-5479-5cb09e82e550 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/58db204d-266d-15a0-50d1-5cb09e0a3a26 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/27a0d490-aa64-d575-f244-5cb09efc3ae8 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/e2b402bb-825a-fd50-f45a-5cb09ebac665 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/cf7f0303-87f5-8a40-6075-5cb09e0d07b8 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/ad52e458-781c-3e0d-54e7-5cb09e5e7f1f in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/75bf87db-4de8-2857-b058-5cb09e336584 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/58636b1f-05df-f2cf-148f-5cb09ee42df0 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/311dea35-3e0f-6cdb-d9b8-5cb09e6c3476 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/11d52fb1-1a89-79aa-78e3-5cb09e714c56 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/c355e34d-2879-5be7-8ce7-5cb09ea6c326 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/a113811c-f199-306c-d4c6-5cb09e70887f in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/570fefd8-07a5-4f2c-6ed8-5cb09e89bd09 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/48239f32-74eb-ed97-42f5-5cb09eef8553 in /var/www/html/include/UploadStream.php on line 308
Warning [2]: stat(): stat failed for cb95-upload/b230056f-b0e5-22bd-19f6-5cb09eeb3f3a in /var/www/html/include/UploadStream.php on line 308
Warning [2]: imap_append() expects at least 3 parameters, 1 given in /var/www/html/include/Imap/ImapHandler.php on line 456

I have always wondered what the cb95-upload/ folder is doing. I think the Inbound eMails are being stored here and then picked by the job function::pollMonitoredInboxesForBouncedCampaignEmails. Currently there are 639 files in cb95-upload/ folder and 2 folders ‘cb95-upload/import’ ‘cb95-upload/upgrades’. The file names are like

1a2b20ae-e8a8-4033-9677-5cafb3532a54
1a7d7bff-9aa4-caab-7d77-5cafb3c56f22
1a6507a8-af4f-36f7-514b-5cafb4421cfe

Should I manually delete all these files from the folder and see if this works again?

My Inboud eMail for Bounce Handling is also not working which I have detailed out in this thread: https://suitecrm.com/suitecrm/forum/feedback/22475-gmail-imap-incoming-mail.

Warning [2]: imap_append() expects at least 3 parameters, 1 given in /var/www/html/include/Imap/ImapHandler.php on line 456
Warning [2]: imap_append() expects at least 3 parameters, 1 given in /var/www/html/include/Imap/ImapHandler.php on line 456
Warning [2]: imap_append() expects at least 3 parameters, 1 given in /var/www/html/include/Imap/ImapHandler.php on line 456
Warning [2]: imap_append() expects at least 3 parameters, 1 given in /var/www/html/include/Imap/ImapHandler.php on line 456
Warning [2]: imap_append() expects at least 3 parameters, 1 given in /var/www/html/include/Imap/ImapHandler.php on line 456
Warning [2]: imap_append() expects at least 3 parameters, 1 given in /var/www/html/include/Imap/ImapHandler.php on line 456
Warning [2]: imap_append() expects at least 3 parameters, 1 given in /var/www/html/include/Imap/ImapHandler.php on line 456
Warning [2]: imap_append() expects at least 3 parameters, 1 given in /var/www/html/include/Imap/ImapHandler.php on line 456

this is repeating now in the database job_queue column message

Those “stat failed” errors are problems reading files from your upload dir (probably email attachments).

Can you check the existence of those files, and ownership/permissions?

For example:
cb95-upload/a4da0d44-f491-c3f3-ef7b-5cb09dbe781e