Forum Replies Created

Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Author Ruslan Mikhno

    (@mikhno)

    Hi!

    1. This makes sense, will include into the next update.
    2. I think something similar should already be possible. If you try to click at “Change Author” in the Media Library without selecting any media, it will prompt you to filter media by user and you will be able to change the author for all media uploaded by that user. Although it seems that you want to select all media where author is not the selected user – it’s something that can be added.
    Plugin Author Ruslan Mikhno

    (@mikhno)

    This plugin doesn’t have anything to do with FTP or requests\connections – only with the database (via wp_update_post & WP_Query, etc – the normal DB-related WP functions) and the Media Library related WP actions & filters.

    Do you have any other plugins, perhaps something related to FTP?

    When it outputs this error, does it refer to some specific file\line?

    Plugin Author Ruslan Mikhno

    (@mikhno)

    This is probably from some different plugin (this one is just 1 small PHP file with just 200 lines of code & can be easily reviewed), but I’ll try to do some testing in case there could be any conflicts.

    Please, let me know if you’ll find out the reason for this.

    Plugin Author Ruslan Mikhno

    (@mikhno)

    Hi!

    This sounds strange – the plugin doesn’t output this kind of error\message anywhere in the code. And it doesn’t have anything special in terms of updating – just the normal\common WP updating process.

    Is this error repeating, or was it printed just once? Does anything gets broken, or is it only in the error log?

    The plugin should only affect its own custom page (when changing author) and also Media Library page in the admin (list view), i.e. outside of that, it shouldn’t get called or affecting anything.

    Plugin Author Ruslan Mikhno

    (@mikhno)

    You’re right, it seems to use the default pagination limit of 10 there (although it should still be able to change the author & then get the next 10 images on the next attempt).

    I’ve added another small update (1.3.2), now it should be returning all media assigned to the author, not just 10. Hopefully, now it will work as intended!

    Please let me know if there will be any issues or whether it’s all good now.

    Plugin Author Ruslan Mikhno

    (@mikhno)

    I’ve added a fix, now it should work with PHP 8 too – could you please update the plugin & confirm?

    Plugin Author Ruslan Mikhno

    (@mikhno)

    Yes, I think that should be enough – thank you! I’ll try to push a quick fix for this later today.

    Plugin Author Ruslan Mikhno

    (@mikhno)

    I’ve tried to reproduce it a few times, but couldn’t – can you please check if there are any errors in the web server logs, or enable WP_DEBUG in wp-config and check if it displays any errors on page?

    Maybe the user has a lot of media files assigned, and it gets out of memory while trying to iterate over all of them to display preview? In this case, I could try to add some kind of a check \ limit there.

    Plugin Author Ruslan Mikhno

    (@mikhno)

    That’s strange – I’ve tested it several times with different users before publishing the new version. Sorry for this.

    I’ll try to check if I can find possible reason for this, but some kind of error message would be really useful.

    Plugin Author Ruslan Mikhno

    (@mikhno)

    Hi! I’ve just pushed an update – it should be working fine with the latest WP version & I’ve also added a small new feature, as requested.

    Now it’s possible to filter media by author, and change all media of that author to another author.

    To do this, simply select “Change Author” in the mass action dropdown in the Media Library (as usual), but do not select any media – instead, just click “Apply” without selecting anything. It will then prompt to filter media by author, and will allow to quickly change author for all media uploaded by that author.

    Plugin Author Ruslan Mikhno

    (@mikhno)

    I think that should be relatively easy to do, sure – I will try to include this feature into this next update.

    Plugin Author Ruslan Mikhno

    (@mikhno)

    Hi, thank you for the feedback – really appreciate it!

    I’m going to check it next week & update it to the latest WP version.

Viewing 12 replies - 1 through 12 (of 12 total)