• Hello,

    Thank you for the amazing Plugin.

    I’ve an issue on feature image upload.

    1) Images names are in Japanese/Chinese characters, it will change the image name to English counter part.
    2) If the image name is too long or some other issue, featured image cannot be upload or file name size issue?

    Below is the log:

    Uploading media... [Path]/授授授授授授授授授授授授授授授授授授授授授授授授授授授授授授授授授授授授授授授授授授授授_432848.jpg
    Filtering image extensions:jpg,jpeg,jpe,gif,png,bmp,tiff,tif,webp,avif,ico,heic
    [WARNING] Extension not allowed: [Path]/E68E88E6A5ADE69699E784A1E5849FE58C96E381B8E697A7E5AE89E5808DE6B4BEE4B8ADE5BF83E381ABE58F8DE799BAE3808CE68891E38085E381AEE585ACE7B484E381A7E381AFE381AAE38184E3808DE280A6E887AAE6B091E59FB7E8A18CE983A8E381ABE689B9E588A4E38081E382ACE382B9E68A9CE3818DE381ABE88
    [WARNING] Undefined array key 0

    [WARNING] Undefined array key "fifu-video"

    [WARNING] The post has no a featured image.

    Is there any option to upload the image same name as it is without conversion?

    • This topic was modified 5 days, 8 hours ago by wparijat.
    • This topic was modified 5 days, 8 hours ago by wparijat.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter wparijat

    (@wparijat)

    $newimgname 	 = substr($newimgname , 0, 255);

    For Image there is an trim to the image name. only 255 character is being used.
    So beyond the 255 text are being trimmed, where the image extension is also removed.

    Plugin Contributor manuelge

    (@khaztiel)

    Hi @wparijat

    Sorry for the delay.

    We want to help you with this issue. It would be very helpful if you can create a FREE support ticket on our site so we can look into it further.

    Regards,
    Manuel

    Thread Starter wparijat

    (@wparijat)

    @khaztiel
    Thank you for the reply.

    I’ve submitted the ticked under WPeMatico RSS Feed Reader as I didn’t find WPeMatico RSS Feed Fetcher.

    Regards,

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.