Opened 3 years ago
Closed 9 months ago
#1056 closed defect (fixed)
podpress 8.8.3 : fix for incomplete media file URLs in the RSS feed
| Reported by: | ntm | Owned by: | seek3r |
|---|---|---|---|
| Priority: | normal | Component: | podpress |
| Severity: | major | Keywords: | rss feed, fix, media files, URL |
| Cc: | seek3r, azaozz, ntm |
Description
There is another big problem. If the option "Local path to media files directory (optional)" (on podpress' General settings page) is in use then the RSS feed will have enclosure-tags with incomplete media file URLs.
The fix seems to be simple: removing the comment symbols in front of the line 455 in the podpress_feed_functions.php file. (I have made this comment there. I'm sorry!)
The fix is attached.
Attachments (2)
Change History (4)
Changed 3 years ago by ntm
comment:1 Changed 3 years ago by ntm
comment:2 Changed 9 months ago by garyc40
- Resolution set to fixed
- Status changed from new to closed
In [586432]:
Note: See
TracTickets for help on using
tickets.

I have attached the patch for the podpress_feed_functions.php file as a patch for single file and not as a cumulative patch because there will be other patches for 8.8.4, too.