Cover Images not showing up after restore from backup

Hi there, A few weeks ago, our website got infected and I had to restore from backup. Since then, our cover images don’t show up in the episode feed. I’ve tried resetting the podcast image URL, reselecting the “Use Podcast Cover” option for Episode Assets, and running the Repair option to clear caches.

The episode list can be found here: https://wentworthbaptist.ca/index.php/teaching/

Here is my Support info:

Website https://wentworthbaptist.ca
PHP Version 5.6.30
WordPress Version 4.7.2
WordPress Theme Headway Base v3.8.2
Publisher Version 2.4.5
Web Player Version 2.1.1
Twig Version 1.30.0
open_basedir ok
curl Version 7.19.7
iconv available
simplexml ok
max_execution_time 30
upload_max_filesize 4M
memory_limit 256M
disable_classes
disable_functions
permalinks ok (/index.php/%year%/%monthnum%/%day%/%postname%/)
podlove_permalinks ok
podcast_settings ok
web_player ok
podlove_cache on
assets

0 errors
0 notices
Nice, Everything looks fine!

No errors in the logs since Feb 3.

Any help would be greatly appreciated.

If you go to the log at “Podlove > Support”. Are there any entries like this:

Podlove Image: Unable to download image.

And if yes, what’s the complete entry?

No entries like that at all. Just some 404s from a couple of weeks ago.

It’s because of the index.php that is part of your URLs, which is unusual. Please follow the steps here: https://wordpress.stackexchange.com/questions/105795/remove-index-php-from-permalinks

In your feed, this is the broken link:

This changed one works, by just adding the index.php part:

It should work though if you can fix your Permalink/URL setup as described in the first link.