Issue Updating Feeds

My instance is currently running:

CentOS Linux release 7.6.1810
php56w-5.6.40-1.w7
TTRSS v18.8 (62d0060)
httpd-2.4.6-88.el7
mariadb-server-5.5.56-2.el7

In the web GUI, it continues to show that the update daemon is not running and is not pulling any feed updates. I’m using the systemd daemon as shown in the tt-rss wiki which seems to start successfully but when running updates even manually it still shows 0 feeds to update.

[root@web1 tt-rss]# sudo -u apache php update.php --feeds
[18:19:36/17304] Lock: update.lock
[18:19:36/17304] Scheduled 0 feeds to update…
[18:19:36/17304] Sending digests, batch of max 15 users, headline limit = 1000
[18:19:36/17304] All done.
[18:19:36/17304] cache/feeds: removed 0 files.
[18:19:36/17304] cache/images: removed 0 files.
[18:19:36/17304] cache/export: removed 0 files.
[18:19:36/17304] cache/upload: removed 0 files.
[18:19:36/17304] Removed 0 old lock files.
[18:19:36/17304] Removing old error log entries…
[18:19:36/17304] Feedbrowser updated, 26 feeds processed.
[18:19:36/17304] Purged 0 orphaned posts.
[18:19:36/17304] Removed 0 (feeds) 0 (cats) orphaned counter cache entries.

[root@web1 tt-rss]# sudo -u apache php update.php --feeds --force-update
[18:19:42/17313] Lock: update.lock
[18:19:42/17313] marking all feeds as needing update…
[18:19:42/17313] Scheduled 0 feeds to update…
[18:19:42/17313] Sending digests, batch of max 15 users, headline limit = 1000
[18:19:42/17313] All done.
[18:19:42/17313] cache/feeds: removed 0 files.
[18:19:42/17313] cache/images: removed 0 files.
[18:19:42/17313] cache/export: removed 0 files.
[18:19:42/17313] cache/upload: removed 0 files.
[18:19:42/17313] Removed 0 old lock files.
[18:19:42/17313] Removing old error log entries…
[18:19:42/17313] Feedbrowser updated, 26 feeds processed.
[18:19:42/17313] Purged 0 orphaned posts.
[18:19:42/17313] Removed 0 (feeds) 0 (cats) orphaned counter cache entries.

I’ve tried to ensure that all directory permissions are correct, the .lock and .stamp files were removed and still cannot locate the issue. Any help to try and find where else I could for issues would be much appreciated.