gnarlo
Forum Replies Created
-
@wfpeter Some more findings:
- When I try logging in with “admin” myself, I do get blocked as expected, and the block 503 shows up as expected in Live Traffic
- However I’m still getting tons of seemingly unblocked “attempted a failed login using an invalid username “admin”” log entries in Live Traffic, with Response 200. Why aren’t those getting blocked?
- I noticed that all those unblocked login attempts are POST requests directly at “/wp-login.php”. This seems to work differently than when the login form is submitted. Is Wordfence unable to process and block these direct POST login requests?
@wfpeter bump. Thanks in advance.
Thanks for looking into this, Peter. I’ve sent the diagnostic as instructed.
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Feed cover image not updatingSure here it is. You can see the image uploaded to both podcast and feed settings, but note that these settings did not work until I manually changed the
ss_podcasting_data_imagevalue inwp_optionstable to the new image path.
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Feed cover image not updating@zahardoc Does not seem to have worked. I am also hoping to have the same image for all my podcasts and would prefer not to go through all of them to set individually.
I solved my problem by going into phpmyadmin and manually changing the ss_podcasting_data_image value in wp_options to the new image path. So while my issue is resolved, it may be possible that there’s something still broken in the Feed cover image edit flow.
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Feed cover image not updatingI did some debugging and I may have found a bug in the settings.
I noticed in the settings page that the cover image field ids are prepended with the “ss_podcasting_” global prefix (eg. “id=ss_podcasting_data_image”), while all the others are not (eg. just “id=data-description”).
In controllers/class-options-controller.php I notice that the image field is rendering with “$default_option_name”, which is indeed set with the global prefix attached.
Is this a bug?
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Feed cover image not updatingHi Serhiy, thanks for your response.
As I mentioned in the original post, I already updated the third option you listed:
Settings -> Feed details -> Your Podcast Name -> Cover ImageAnd while it seems to have updated in the RSS feed, it does not show up correctly in the HTML5 player album art. It seems that the option
ss_podcasting_data_imageis still pointing to the old image url, it did not get updated when I uploaded a new image.